Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2024

Bumps the packages group with 8 updates:

Package From To
@types/node 22.9.2 22.9.3
caniuse-lite 1.0.30001683 1.0.30001684
is-finalizationregistry 1.0.2 1.1.0
reflect.getprototypeof 1.0.6 1.0.7
rollup 4.27.3 4.27.4
ts-api-utils 1.4.0 1.4.1
typed-array-length 1.0.6 1.0.7
which-builtin-type 1.1.4 1.2.0

Updates @types/node from 22.9.2 to 22.9.3

Commits

Updates caniuse-lite from 1.0.30001683 to 1.0.30001684

Commits

Updates is-finalizationregistry from 1.0.2 to 1.1.0

Changelog

Sourced from is-finalizationregistry's changelog.

v1.1.0 - 2024-11-23

Commits

  • [actions] reuse common workflows b9b56fe
  • [meta] use npmignore to autogenerate an npmignore file 4b65c3d
  • [New] add TS types 22c7c81
  • [actions] split out node 10-20, and 20+ b4bc95a
  • [Dev Deps] update eslint, @ljharb/eslint-config, object-inspect, safe-publish-latest, tape 25d2e81
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, object-inspect, tape a045ec6
  • [actions] update rebase action to use reusable workflow 14ee45b
  • [actions] update codecov uploader d37bfcb
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, npmignore, object-inspect, tape a36b69c
  • [meta] clean up exports 35b3562
  • [meta] add missing engines.node 0603193
  • [Tests] replace aud with npm audit 05b4596
  • [Deps] update call-bind 6482025
  • [Dev Deps] add missing peer dep 90f97dd
Commits
  • 3c89df0 v1.1.0
  • 22c7c81 [New] add TS types
  • 90f97dd [Dev Deps] add missing peer dep
  • 0603193 [meta] add missing engines.node
  • b4bc95a [actions] split out node 10-20, and 20+
  • 6482025 [Deps] update call-bind
  • a36b69c [Dev Deps] update @ljharb/eslint-config, auto-changelog, npmignore, `ob...
  • 05b4596 [Tests] replace aud with npm audit
  • 35b3562 [meta] clean up exports
  • 4b65c3d [meta] use npmignore to autogenerate an npmignore file
  • Additional commits viewable in compare view

Updates reflect.getprototypeof from 1.0.6 to 1.0.7

Changelog

Sourced from reflect.getprototypeof's changelog.

v1.0.7 - 2024-11-23

Commits

  • [Fix] cache Object.prototype[__proto__] getter 68acea1
  • [Tests] remove unused test file 055596a
  • [actions] split out node 10-20, and 20+ 99a57c2
  • [Dev Deps] update @es-shims/api, @ljharb/eslint-config, auto-changelog, tape fe4bb92
  • [Deps] update es-abstract, globalthis, which-builtin-type 867aeb3
  • [Tests] replace aud with npm audit 5129c11
  • [Deps] remove unused dep; add missing dev dep 23cf537
  • [Dev Deps] add missing peer dep 18862fa
Commits
  • 32f9430 v1.0.7
  • 68acea1 [Fix] cache Object.prototype[__proto__] getter
  • 23cf537 [Deps] remove unused dep; add missing dev dep
  • 18862fa [Dev Deps] add missing peer dep
  • 055596a [Tests] remove unused test file
  • 99a57c2 [actions] split out node 10-20, and 20+
  • 867aeb3 [Deps] update es-abstract, globalthis, which-builtin-type
  • fe4bb92 [Dev Deps] update @es-shims/api, @ljharb/eslint-config, auto-changelog,...
  • 5129c11 [Tests] replace aud with npm audit
  • See full diff in compare view

Updates rollup from 4.27.3 to 4.27.4

Release notes

Sourced from rollup's releases.

v4.27.4

4.27.4

2024-11-23

Bug Fixes

  • Update bundled magic-string to support sourcemap debug ids (#5740)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.27.4

2024-11-23

Bug Fixes

  • Update bundled magic-string to support sourcemap debug ids (#5740)

Pull Requests

Commits

Updates ts-api-utils from 1.4.0 to 1.4.1

Commits

Updates typed-array-length from 1.0.6 to 1.0.7

Changelog

Sourced from typed-array-length's changelog.

v1.0.7 - 2024-11-22

Fixed

Commits

  • [Tests] fix TS issues f36b6bd
  • [actions] split out node 10-20, and 20+ d81efa0
  • [Dev Deps] update @arethetypeswrong/cli, @ljharb/eslint-config, @types/object-inspect, auto-changelog, object-inspect, tape a61b15b
  • [Tests] replace aud with npm audit b0b4e8f
Commits
  • 23e081f v1.0.7
  • f36b6bd [Tests] fix TS issues
  • 8785470 [Fix] avoid relying on __proto__ accessor
  • d81efa0 [actions] split out node 10-20, and 20+
  • a61b15b [Dev Deps] update @arethetypeswrong/cli, @ljharb/eslint-config, `@types/o...
  • b0b4e8f [Tests] replace aud with npm audit
  • See full diff in compare view

Updates which-builtin-type from 1.1.4 to 1.2.0

Changelog

Sourced from which-builtin-type's changelog.

v1.2.0 - 2024-11-23

Commits

  • [New] add types d4aa2db
  • [actions] split out node 10-20, and 20+ 7b3d28b
  • [Refactor] use callBound to cache Promise#then a000377
  • [Dev Deps] update auto-changelog, object-inspect, tape 37062d2
  • [Tests] replace aud with npm audit 337aac1
  • [Deps] update is-finalizationregistry 4ef8763
  • [Dev Deps] add missing peer dep 1cb2842
Commits
  • 6d07204 v1.2.0
  • d4aa2db [New] add types
  • 7b3d28b [actions] split out node 10-20, and 20+
  • 4ef8763 [Deps] update is-finalizationregistry
  • a000377 [Refactor] use callBound to cache Promise#then
  • 1cb2842 [Dev Deps] add missing peer dep
  • 37062d2 [Dev Deps] update auto-changelog, object-inspect, tape
  • 337aac1 [Tests] replace aud with npm audit
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the packages group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.2` | `22.9.3` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001683` | `1.0.30001684` |
| [is-finalizationregistry](https://github.com/inspect-js/is-finalizationregistry) | `1.0.2` | `1.1.0` |
| [reflect.getprototypeof](https://github.com/es-shims/Reflect.getPrototypeOf) | `1.0.6` | `1.0.7` |
| [rollup](https://github.com/rollup/rollup) | `4.27.3` | `4.27.4` |
| [ts-api-utils](https://github.com/JoshuaKGoldberg/ts-api-utils) | `1.4.0` | `1.4.1` |
| [typed-array-length](https://github.com/inspect-js/typed-array-length) | `1.0.6` | `1.0.7` |
| [which-builtin-type](https://github.com/inspect-js/which-builtin-type) | `1.1.4` | `1.2.0` |


Updates `@types/node` from 22.9.2 to 22.9.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `caniuse-lite` from 1.0.30001683 to 1.0.30001684
- [Commits](browserslist/caniuse-lite@1.0.30001683...1.0.30001684)

Updates `is-finalizationregistry` from 1.0.2 to 1.1.0
- [Changelog](https://github.com/inspect-js/is-finalizationregistry/blob/main/CHANGELOG.md)
- [Commits](inspect-js/is-finalizationregistry@v1.0.2...v1.1.0)

Updates `reflect.getprototypeof` from 1.0.6 to 1.0.7
- [Changelog](https://github.com/es-shims/Reflect.getPrototypeOf/blob/main/CHANGELOG.md)
- [Commits](es-shims/Reflect.getPrototypeOf@v1.0.6...v1.0.7)

Updates `rollup` from 4.27.3 to 4.27.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.27.3...v4.27.4)

Updates `ts-api-utils` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/JoshuaKGoldberg/ts-api-utils/releases)
- [Changelog](https://github.com/JoshuaKGoldberg/ts-api-utils/blob/main/CHANGELOG.md)
- [Commits](https://github.com/JoshuaKGoldberg/ts-api-utils/commits)

Updates `typed-array-length` from 1.0.6 to 1.0.7
- [Changelog](https://github.com/inspect-js/typed-array-length/blob/main/CHANGELOG.md)
- [Commits](inspect-js/typed-array-length@v1.0.6...v1.0.7)

Updates `which-builtin-type` from 1.1.4 to 1.2.0
- [Changelog](https://github.com/inspect-js/which-builtin-type/blob/main/CHANGELOG.md)
- [Commits](inspect-js/which-builtin-type@v1.1.4...v1.2.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: caniuse-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: is-finalizationregistry
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: reflect.getprototypeof
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: rollup
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: ts-api-utils
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: typed-array-length
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: which-builtin-type
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 24, 2024
@vercel
Copy link

vercel bot commented Nov 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
github-rest-api-executor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 24, 2024 11:09pm

@github-actions github-actions bot merged commit d09934f into main Nov 24, 2024
4 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/packages-9b36ffca86 branch November 24, 2024 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants