Skip to content

deps: bump the all-dependencies group with 5 updates #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2025

Bumps the all-dependencies group with 5 updates:

Package From To
@types/node 22.13.17 22.14.0
caniuse-lite 1.0.30001707 1.0.30001709
electron-to-chromium 1.5.129 1.5.130
oxc-resolver 5.0.1 5.1.0
undici-types 6.20.0 6.21.0

Updates @types/node from 22.13.17 to 22.14.0

Commits

Updates caniuse-lite from 1.0.30001707 to 1.0.30001709

Commits

Updates electron-to-chromium from 1.5.129 to 1.5.130

Commits

Updates oxc-resolver from 5.0.1 to 5.1.0

Release notes

Sourced from oxc-resolver's releases.

oxc_resolver-v5.1.0

Features

  • resolve emitDecoratorMetadata in tsconfig (#439)

Documentation

  • fix an incorrect comment on Context::missing_dependencies
Changelog

Sourced from oxc-resolver's changelog.

5.1.0 - 2025-04-02

Features

  • resolve emitDecoratorMetadata in tsconfig (#439)

Documentation

  • fix an incorrect comment on Context::missing_dependencies

5.0.0 - 2025-03-07

Features

  • [breaking] Rust Edition 2024 (#402)
  • deserialize verbatim_module_syntax from compilerOptions (#411)

Refactor

  • remove papaya .collector(seize::Collector::new()) call (#393)

4.2.0 - 2025-02-19

Features

  • support wildcard * in alias plugin (#388)

4.1.0 - 2025-02-14

Features

  • merge options from extends tsconfig.json (#375)
  • add more fields in tsconfig#CompilerOptionsSerde (#374)

Bug Fixes

  • fix bench

4.0.0 - 2025-01-20

Features

  • [breaking] generic fs cache type Resolver = ResolverGeneric<FsCache<FileSystemOs>> (#358)
  • [breaking] PackageJson and TsConfig traits (#360)

Performance

  • use papaya instead of dashmap (#356)

3.0.3 - 2024-12-14

... (truncated)

Commits
  • bbed30e chore: release v5.1.0 (#431)
  • f6d9872 chore(deps): lock file maintenance npm packages (#436)
  • b271145 feat: resolve emitDecoratorMetadata in tsconfig (#439)
  • 69ba3ed docs: fix an incorrect comment on Context::missing_dependencies
  • 035e833 chore(deps): update crate-ci/typos action to v1.31.1 (#438)
  • ad1cc6a chore(deps): update github-actions (#435)
  • 81e3c41 chore(deps): lock file maintenance rust crates (#437)
  • a4a8f90 chore(deps): update crate-ci/typos action to v1.31.0 (#433)
  • 1794f02 chore(deps): update crate-ci/typos action to v1.30.3 (#432)
  • f3eada3 deps: bump thiserror to v2 (#430)
  • Additional commits viewable in compare view

Updates undici-types from 6.20.0 to 6.21.0

Release notes

Sourced from undici-types's releases.

v6.21.0

What's Changed

Full Changelog: nodejs/undici@v6.20.1...v6.21.0

v6.20.1

What's Changed

Full Changelog: nodejs/undici@v6.20.0...v6.20.1

Commits

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 all-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.17` | `22.14.0` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001707` | `1.0.30001709` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.129` | `1.5.130` |
| [oxc-resolver](https://github.com/oxc-project/oxc-resolver) | `5.0.1` | `5.1.0` |
| [undici-types](https://github.com/nodejs/undici) | `6.20.0` | `6.21.0` |


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

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

Updates `electron-to-chromium` from 1.5.129 to 1.5.130
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.129...v1.5.130)

Updates `oxc-resolver` from 5.0.1 to 5.1.0
- [Release notes](https://github.com/oxc-project/oxc-resolver/releases)
- [Changelog](https://github.com/oxc-project/oxc-resolver/blob/main/CHANGELOG.md)
- [Commits](oxc-project/oxc-resolver@oxc_resolver-v5.0.1...oxc_resolver-v5.1.0)

Updates `undici-types` from 6.20.0 to 6.21.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v6.20.0...v6.21.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 22.14.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001709
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: electron-to-chromium
  dependency-version: 1.5.130
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: oxc-resolver
  dependency-version: 5.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: undici-types
  dependency-version: 6.21.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 3, 2025
@github-actions github-actions bot enabled auto-merge April 3, 2025 04:11
@github-actions github-actions bot merged commit f530d61 into master Apr 3, 2025
4 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/all-dependencies-b4b51957fe branch April 3, 2025 04:11
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants