Skip to content

Bump the packages group with 25 updates#146

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/packages-444348e903
Apr 20, 2025
Merged

Bump the packages group with 25 updates#146
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/packages-444348e903

Conversation

@dependabot
Copy link
Contributor

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

Bumps the packages group with 25 updates:

Package From To
@eslint/js 9.24.0 9.25.0
eslint 9.24.0 9.25.0
eslint-import-resolver-typescript 4.3.2 4.3.3
@eslint/core 0.12.0 0.13.0
@unrs/resolver-binding-darwin-arm64 1.5.0 1.6.1
@unrs/resolver-binding-darwin-x64 1.5.0 1.6.1
@unrs/resolver-binding-freebsd-x64 1.5.0 1.6.1
@unrs/resolver-binding-linux-arm-gnueabihf 1.5.0 1.6.1
@unrs/resolver-binding-linux-arm-musleabihf 1.5.0 1.6.1
@unrs/resolver-binding-linux-arm64-gnu 1.5.0 1.6.1
@unrs/resolver-binding-linux-arm64-musl 1.5.0 1.6.1
@unrs/resolver-binding-linux-ppc64-gnu 1.5.0 1.6.1
@unrs/resolver-binding-linux-riscv64-gnu 1.5.0 1.6.1
@unrs/resolver-binding-linux-s390x-gnu 1.5.0 1.6.1
@unrs/resolver-binding-linux-x64-gnu 1.5.0 1.6.1
@unrs/resolver-binding-linux-x64-musl 1.5.0 1.6.1
@unrs/resolver-binding-wasm32-wasi 1.5.0 1.6.1
@unrs/resolver-binding-win32-arm64-msvc 1.5.0 1.6.1
@unrs/resolver-binding-win32-ia32-msvc 1.5.0 1.6.1
@unrs/resolver-binding-win32-x64-msvc 1.5.0 1.6.1
caniuse-lite 1.0.30001714 1.0.30001715
electron-to-chromium 1.5.138 1.5.139
fdir 6.4.3 6.4.4
tinyglobby 0.2.12 0.2.13
unrs-resolver 1.5.0 1.6.1

Updates @eslint/js from 9.24.0 to 9.25.0

Release notes

Sourced from @​eslint/js's releases.

v9.25.0

Features

  • dcd95aa feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)
  • 77d6d5b feat: support TS syntax in no-unused-expressions (#19564) (Sweta Tanwar)
  • 90228e5 feat: support JSRuleDefinition type (#19604) (루밀LuMir)
  • 59ba6b7 feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)
  • db650a0 feat: support TypeScript syntax in no-invalid-this rule (#19532) (Tanuj Kanti)
  • 9535cff feat: support TS syntax in no-loop-func (#19559) (Nitin Kumar)

Bug Fixes

  • 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#19631) (StyleShit)

Documentation

  • ca7a735 docs: update no-undef-init when not to use section (#19624) (Tanuj Kanti)
  • 1b870c9 docs: use eslint-config-xo in the getting started guide (#19629) (Nitin Kumar)
  • 5d4af16 docs: add types for multiple rule options (#19616) (Tanuj Kanti)
  • e8f8d57 docs: Update README (GitHub Actions Bot)
  • a40348f docs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)
  • 0ba3ae3 docs: Update README (GitHub Actions Bot)
  • 865dbfe docs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)
  • f80b746 docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)
  • 865aed6 docs: Update README (GitHub Actions Bot)

Chores

  • 88dc196 chore: upgrade @​eslint/js@​9.25.0 (#19636) (Milos Djermanovic)
  • 345288d chore: package.json update for @​eslint/js release (Jenkins)
  • affe6be chore: upgrade trunk (#19628) (sethamus)
  • dd20cf2 test: fix no-loop-func test with duplicate variable reports (#19610) (Milos Djermanovic)
  • bd05397 chore: upgrade @eslint/* dependencies (#19606) (Milos Djermanovic)
  • 22ea18b chore: replace invalid int type with number inside JSDocs. (#19597) (Arya Emami)
Changelog

Sourced from @​eslint/js's changelog.

v9.25.0 - April 18, 2025

  • 88dc196 chore: upgrade @​eslint/js@​9.25.0 (#19636) (Milos Djermanovic)
  • 345288d chore: package.json update for @​eslint/js release (Jenkins)
  • 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#19631) (StyleShit)
  • ca7a735 docs: update no-undef-init when not to use section (#19624) (Tanuj Kanti)
  • affe6be chore: upgrade trunk (#19628) (sethamus)
  • 1b870c9 docs: use eslint-config-xo in the getting started guide (#19629) (Nitin Kumar)
  • 5d4af16 docs: add types for multiple rule options (#19616) (Tanuj Kanti)
  • e8f8d57 docs: Update README (GitHub Actions Bot)
  • a40348f docs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)
  • 0ba3ae3 docs: Update README (GitHub Actions Bot)
  • 865dbfe docs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)
  • dcd95aa feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)
  • 77d6d5b feat: support TS syntax in no-unused-expressions (#19564) (Sweta Tanwar)
  • 90228e5 feat: support JSRuleDefinition type (#19604) (루밀LuMir)
  • f80b746 docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)
  • 59ba6b7 feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)
  • db650a0 feat: support TypeScript syntax in no-invalid-this rule (#19532) (Tanuj Kanti)
  • dd20cf2 test: fix no-loop-func test with duplicate variable reports (#19610) (Milos Djermanovic)
  • 9535cff feat: support TS syntax in no-loop-func (#19559) (Nitin Kumar)
  • bd05397 chore: upgrade @eslint/* dependencies (#19606) (Milos Djermanovic)
  • 22ea18b chore: replace invalid int type with number inside JSDocs. (#19597) (Arya Emami)
  • 865aed6 docs: Update README (GitHub Actions Bot)
Commits

Updates eslint from 9.24.0 to 9.25.0

Release notes

Sourced from eslint's releases.

v9.25.0

Features

  • dcd95aa feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)
  • 77d6d5b feat: support TS syntax in no-unused-expressions (#19564) (Sweta Tanwar)
  • 90228e5 feat: support JSRuleDefinition type (#19604) (루밀LuMir)
  • 59ba6b7 feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)
  • db650a0 feat: support TypeScript syntax in no-invalid-this rule (#19532) (Tanuj Kanti)
  • 9535cff feat: support TS syntax in no-loop-func (#19559) (Nitin Kumar)

Bug Fixes

  • 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#19631) (StyleShit)

Documentation

  • ca7a735 docs: update no-undef-init when not to use section (#19624) (Tanuj Kanti)
  • 1b870c9 docs: use eslint-config-xo in the getting started guide (#19629) (Nitin Kumar)
  • 5d4af16 docs: add types for multiple rule options (#19616) (Tanuj Kanti)
  • e8f8d57 docs: Update README (GitHub Actions Bot)
  • a40348f docs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)
  • 0ba3ae3 docs: Update README (GitHub Actions Bot)
  • 865dbfe docs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)
  • f80b746 docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)
  • 865aed6 docs: Update README (GitHub Actions Bot)

Chores

  • 88dc196 chore: upgrade @​eslint/js@​9.25.0 (#19636) (Milos Djermanovic)
  • 345288d chore: package.json update for @​eslint/js release (Jenkins)
  • affe6be chore: upgrade trunk (#19628) (sethamus)
  • dd20cf2 test: fix no-loop-func test with duplicate variable reports (#19610) (Milos Djermanovic)
  • bd05397 chore: upgrade @eslint/* dependencies (#19606) (Milos Djermanovic)
  • 22ea18b chore: replace invalid int type with number inside JSDocs. (#19597) (Arya Emami)
Changelog

Sourced from eslint's changelog.

v9.25.0 - April 18, 2025

  • 88dc196 chore: upgrade @​eslint/js@​9.25.0 (#19636) (Milos Djermanovic)
  • 345288d chore: package.json update for @​eslint/js release (Jenkins)
  • 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#19631) (StyleShit)
  • ca7a735 docs: update no-undef-init when not to use section (#19624) (Tanuj Kanti)
  • affe6be chore: upgrade trunk (#19628) (sethamus)
  • 1b870c9 docs: use eslint-config-xo in the getting started guide (#19629) (Nitin Kumar)
  • 5d4af16 docs: add types for multiple rule options (#19616) (Tanuj Kanti)
  • e8f8d57 docs: Update README (GitHub Actions Bot)
  • a40348f docs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)
  • 0ba3ae3 docs: Update README (GitHub Actions Bot)
  • 865dbfe docs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)
  • dcd95aa feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)
  • 77d6d5b feat: support TS syntax in no-unused-expressions (#19564) (Sweta Tanwar)
  • 90228e5 feat: support JSRuleDefinition type (#19604) (루밀LuMir)
  • f80b746 docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)
  • 59ba6b7 feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)
  • db650a0 feat: support TypeScript syntax in no-invalid-this rule (#19532) (Tanuj Kanti)
  • dd20cf2 test: fix no-loop-func test with duplicate variable reports (#19610) (Milos Djermanovic)
  • 9535cff feat: support TS syntax in no-loop-func (#19559) (Nitin Kumar)
  • bd05397 chore: upgrade @eslint/* dependencies (#19606) (Milos Djermanovic)
  • 22ea18b chore: replace invalid int type with number inside JSDocs. (#19597) (Arya Emami)
  • 865aed6 docs: Update README (GitHub Actions Bot)
Commits

Updates eslint-import-resolver-typescript from 4.3.2 to 4.3.3

Release notes

Sourced from eslint-import-resolver-typescript's releases.

v4.3.3

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.3.2...v4.3.3

Changelog

Sourced from eslint-import-resolver-typescript's changelog.

4.3.3

Patch Changes

Commits

Updates @eslint/core from 0.12.0 to 0.13.0

Release notes

Sourced from @​eslint/core's releases.

core: v0.13.0

0.13.0 (2025-04-01)

Features

  • Set type for RuleDefinition.defaultOptions (#173) (d5806df)
Commits

Updates @unrs/resolver-binding-darwin-arm64 from 1.5.0 to 1.6.1

Release notes

Sourced from @​unrs/resolver-binding-darwin-arm64's releases.

v1.6.1

Bug Fixes

  • disable mimalloc on linux with aarch64 (#69)

Full Changelog: unrs/unrs-resolver@v1.6.0...v1.6.1

v1.6.0

Features

  • deserialize preserve_value_imports and imports_not_used_as_values from compilerOptions (#457)
  • deserialize target from compilerOptions (#456)

Bug Fixes

  • fix: add napi-postinstall dep for workaround npm's bug (#66)

Full Changelog: unrs/unrs-resolver@v1.5.0...v1.6.0

Changelog

Sourced from @​unrs/resolver-binding-darwin-arm64's changelog.

1.6.1 - 2025-04-20

Bug Fixes

  • disable mimalloc on linux with aarch64 (#69)

1.6.0 - 2025-04-20

Features

  • deserialize preserve_value_imports and imports_not_used_as_values from compilerOptions (#457)
  • deserialize target from compilerOptions (#456)

Bug Fixes

  • add napi-postinstall dep for workaround npm's bug (#66)
Commits
  • da3c6dd chore: release v1.6.1 (#70)
  • 12dca0c fix: disable mimalloc on linux with aarch64 (#69)
  • 8772685 Update CHANGELOG.md
  • 77d3bf5 chore: release v1.6.0 (#68)
  • 8e1a001 Merge remote-tracking branch 'upstream/main'
  • 38fc67c chore(deps): update all dependencies (#67)
  • 73def65 fix: add napi-postinstall dep for workaround npm's bug (#66)
  • 1d9ed83 chore: release v5.3.0 (#458)
  • dc56c56 feat: deserialize preserve_value_imports and imports_not_used_as_values f...
  • 9573ddd feat: deserialize target from compilerOptions (#456)
  • Additional commits viewable in compare view

Updates @unrs/resolver-binding-darwin-x64 from 1.5.0 to 1.6.1

Release notes

Sourced from @​unrs/resolver-binding-darwin-x64's releases.

v1.6.1

Bug Fixes

  • disable mimalloc on linux with aarch64 (#69)

Full Changelog: unrs/unrs-resolver@v1.6.0...v1.6.1

v1.6.0

Features

  • deserialize preserve_value_imports and imports_not_used_as_values from compilerOptions (#457)
  • deserialize target from compilerOptions (#456)

Bug Fixes

  • fix: add napi-postinstall dep for workaround npm's bug (#66)

Full Changelog: unrs/unrs-resolver@v1.5.0...v1.6.0

Changelog

Sourced from @​unrs/resolver-binding-darwin-x64's changelog.

1.6.1 - 2025-04-20

Bug Fixes

  • disable mimalloc on linux with aarch64 (#69)

1.6.0 - 2025-04-20

Features

  • deserialize preserve_value_imports and imports_not_used_as_values from compilerOptions (#457)
  • deserialize target from compilerOptions (#456)

Bug Fixes

  • add napi-postinstall dep for workaround npm's bug (#66)
Commits
  • da3c6dd chore: release v1.6.1 (#70)
  • 12dca0c fix: disable mimalloc on linux with aarch64 (#69)
  • 8772685 Update CHANGELOG.md
  • 77d3bf5 chore: release v1.6.0 (#68)
  • 8e1a001 Merge remote-tracking branch 'upstream/main'
  • 38fc67c chore(deps): update all dependencies (#67)
  • 73def65 fix: add napi-postinstall dep for workaround npm's bug (#66)
  • 1d9ed83 chore: release v5.3.0 (#458)
  • dc56c56 feat: deserialize preserve_value_imports and imports_not_used_as_values f...
  • 9573ddd feat: deserialize target from compilerOptions (#456)
  • Additional commits viewable in compare view

Updates @unrs/resolver-binding-freebsd-x64 from 1.5.0 to 1.6.1

Release notes

Sourced from @​unrs/resolver-binding-freebsd-x64's releases.

v1.6.1

Bug Fixes

  • disable mimalloc on linux with aarch64 (#69)

Full Changelog: unrs/unrs-resolver@v1.6.0...v1.6.1

v1.6.0

Features

  • deserialize preserve_value_imports and imports_not_used_as_values from compilerOptions (#457)
  • deserialize target from compilerOptions (#456)

Bug Fixes

  • fix: add napi-postinstall dep for workaround npm's bug (#66)

Full Changelog: unrs/unrs-resolver@v1.5.0...v1.6.0

Changelog

Sourced from @​unrs/resolver-binding-freebsd-x64's changelog.

1.6.1 - 2025-04-20

Bug Fixes

  • disable mimalloc on linux with aarch64 (#69)

1.6.0 - 2025-04-20

Features

  • deserialize preserve_value_imports and imports_not_used_as_values from compilerOptions (#457)
  • deserialize target from compilerOptions (#456)

Bug Fixes

  • add napi-postinstall dep for workaround npm's bug (#66)
Commits
  • da3c6dd chore: release v1.6.1 (#70)
  • 12dca0c fix: disable mimalloc on linux with aarch64 (#69)
  • 8772685 Update CHANGELOG.md
  • 77d3bf5 chore: release v1.6.0 (#68)
  • 8e1a001 Merge remote-tracking branch 'upstream/main'
  • 38fc67c chore(deps): update all dependencies (#67)
  • 73def65 fix: add napi-postinstall dep for workaround npm's bug (#66)
  • 1d9ed83 chore: release v5.3.0 (#458)
  • dc56c56 feat: deserialize preserve_value_imports and imports_not_used_as_values f...
  • 9573ddd feat: deserialize target from compilerOptions (#456)
  • Additional commits viewable in compare view

Updates @unrs/resolver-binding-linux-arm-gnueabihf from 1.5.0 to 1.6.1

Release notes

Sourced from @​unrs/resolver-binding-linux-arm-gnueabihf's releases.

v1.6.1

Bug Fixes

  • disable mimalloc on linux with aarch64 (#69)

Full Changelog: unrs/unrs-resolver@v1.6.0...v1.6.1

v1.6.0

Features

  • deserialize preserve_value_imports and imports_not_used_as_values from compilerOptions (#457)
  • deserialize target from compilerOptions (#456)

Bug Fixes

  • fix: add napi-postinstall dep for workaround npm's bug (#66)

Full Changelog: unrs/unrs-resolver@v1.5.0...v1.6.0

Changelog

Sourced from @​unrs/resolver-binding-linux-arm-gnueabihf's changelog.

1.6.1 - 2025-04-20

Bug Fixes

  • disable mimalloc on linux with aarch64 (#69)

1.6.0 - 2025-04-20

Features

  • deserialize preserve_value_imports and imports_not_used_as_values from compilerOptions (#457)
  • deserialize target from compilerOptions (#456)

Bug Fixes

  • add napi-postinstall dep for workaround npm's bug (#66)
Commits
  • da3c6dd chore: release v1.6.1 (#70)
  • 12dca0c fix: disable mimalloc on linux with aarch64 (#69)
  • 8772685 Update CHANGELOG.md
  • 77d3bf5 chore: release v1.6.0 (#68)
  • 8e1a001 Merge remote-tracking branch 'upstream/main'
  • 38fc67c chore(deps): update all dependencies (#67)
  • 73def65 fix: add napi-postinstall dep for workaround npm's bug (#66)
  • 1d9ed83 chore: release v5.3.0 (#458)
  • dc56c56 feat: deserialize preserve_value_imports and imports_not_used_as_values f...
  • 9573ddd feat: deserialize target from compilerOptions (#456)
  • Additional commits viewable in compare view

Updates @unrs/resolver-binding-linux-arm-musleabihf from 1.5.0 to 1.6.1

Release notes

Sourced from @​unrs/resolver-binding-linux-arm-musleabihf's releases.

v1.6.1

Bug Fixes

  • disable mimalloc on linux with aarch64 (#69)

Full Changelog: unrs/unrs-resolver@v1.6.0...v1.6.1

v1.6.0

Features

  • deserialize preserve_value_imports and imports_not_used_as_values from compilerOptions (#457)
  • deserialize target from compilerOptions (#456)

Bug Fixes

  • fix: add napi-postinstall dep for workaround npm's bug (#66)

Full Changelog: unrs/unrs-resolver@v1.5.0...v1.6.0

Changelog

Sourced from @​unrs/resolver-binding-linux-arm-musleabihf's changelog.

1.6.1 - 2025-04-20

Bug Fixes

  • disable mimalloc on linux with aarch64 (#69)

1.6.0 - 2025-04-20

Features

  • deserialize preserve_value_imports and imports_not_used_as_values from compilerOptions (#457)
  • deserialize target from compilerOptions (#456)

Bug Fixes

  • add napi-postinstall dep for workaround npm's bug (#66)
Commits
  • da3c6dd chore: release v1.6.1 (#70)
  • 12dca0c fix: disable mimalloc on linux with aarch64 (#69)
  • 8772685 Update CHANGELOG.md
  • 77d3bf5 chore: release v1.6.0 (#68)
  • 8e1a001 Merge remote-tracking branch 'upstream/main'
  • 38fc67c chore(deps): update all dependencies (#67)
  • 73def65 fix: add napi-postinstall dep for workaround npm's bug (#66)
  • 1d9ed83 chore: release v5.3.0 (#458)
  • dc56c56 feat: deserialize preserve_value_imports and imports_not_used_as_values f...
  • 9573ddd feat: deserialize target from compilerOptions (#456)
  • Additional commits viewable in compare view

Updates @unrs/resolver-binding-linux-arm64-gnu from 1.5.0 to 1.6.1

Release notes

Sourced from @​unrs/resolver-binding-linux-arm64-gnu's releases.

v1.6.1

Bug Fixes

  • disable mimalloc on linux with aarch64 (#69)

Full Changelog: unrs/unrs-resolver@v1.6.0...v1.6.1

v1.6.0

Features

  • deserialize preserve_value_imports and imports_not_used_as_values from compilerOptions (#457)
  • deserialize target from compilerOptions (#456)

Bug Fixes

  • fix: add napi-postinstall dep for workaround npm's bug (#66)

Full Changelog: unrs/unrs-resolver@v1.5.0...v1.6.0

Changelog

Sourced from @​unrs/resolver-binding-linux-arm64-gnu's changelog.

1.6.1 - 2025-04-20

Bug Fixes

  • disable mimalloc on linux with aarch64 (#69)

1.6.0 - 2025-04-20

Features

  • deserialize preserve_value_imports and imports_not_used_as_values from compilerOptions (#457)
  • deserialize target from compilerOptions (#456)

Bug Fixes

  • add napi-postinstall dep for workaround npm's bug (#66)
Commits

Bumps the packages group with 25 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.24.0` | `9.25.0` |
| [eslint](https://github.com/eslint/eslint) | `9.24.0` | `9.25.0` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `4.3.2` | `4.3.3` |
| [@eslint/core](https://github.com/eslint/rewrite) | `0.12.0` | `0.13.0` |
| [@unrs/resolver-binding-darwin-arm64](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.1` |
| [@unrs/resolver-binding-darwin-x64](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.1` |
| [@unrs/resolver-binding-freebsd-x64](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.1` |
| [@unrs/resolver-binding-linux-arm-gnueabihf](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.1` |
| [@unrs/resolver-binding-linux-arm-musleabihf](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.1` |
| [@unrs/resolver-binding-linux-arm64-gnu](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.1` |
| [@unrs/resolver-binding-linux-arm64-musl](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.1` |
| [@unrs/resolver-binding-linux-ppc64-gnu](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.1` |
| [@unrs/resolver-binding-linux-riscv64-gnu](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.1` |
| [@unrs/resolver-binding-linux-s390x-gnu](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.1` |
| [@unrs/resolver-binding-linux-x64-gnu](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.1` |
| [@unrs/resolver-binding-linux-x64-musl](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.1` |
| [@unrs/resolver-binding-wasm32-wasi](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.1` |
| [@unrs/resolver-binding-win32-arm64-msvc](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.1` |
| [@unrs/resolver-binding-win32-ia32-msvc](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.1` |
| [@unrs/resolver-binding-win32-x64-msvc](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.1` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001714` | `1.0.30001715` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.138` | `1.5.139` |
| [fdir](https://github.com/thecodrr/fdir) | `6.4.3` | `6.4.4` |
| [tinyglobby](https://github.com/SuperchupuDev/tinyglobby) | `0.2.12` | `0.2.13` |
| [unrs-resolver](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.1` |


Updates `@eslint/js` from 9.24.0 to 9.25.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.25.0/packages/js)

Updates `eslint` from 9.24.0 to 9.25.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.24.0...v9.25.0)

Updates `eslint-import-resolver-typescript` from 4.3.2 to 4.3.3
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](import-js/eslint-import-resolver-typescript@v4.3.2...v4.3.3)

Updates `@eslint/core` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@core-v0.12.0...core-v0.13.0)

Updates `@unrs/resolver-binding-darwin-arm64` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/unrs/unrs-resolver/releases)
- [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md)
- [Commits](unrs/unrs-resolver@v1.5.0...v1.6.1)

Updates `@unrs/resolver-binding-darwin-x64` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/unrs/unrs-resolver/releases)
- [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md)
- [Commits](unrs/unrs-resolver@v1.5.0...v1.6.1)

Updates `@unrs/resolver-binding-freebsd-x64` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/unrs/unrs-resolver/releases)
- [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md)
- [Commits](unrs/unrs-resolver@v1.5.0...v1.6.1)

Updates `@unrs/resolver-binding-linux-arm-gnueabihf` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/unrs/unrs-resolver/releases)
- [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md)
- [Commits](unrs/unrs-resolver@v1.5.0...v1.6.1)

Updates `@unrs/resolver-binding-linux-arm-musleabihf` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/unrs/unrs-resolver/releases)
- [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md)
- [Commits](unrs/unrs-resolver@v1.5.0...v1.6.1)

Updates `@unrs/resolver-binding-linux-arm64-gnu` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/unrs/unrs-resolver/releases)
- [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md)
- [Commits](unrs/unrs-resolver@v1.5.0...v1.6.1)

Updates `@unrs/resolver-binding-linux-arm64-musl` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/unrs/unrs-resolver/releases)
- [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md)
- [Commits](unrs/unrs-resolver@v1.5.0...v1.6.1)

Updates `@unrs/resolver-binding-linux-ppc64-gnu` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/unrs/unrs-resolver/releases)
- [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md)
- [Commits](unrs/unrs-resolver@v1.5.0...v1.6.1)

Updates `@unrs/resolver-binding-linux-riscv64-gnu` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/unrs/unrs-resolver/releases)
- [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md)
- [Commits](unrs/unrs-resolver@v1.5.0...v1.6.1)

Updates `@unrs/resolver-binding-linux-s390x-gnu` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/unrs/unrs-resolver/releases)
- [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md)
- [Commits](unrs/unrs-resolver@v1.5.0...v1.6.1)

Updates `@unrs/resolver-binding-linux-x64-gnu` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/unrs/unrs-resolver/releases)
- [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md)
- [Commits](unrs/unrs-resolver@v1.5.0...v1.6.1)

Updates `@unrs/resolver-binding-linux-x64-musl` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/unrs/unrs-resolver/releases)
- [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md)
- [Commits](unrs/unrs-resolver@v1.5.0...v1.6.1)

Updates `@unrs/resolver-binding-wasm32-wasi` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/unrs/unrs-resolver/releases)
- [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md)
- [Commits](unrs/unrs-resolver@v1.5.0...v1.6.1)

Updates `@unrs/resolver-binding-win32-arm64-msvc` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/unrs/unrs-resolver/releases)
- [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md)
- [Commits](unrs/unrs-resolver@v1.5.0...v1.6.1)

Updates `@unrs/resolver-binding-win32-ia32-msvc` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/unrs/unrs-resolver/releases)
- [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md)
- [Commits](unrs/unrs-resolver@v1.5.0...v1.6.1)

Updates `@unrs/resolver-binding-win32-x64-msvc` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/unrs/unrs-resolver/releases)
- [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md)
- [Commits](unrs/unrs-resolver@v1.5.0...v1.6.1)

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

Updates `electron-to-chromium` from 1.5.138 to 1.5.139
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kilian/electron-to-chromium/commits)

Updates `fdir` from 6.4.3 to 6.4.4
- [Release notes](https://github.com/thecodrr/fdir/releases)
- [Commits](thecodrr/fdir@v6.4.3...v6.4.4)

Updates `tinyglobby` from 0.2.12 to 0.2.13
- [Release notes](https://github.com/SuperchupuDev/tinyglobby/releases)
- [Changelog](https://github.com/SuperchupuDev/tinyglobby/blob/main/CHANGELOG.md)
- [Commits](SuperchupuDev/tinyglobby@0.2.12...0.2.13)

Updates `unrs-resolver` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/unrs/unrs-resolver/releases)
- [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md)
- [Commits](unrs/unrs-resolver@v1.5.0...v1.6.1)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.25.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: eslint
  dependency-version: 9.25.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: eslint-import-resolver-typescript
  dependency-version: 4.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@eslint/core"
  dependency-version: 0.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@unrs/resolver-binding-darwin-arm64"
  dependency-version: 1.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@unrs/resolver-binding-darwin-x64"
  dependency-version: 1.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@unrs/resolver-binding-freebsd-x64"
  dependency-version: 1.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@unrs/resolver-binding-linux-arm-gnueabihf"
  dependency-version: 1.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@unrs/resolver-binding-linux-arm-musleabihf"
  dependency-version: 1.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@unrs/resolver-binding-linux-arm64-gnu"
  dependency-version: 1.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@unrs/resolver-binding-linux-arm64-musl"
  dependency-version: 1.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@unrs/resolver-binding-linux-ppc64-gnu"
  dependency-version: 1.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@unrs/resolver-binding-linux-riscv64-gnu"
  dependency-version: 1.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@unrs/resolver-binding-linux-s390x-gnu"
  dependency-version: 1.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@unrs/resolver-binding-linux-x64-gnu"
  dependency-version: 1.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@unrs/resolver-binding-linux-x64-musl"
  dependency-version: 1.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@unrs/resolver-binding-wasm32-wasi"
  dependency-version: 1.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@unrs/resolver-binding-win32-arm64-msvc"
  dependency-version: 1.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@unrs/resolver-binding-win32-ia32-msvc"
  dependency-version: 1.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@unrs/resolver-binding-win32-x64-msvc"
  dependency-version: 1.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001715
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: electron-to-chromium
  dependency-version: 1.5.139
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: fdir
  dependency-version: 6.4.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: tinyglobby
  dependency-version: 0.2.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: unrs-resolver
  dependency-version: 1.6.1
  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 Apr 20, 2025
@vercel
Copy link

vercel bot commented Apr 20, 2025

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 Apr 20, 2025 10:47pm

@github-actions github-actions bot merged commit 4476bfa into main Apr 20, 2025
4 of 5 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/packages-444348e903 branch April 20, 2025 22:47
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