-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps-dev): bump the npm-development group with 13 updates #1
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
sethrylan
merged 2 commits into
main
from
dependabot/npm_and_yarn/npm-development-1fbed3026e
Apr 6, 2025
Merged
chore(deps-dev): bump the npm-development group with 13 updates #1
sethrylan
merged 2 commits into
main
from
dependabot/npm_and_yarn/npm-development-1fbed3026e
Apr 6, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b11e9b7 to
e94d74d
Compare
Bumps the npm-development group with 13 updates: | Package | From | To | | --- | --- | --- | | [@eslint/compat](https://github.com/eslint/rewrite) | `1.2.5` | `1.2.8` | | [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `28.0.2` | `28.0.3` | | [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `16.0.0` | `16.0.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.17.14` | `20.17.30` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.21.0` | `8.29.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.21.0` | `8.29.0` | | [eslint](https://github.com/eslint/eslint) | `9.18.0` | `9.24.0` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.0.1` | `10.1.1` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.3` | `5.2.6` | | [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.3` | | [rollup](https://github.com/rollup/rollup) | `4.31.0` | `4.39.0` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.5` | `29.3.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.3` | Updates `@eslint/compat` from 1.2.5 to 1.2.8 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json) - [Commits](eslint/rewrite@compat-v1.2.5...compat-v1.2.8) Updates `@rollup/plugin-commonjs` from 28.0.2 to 28.0.3 - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.3/packages/commonjs) Updates `@rollup/plugin-node-resolve` from 16.0.0 to 16.0.1 - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/node-resolve-v16.0.1/packages/node-resolve) Updates `@types/node` from 20.17.14 to 20.17.30 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.21.0 to 8.29.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.29.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.21.0 to 8.29.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.29.0/packages/parser) Updates `eslint` from 9.18.0 to 9.24.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.18.0...v9.24.0) Updates `eslint-config-prettier` from 10.0.1 to 10.1.1 - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v10.0.1...v10.1.1) Updates `eslint-plugin-prettier` from 5.2.3 to 5.2.6 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.2.3...v5.2.6) Updates `prettier` from 3.4.2 to 3.5.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.2...3.5.3) Updates `rollup` from 4.31.0 to 4.39.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.31.0...v4.39.0) Updates `ts-jest` from 29.2.5 to 29.3.1 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.2.5...v29.3.1) Updates `typescript` from 5.7.3 to 5.8.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-version: 1.2.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@rollup/plugin-commonjs" dependency-version: 28.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@rollup/plugin-node-resolve" dependency-version: 16.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@types/node" dependency-version: 20.17.30 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@typescript-eslint/parser" dependency-version: 8.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint dependency-version: 9.24.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-config-prettier dependency-version: 10.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-plugin-prettier dependency-version: 5.2.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: prettier dependency-version: 3.5.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: rollup dependency-version: 4.39.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: ts-jest dependency-version: 29.3.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com>
e94d74d to
710607e
Compare
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the npm-development group with 13 updates:
1.2.51.2.828.0.228.0.316.0.016.0.120.17.1420.17.308.21.08.29.08.21.08.29.09.18.09.24.010.0.110.1.15.2.35.2.63.4.23.5.34.31.04.39.029.2.529.3.15.7.35.8.3Updates
@eslint/compatfrom 1.2.5 to 1.2.8Release notes
Sourced from
@eslint/compat's releases.Commits
1615a01chore: release main (#174)d5806dffeat: Set type for RuleDefinition.defaultOptions (#173)6199b6edocs: Update README sponsors83e58a1chore: release main (#170)e8aefd2test: fix error message checking (#171)bbbe909feat: normalize patterns to handle "./" prefix in files and ignores (#162)3d48779chore: release main (#168)f4f35d4chore: Remove hardcoded version (#169)0e1a2e0feat: Look up flat/ config alternatives in defineConfig (#167)1f9c609docs: Update README sponsorsUpdates
@rollup/plugin-commonjsfrom 28.0.2 to 28.0.3Changelog
Sourced from
@rollup/plugin-commonjs's changelog.Commits
8b5fb98chore(release): commonjs v28.0.3f873993fix(commonjs): fix error when bundle contains require() of module with falsy ...Updates
@rollup/plugin-node-resolvefrom 16.0.0 to 16.0.1Changelog
Sourced from
@rollup/plugin-node-resolve's changelog.Commits
e1a5ef9chore(release): node-resolve v16.0.1d455ffffix(node-resolve): addignoreSideEffectsForRootto exported interface (#1841)d64f8d6chore(release): node-resolve v16.0.0ebd0969feat(node-resolve)!: set development or production condition (#1823)f89ca92chore(release): node-resolve v15.3.14cfc1c3refactor(pluginutils,node-resolve): replacetestwithincludes(#1787)a8e326dchore(release): node-resolve v15.3.0032055bfeat(node-resolve): allow preferBuiltins to be a function (#1694)6d4bb6bchore(release): node-resolve v15.2.4190aa21chore(node-resolve): remove is-builtin-module (#1735)Updates
@types/nodefrom 20.17.14 to 20.17.30Commits
Updates
@typescript-eslint/eslint-pluginfrom 8.21.0 to 8.29.0Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.... (truncated)
Commits
3dd1835chore(release): publish 8.29.0270277cfeat(eslint-plugin): disable core rule no-with in eslint-recommended (#11001)c548aa7fix(eslint-plugin): [no-array-constructor] remove optional chaining exemption...9a9670dfix(eslint-plugin): support arbitrary extensions in definition files (#10957)c7c9b1adocs: fix typos in no-unsafe-argument examples (#11007)ada32d1feat(eslint-plugin): [prefer-nullish-coalescing] createignoreIfStatements...5b187f4fix(eslint-plugin): [prefer-for-of] fix false positive when using erasable ty...58d7f40fix(eslint-plugin): [use-unknown-in-catch-callback-variable] remove fixable p...3241e46fix(eslint-plugin): [no-unnecessary-condition] don't report on unnecessary op...807f5cachore(release): publish 8.28.0Updates
@typescript-eslint/parserfrom 8.21.0 to 8.29.0Release notes
Sourced from
@typescript-eslint/parser's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser's changelog.... (truncated)
Commits
3dd1835chore(release): publish 8.29.0807f5cachore(release): publish 8.28.03efd99echore(release): publish 8.27.09aa0b6bchore(release): publish 8.26.1bc6d19fchore(release): publish 8.26.017e7012chore(deps): update dependency knip to v5.44.1 (#10845)9674629feat: support TypeScript 5.8 (#10903)7c88d26chore: update all test scripts to remove coverage flag (#10582)1a9ab8fchore(release): publish 8.25.0f3ef20echore: update to latest nx and use project references first approach (#10361)Updates
eslintfrom 9.18.0 to 9.24.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
d49f5b79.24.09b6ed8aBuild: changelog update for 9.24.0ef67420chore: upgrade@eslint/js@9.24.0 (#19602)4946847chore: package.json update for@eslint/jsreleasef857820docs: update documentation for--experimental-strip-types(#19594)803e4afdocs: simplify gitignore path handling in includeIgnoreFile section (#19596)6d979ccdocs: Update READMEb23d1c5fix: deduplicate variable names in no-loop-func error messages (#19595)556c25bfeat: support loading TS config files using--experimental-strip-types(#19...82177e4docs: Update READMEUpdates
eslint-config-prettierfrom 10.0.1 to 10.1.1Release notes
Sourced from eslint-config-prettier's releases.
Changelog
Sourced from eslint-config-prettier's changelog.
... (truncated)
Commits
f12309bchore: release eslint-config-prettier (#310)79cf679chore: use flat entry for flat config verificationeb56a5efix: separate the/flatentry for compatibility (#309)2c6f80echore: release eslint-config-prettier (#307)56e2e34feat: migrate to exports field (#306)c27e785chore: release eslint-config-prettier (#304)c5d7853chore: add missing@stylistic/eslint-plugin-plus1837a4dci: testing, migrate to yarn v4 (#305)8dbbd6dfeat: add name to config (#294)cba5737feat: add declaration file (#280)Updates
eslint-plugin-prettierfrom 5.2.3 to 5.2.6Release notes
Sourced from eslint-plugin-prettier's releases.