Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps the npm group with 5 updates:

Package From To
@types/node 22.13.9 22.13.10
pnpm 10.6.1 10.6.2
caniuse-lite 1.0.30001702 1.0.30001703
electron-to-chromium 1.5.113 1.5.114
which-typed-array 1.1.18 1.1.19

Updates @types/node from 22.13.9 to 22.13.10

Commits

Updates pnpm from 10.6.1 to 10.6.2

Release notes

Sourced from pnpm's releases.

pnpm 10.6.2

Patch Changes

  • pnpm self-update should always update the version in the packageManager field of package.json.
  • Fix running pnpm CLI from pnpm CLI on Windows when the CLI is bundled to an executable #8971.
  • pnpm patch-commit will now use the same filesystem as the store directory to compare and create patch files.
  • Don't show info output when --loglevel=error is used.
  • peerDependencyRules should be set in pnpm-workspace.yaml to take effect.

Platinum Sponsors

Gold Sponsors

... (truncated)

Changelog

Sourced from pnpm's changelog.

10.6.2

Patch Changes

  • pnpm self-update should always update the version in the packageManager field of package.json.
  • Fix running pnpm CLI from pnpm CLI on Windows when the CLI is bundled to an executable #8971.
  • pnpm patch-commit will now use the same filesystem as the store directory to compare and create patch files.
  • Don't show info output when --loglevel=error is used.
  • peerDependencyRules should be set in pnpm-workspace.yaml to take effect.
Commits
  • 65da4d9 chore(release): 10.6.2
  • 81a90da docs: update sponsor logo
  • 0900928 fix: pnpm-workspace.yaml config peerDependencyRules does not work (#9245)
  • 11104c8 fix: self-update should not ignore the local package.json file
  • See full diff in compare view

Updates caniuse-lite from 1.0.30001702 to 1.0.30001703

Commits

Updates electron-to-chromium from 1.5.113 to 1.5.114

Commits

Updates which-typed-array from 1.1.18 to 1.1.19

Changelog

Sourced from which-typed-array's changelog.

v1.1.19 - 2025-03-08

Commits

  • [Refactor] use get-proto, improve types e05d535
  • [Dev Deps] update @arethetypeswrong/cli, @ljharb/tsconfig, @types/tape 0dade9c
  • [Deps] update call-bound, for-each 490791a
  • [Tests] skip npm ls in older nodes f83aaca
  • [Dev Deps] update @ljharb/tsconfig 63c4795
Commits
  • 45ddc94 v1.1.19
  • f83aaca [Tests] skip npm ls in older nodes
  • 63c4795 [Dev Deps] update @ljharb/tsconfig
  • e05d535 [Refactor] use get-proto, improve types
  • 490791a [Deps] update call-bound, for-each
  • 0dade9c [Dev Deps] update @arethetypeswrong/cli, @ljharb/tsconfig, @types/tape
  • 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 npm group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.9` | `22.13.10` |
| [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) | `10.6.1` | `10.6.2` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001702` | `1.0.30001703` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.113` | `1.5.114` |
| [which-typed-array](https://github.com/inspect-js/which-typed-array) | `1.1.18` | `1.1.19` |


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

Updates `pnpm` from 10.6.1 to 10.6.2
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Changelog](https://github.com/pnpm/pnpm/blob/main/pnpm/CHANGELOG.md)
- [Commits](https://github.com/pnpm/pnpm/commits/v10.6.2/pnpm)

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

Updates `electron-to-chromium` from 1.5.113 to 1.5.114
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.113...v1.5.114)

Updates `which-typed-array` from 1.1.18 to 1.1.19
- [Changelog](https://github.com/inspect-js/which-typed-array/blob/main/CHANGELOG.md)
- [Commits](inspect-js/which-typed-array@v1.1.18...v1.1.19)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: pnpm
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: caniuse-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: electron-to-chromium
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: which-typed-array
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
...

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 Mar 10, 2025
@vercel
Copy link

vercel bot commented Mar 10, 2025

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

Name Status Preview Comments Updated (UTC)
github-oauth-example ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 10, 2025 3:04pm

@github-actions github-actions bot enabled auto-merge (squash) March 10, 2025 15:03
@github-actions github-actions bot merged commit 2d8ed1d into main Mar 10, 2025
6 of 7 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/npm-7db6c1e530 branch March 10, 2025 15:03
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.

1 participant