| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Bumps the npm-minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) | `5.0.1` | `5.0.2` | | [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) | `5.0.1` | `5.0.2` | | [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `2.0.1` | `2.0.2` | | [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) | `3.0.0` | `3.0.1` | | [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `2.0.0` | `2.0.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.52.0` | `8.53.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.52.0` | `8.53.0` | Updates `@actions/artifact` from 5.0.1 to 5.0.2 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact) Updates `@actions/cache` from 5.0.1 to 5.0.2 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache) Updates `@actions/core` from 2.0.1 to 2.0.2 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Updates `@actions/http-client` from 3.0.0 to 3.0.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/http-client) Updates `@eslint/compat` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.1/packages/compat) Updates `@typescript-eslint/eslint-plugin` from 8.52.0 to 8.53.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.52.0 to 8.53.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.0/packages/parser) --- updated-dependencies: - dependency-name: "@actions/artifact" dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: "@actions/cache" dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: "@actions/core" dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: "@actions/http-client" dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: "@eslint/compat" dependency-version: 2.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.53.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: "@typescript-eslint/parser" dependency-version: 8.53.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks. |
Sorry, something went wrong.
There was a problem hiding this comment.
This PR updates 7 npm dependencies in the npm-minor group, including @actions toolkit packages and TypeScript ESLint packages. The changes include version bumps in package.json and corresponding updates in package-lock.json. The generated JavaScript files in the lib/ directory reflect these dependency updates through bundled code.
Changes:
Copilot reviewed 13 out of 14 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updated dependency versions for 6 packages in dependencies and devDependencies |
| package-lock.json | Resolved and locked all transitive dependency updates corresponding to package.json changes |
| lib/*.js | Generated JavaScript bundles reflecting the updated dependencies (not reviewed per coding guidelines) |
Sorry, something went wrong.
| "@types/sinon": "^21.0.0", | ||
| "@typescript-eslint/eslint-plugin": "^8.52.0", | ||
| "@typescript-eslint/eslint-plugin": "^8.53.0", | ||
| "@typescript-eslint/parser": "^8.48.0", |
There was a problem hiding this comment.
The @typescript-eslint/parser version in package.json remains at ^8.48.0 and was not updated, but @typescript-eslint/eslint-plugin was updated to ^8.53.0 on line 64. This creates a version mismatch between the two related packages. According to the @typescript-eslint/eslint-plugin peerDependencies (visible in package-lock.json line 2287), it requires "@typescript-eslint/parser": "^8.53.0", but package.json specifies ^8.48.0. This mismatch could lead to peer dependency warnings or compatibility issues.
| "@typescript-eslint/parser": "^8.48.0", | |
| "@typescript-eslint/parser": "^8.53.0", |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Bumps the npm-minor group with 7 updates:
Updates @actions/artifact from 5.0.1 to 5.0.2
ChangelogSourced from @actions/artifact's changelog.
CommitsUpdates @actions/cache from 5.0.1 to 5.0.2
ChangelogSourced from @actions/cache's changelog.
CommitsUpdates @actions/core from 2.0.1 to 2.0.2
ChangelogSourced from @actions/core's changelog.
CommitsUpdates @actions/http-client from 3.0.0 to 3.0.1
ChangelogSourced from @actions/http-client's changelog.
Commits- See full diff in compare view
Maintainer changesThis version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @actions/http-client since your current version.
Updates @eslint/compat from 2.0.0 to 2.0.1
Release notesSourced from @eslint/compat's releases.
ChangelogSourced from @eslint/compat's changelog.
CommitsUpdates @typescript-eslint/eslint-plugin from 8.52.0 to 8.53.0
Release notesSourced from @typescript-eslint/eslint-plugin's releases.
ChangelogSourced from @typescript-eslint/eslint-plugin's changelog.
CommitsUpdates @typescript-eslint/parser from 8.52.0 to 8.53.0
Release notesSourced from @typescript-eslint/parser's releases.
ChangelogSourced from @typescript-eslint/parser's changelog.
CommitsMost Recent Ignore Conditions Applied to This Pull Request
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: