chore(dev-deps): bump the dev-major group across 1 directory with 4 updates - #436
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(dev-deps): bump the dev-major group across 1 directory with 4 updates#436dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…pdates Bumps the dev-major group with 4 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n), [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) and [execa](https://github.com/sindresorhus/execa). Updates `@types/node` from 25.6.2 to 26.1.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-n` from 17.24.0 to 18.2.2 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-n@v17.24.0...v18.2.2) Updates `eslint-plugin-unicorn` from 64.0.0 to 72.0.0 - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v64.0.0...v72.0.0) Updates `execa` from 9.6.1 to 10.0.0 - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](sindresorhus/execa@v9.6.1...v10.0.0) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.1.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-major - dependency-name: eslint-plugin-n dependency-version: 18.2.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-major - dependency-name: eslint-plugin-unicorn dependency-version: 72.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-major - dependency-name: execa dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 dev-major group with 4 updates in the / directory: @types/node, eslint-plugin-n, eslint-plugin-unicorn and execa.
Updates
@types/nodefrom 25.6.2 to 26.1.1Commits
Updates
eslint-plugin-nfrom 17.24.0 to 18.2.2Release notes
Sourced from eslint-plugin-n's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-n's changelog.
... (truncated)
Commits
0c31d00chore(master): release 18.2.2 (#548)dca2330fix(no-callback-literal): report object, array, and template literals (#552)3ff929dfix: Ignore HTTP imports in no-missing-import (#547)37da568chore(master): release 18.2.1 (#546)a0d7819fix: ensure types have valid syntax (#544)ccd1832chore(master): release 18.2.0 (#543)04c99dffeat: addmodule.exportsforrequire(esm)interop (#542)fc70bdfchore(master): release 18.1.0 (#528)fd4f84efeat: Allow workspace root dependencies for no-extraneous-import (#536)5fde036fix: Allow leading forwardslash in package.json "files" field (#534) (#535)Updates
eslint-plugin-unicornfrom 64.0.0 to 72.0.0Release notes
Sourced from eslint-plugin-unicorn's releases.
... (truncated)
Commits
0b9a9af72.0.079e79d5consistent-boolean-name: Support Vue refs (#3555)b23f959prefer-split-limit: Support array destructuring (#3554)110cc58no-unused-array-method-return: Ignore expect assertions (#3552)305fb4bprefer-await: Add async IIFE suggestion (#3550)a1615b6UpdatedefineConfigconfig docs (#3524)6ae0e95prefer-await: Show exact solutions to incorrect code in docs (#3546)4367228no-useless-template-literals: Ignore const assertions (#3543)b6d01a0no-unnecessary-array-flat-map: Handle TypeScript Vue files (#3545)e273ab6prefer-export-from: Preserve JSDoc comments on single-const re-exports (#3544)Updates
execafrom 9.6.1 to 10.0.0Release notes
Sourced from execa's releases.