Bump the eslint group across 1 directory with 5 updates#651
Closed
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
Closed
Bump the eslint group across 1 directory with 5 updates#651dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
Conversation
Bumps the eslint group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.33.0` | `9.36.0` | | [eslint](https://github.com/eslint/eslint) | `9.33.0` | `9.36.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `52.0.4` | `60.1.1` | | [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `60.0.0` | `61.0.2` | | [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.4.0` | `10.5.0` | Updates `@eslint/js` from 9.33.0 to 9.36.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.36.0/packages/js) Updates `eslint` from 9.33.0 to 9.36.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.33.0...v9.36.0) Updates `eslint-plugin-jsdoc` from 52.0.4 to 60.1.1 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v52.0.4...v60.1.1) Updates `eslint-plugin-unicorn` from 60.0.0 to 61.0.2 - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v60.0.0...v61.0.2) Updates `eslint-plugin-vue` from 10.4.0 to 10.5.0 - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md) - [Commits](vuejs/eslint-plugin-vue@v10.4.0...v10.5.0) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-version: 60.1.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-unicorn dependency-version: 61.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-vue dependency-version: 10.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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 eslint group with 5 updates in the / directory:
9.33.09.36.09.33.09.36.052.0.460.1.160.0.061.0.210.4.010.5.0Updates
@eslint/jsfrom 9.33.0 to 9.36.0Release notes
Sourced from
@eslint/js's releases.... (truncated)
Changelog
Sourced from
@eslint/js's changelog.... (truncated)
Commits
488cba6chore: package.json update for@eslint/jsrelease1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116)af2a087chore: package.json update for@eslint/jsrelease84ffb96chore: update@eslint-community/eslint-utils(#20069)b48fa20chore: package.json update for@eslint/jsreleaseUpdates
eslintfrom 9.33.0 to 9.36.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
b4857e59.36.05878a42Build: changelog update for 9.36.012411e8chore: upgrade@eslint/js@9.36.0 (#20139)488cba6chore: package.json update for@eslint/jsreleaseb73ab12docs: update examples to usedefineConfig(#20131)47afcf6feat: correctpreserve-caught-erroredge cases (#20109)75b74d8fix: add missing rule option types (#20127)bac82a2ci: simplify renovate configuration (#19907)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116)c00bb37ci: bump actions/labeler from 5 to 6 (#20090)Updates
eslint-plugin-jsdocfrom 52.0.4 to 60.1.1Release notes
Sourced from eslint-plugin-jsdoc's releases.
... (truncated)
Commits
0c4c654fix(reject-any-type,reject-function-type): prevent object replacement as...751428cfeat(tag-lines):maxBlockLinesoption; fixes #1346 (#1532)70c1b2efix(require-tags): change rule name to be consistent with other rules (#1535)47299dbfeat(required-tags): add new rule; fixes #1235d9ca0acchore: allow empty rule description for rule creation and rebuild index filec8612b2fix: allow typedefs with no initial whitespace; fixes #12172544b12fix(require-yields-description,require-next-description): handle multili...af006abdocs: update list of non-table rules on README9a2763bfix(typescript): deprecatecheck-examples214a5f2feat(require-next-description,require-throws-decription, `require-yields...Updates
eslint-plugin-unicornfrom 60.0.0 to 61.0.2Release notes
Sourced from eslint-plugin-unicorn's releases.
Commits
8d0851061.0.20ddf5eathrow-new-error: Fix false positive for Effect library (#2740)99acd27no-useless-undefined: IgnoreSet#delete(undefined)(#2739)7c5a419Minor refactor toprefer-classlist-togglerule (#2738)a1da518prefer-includesandprefer-array-index-of: Prevent crash on Vue files (#2...83e33b461.0.1066f96bprefer-classlist-toggle: OmitElement#classList.contains()call when fixi...577492561.0.0c13d09bAddunopinionatedconfig (#2715)60b2ec5Improve compatibility with optional chaining (#2727)Updates
eslint-plugin-vuefrom 10.4.0 to 10.5.0Release notes
Sourced from eslint-plugin-vue's releases.
Changelog
Sourced from eslint-plugin-vue's changelog.
Commits
9f9bd2aDescription has been truncated