Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm group with 26 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.4
pnpm 10.8.1 10.9.0
@eslint/core 0.12.0 0.13.0
@unrs/resolver-binding-darwin-arm64 1.5.0 1.6.3
@unrs/resolver-binding-darwin-x64 1.5.0 1.6.3
@unrs/resolver-binding-freebsd-x64 1.5.0 1.6.3
@unrs/resolver-binding-linux-arm-gnueabihf 1.5.0 1.6.3
@unrs/resolver-binding-linux-arm-musleabihf 1.5.0 1.6.3
@unrs/resolver-binding-linux-arm64-gnu 1.5.0 1.6.3
@unrs/resolver-binding-linux-arm64-musl 1.5.0 1.6.3
@unrs/resolver-binding-linux-ppc64-gnu 1.5.0 1.6.3
@unrs/resolver-binding-linux-riscv64-gnu 1.5.0 1.6.3
@unrs/resolver-binding-linux-s390x-gnu 1.5.0 1.6.3
@unrs/resolver-binding-linux-x64-gnu 1.5.0 1.6.3
@unrs/resolver-binding-linux-x64-musl 1.5.0 1.6.3
@unrs/resolver-binding-wasm32-wasi 1.5.0 1.6.3
@unrs/resolver-binding-win32-arm64-msvc 1.5.0 1.6.3
@unrs/resolver-binding-win32-ia32-msvc 1.5.0 1.6.3
@unrs/resolver-binding-win32-x64-msvc 1.5.0 1.6.3
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.3

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.4

Release notes

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

v4.3.4

Patch Changes

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

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.4

Patch Changes

4.3.3

Patch Changes

Commits

Updates pnpm from 10.8.1 to 10.9.0

Release notes

Sourced from pnpm's releases.

pnpm 10.9

Minor Changes

  • Added support for installing JSR packages. You can now install JSR packages using the following syntax:

    pnpm add jsr:<pkg_name>
    

    or with a version range:

    pnpm add jsr:<pkg_name>@<range>
    

    For example, running:

    pnpm add jsr:@foo/bar
    

    will add the following entry to your package.json:

    {
      "dependencies": {
        "@foo/bar": "jsr:^0.1.2"
      }
    }

    When publishing, this entry will be transformed into a format compatible with npm, older versions of Yarn, and previous pnpm versions:

    {
      "dependencies": {
        "@foo/bar": "npm:@jsr/foo__bar@^0.1.2"
      }
    }

    Related issue: #8941.

    Note: The @jsr scope defaults to https://npm.jsr.io/ if the @jsr:registry setting is not defined.

  • Added a new setting, dangerouslyAllowAllBuilds, for automatically running any scripts of dependencies without the need to approve any builds. It was already possible to allow all builds by adding this to pnpm-workspace.yaml:

    neverBuiltDependencies: []

    dangerouslyAllowAllBuilds has the same effect but also allows to be set globally via:

    pnpm config set dangerouslyAllowAllBuilds true
    

    It can also be set when running a command:

... (truncated)

Changelog

Sourced from pnpm's changelog.

10.9.0

Minor Changes

  • Added support for installing JSR packages. You can now install JSR packages using the following syntax:

    pnpm add jsr:<pkg_name>
    

    or with a version range:

    pnpm add jsr:<pkg_name>@<range>
    

    For example, running:

    pnpm add jsr:@foo/bar
    

    will add the following entry to your package.json:

    {
      "dependencies": {
        "@foo/bar": "jsr:^0.1.2"
      }
    }

    When publishing, this entry will be transformed into a format compatible with npm, older versions of Yarn, and previous pnpm versions:

    {
      "dependencies": {
        "@foo/bar": "npm:@jsr/foo__bar@^0.1.2"
      }
    }

    Related issue: #8941.

    Note: The @jsr scope defaults to https://npm.jsr.io/ if the @jsr:registry setting is not defined.

  • Added a new setting, dangerouslyAllowAllBuilds, for automatically running any scripts of dependencies without the need to approve any builds. It was already possible to allow all builds by adding this to pnpm-workspace.yaml:

    neverBuiltDependencies: []

... (truncated)

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.3

Release notes

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

v1.6.3

Bug Fixes

  • support load_as_directory for pnp mode (#75)

Testing

v1.6.2

Bug Fixes

  • resolve parent base url correctly by normalizing as absolute path (#72)

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.3 - 2025-04-21

Bug Fixes

  • support load_as_directory for pnp mode (#75)

Testing

1.6.2 - 2025-04-21

Bug Fixes

  • resolve parent base url correctly by normalizing as absolute path (#72)

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

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

Release notes

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

v1.6.3

Bug Fixes

  • support load_as_directory for pnp mode (#75)

Testing

v1.6.2

Bug Fixes

  • resolve parent base url correctly by normalizing as absolute path (#72)

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.3 - 2025-04-21

Bug Fixes

  • support load_as_directory for pnp mode (#75)

Testing

1.6.2 - 2025-04-21

Bug Fixes

  • resolve parent base url correctly by normalizing as absolute path (#72)

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

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

Release notes

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

v1.6.3

Bug Fixes

  • support load_as_directory for pnp mode (#75)

Testing

v1.6.2

Bug Fixes

  • resolve parent base url correctly by normalizing as absolute path (#72)

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.3 - 2025-04-21

Bug Fixes

  • support load_as_directory for pnp mode (#75)

Testing

1.6.2 - 2025-04-21

Bug Fixes

  • resolve parent base url correctly by normalizing as absolute path (#72)

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 npm group with 26 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.4` |
| [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) | `10.8.1` | `10.9.0` |
| [@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.3` |
| [@unrs/resolver-binding-darwin-x64](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.3` |
| [@unrs/resolver-binding-freebsd-x64](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.3` |
| [@unrs/resolver-binding-linux-arm-gnueabihf](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.3` |
| [@unrs/resolver-binding-linux-arm-musleabihf](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.3` |
| [@unrs/resolver-binding-linux-arm64-gnu](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.3` |
| [@unrs/resolver-binding-linux-arm64-musl](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.3` |
| [@unrs/resolver-binding-linux-ppc64-gnu](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.3` |
| [@unrs/resolver-binding-linux-riscv64-gnu](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.3` |
| [@unrs/resolver-binding-linux-s390x-gnu](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.3` |
| [@unrs/resolver-binding-linux-x64-gnu](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.3` |
| [@unrs/resolver-binding-linux-x64-musl](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.3` |
| [@unrs/resolver-binding-wasm32-wasi](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.3` |
| [@unrs/resolver-binding-win32-arm64-msvc](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.3` |
| [@unrs/resolver-binding-win32-ia32-msvc](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.3` |
| [@unrs/resolver-binding-win32-x64-msvc](https://github.com/unrs/unrs-resolver) | `1.5.0` | `1.6.3` |
| [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.3` |


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.4
- [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.4)

Updates `pnpm` from 10.8.1 to 10.9.0
- [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.9.0/pnpm)

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.3
- [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.3)

Updates `@unrs/resolver-binding-darwin-x64` from 1.5.0 to 1.6.3
- [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.3)

Updates `@unrs/resolver-binding-freebsd-x64` from 1.5.0 to 1.6.3
- [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.3)

Updates `@unrs/resolver-binding-linux-arm-gnueabihf` from 1.5.0 to 1.6.3
- [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.3)

Updates `@unrs/resolver-binding-linux-arm-musleabihf` from 1.5.0 to 1.6.3
- [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.3)

Updates `@unrs/resolver-binding-linux-arm64-gnu` from 1.5.0 to 1.6.3
- [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.3)

Updates `@unrs/resolver-binding-linux-arm64-musl` from 1.5.0 to 1.6.3
- [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.3)

Updates `@unrs/resolver-binding-linux-ppc64-gnu` from 1.5.0 to 1.6.3
- [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.3)

Updates `@unrs/resolver-binding-linux-riscv64-gnu` from 1.5.0 to 1.6.3
- [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.3)

Updates `@unrs/resolver-binding-linux-s390x-gnu` from 1.5.0 to 1.6.3
- [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.3)

Updates `@unrs/resolver-binding-linux-x64-gnu` from 1.5.0 to 1.6.3
- [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.3)

Updates `@unrs/resolver-binding-linux-x64-musl` from 1.5.0 to 1.6.3
- [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.3)

Updates `@unrs/resolver-binding-wasm32-wasi` from 1.5.0 to 1.6.3
- [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.3)

Updates `@unrs/resolver-binding-win32-arm64-msvc` from 1.5.0 to 1.6.3
- [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.3)

Updates `@unrs/resolver-binding-win32-ia32-msvc` from 1.5.0 to 1.6.3
- [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.3)

Updates `@unrs/resolver-binding-win32-x64-msvc` from 1.5.0 to 1.6.3
- [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.3)

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.3
- [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.3)

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

vercel bot commented Apr 21, 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 Apr 21, 2025 3:23pm

@github-actions github-actions bot enabled auto-merge (squash) April 21, 2025 15:22
@github-actions github-actions bot merged commit c42b4b9 into main Apr 21, 2025
6 of 7 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/npm-7be67e9c55 branch April 21, 2025 15:22
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