| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Bumps the nodejs group with 6 updates: | Package | From | To | | --- | --- | --- | | [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) | `6.0.1` | `6.1.0` | | [smol-toml](https://github.com/squirrelchat/smol-toml) | `1.6.1` | `1.7.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.1` | `26.0.0` | | [eslint](https://github.com/eslint/eslint) | `10.4.0` | `10.5.0` | | [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.8.4` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.59.4` | `8.62.0` | Updates `@actions/cache` from 6.0.1 to 6.1.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache) Updates `smol-toml` from 1.6.1 to 1.7.0 - [Release notes](https://github.com/squirrelchat/smol-toml/releases) - [Commits](squirrelchat/smol-toml@v1.6.1...v1.7.0) Updates `@types/node` from 25.9.1 to 26.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 10.4.0 to 10.5.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.4.0...v10.5.0) Updates `prettier` from 3.8.3 to 3.8.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.3...3.8.4) Updates `typescript-eslint` from 8.59.4 to 8.62.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@actions/cache" dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nodejs - dependency-name: smol-toml dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nodejs - dependency-name: "@types/node" dependency-version: 26.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: nodejs - dependency-name: eslint dependency-version: 10.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs - dependency-name: prettier dependency-version: 3.8.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs - dependency-name: typescript-eslint dependency-version: 8.62.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs ... Signed-off-by: dependabot[bot] <support@github.com>
@actions/cache 6.1.0 pulls in @azure/storage-common which uses
import.meta.url. In the CJS bundle esbuild stubs import.meta to {},
so createRequire(undefined) crashed the action on load. Enable tsup's
shims option to inject a valid import.meta.url shim.
| Back | FazBrowse Home | New Git URL |
Bumps the nodejs group with 6 updates:
Updates @actions/cache from 6.0.1 to 6.1.0
ChangelogSourced from @actions/cache's changelog.
CommitsUpdates smol-toml from 1.6.1 to 1.7.0
Release notesSourced from smol-toml's releases.
CommitsUpdates @types/node from 25.9.1 to 26.0.0
CommitsUpdates eslint from 10.4.0 to 10.5.0
Release notesSourced from eslint's releases.
... (truncated)
CommitsUpdates prettier from 3.8.3 to 3.8.4
Release notesSourced from prettier's releases.
ChangelogSourced from prettier's changelog.
CommitsUpdates typescript-eslint from 8.59.4 to 8.62.0
Release notesSourced from typescript-eslint's releases.
... (truncated)
ChangelogSourced from typescript-eslint's changelog.
CommitsDependabot 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: