Bump the eslint group with 7 updates#1041
Conversation
abf7b4e to
8452233
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1041 +/- ##
==========================================
- Coverage 50.01% 50.00% -0.02%
==========================================
Files 348 348
Lines 11502 11502
Branches 1975 1975
==========================================
- Hits 5753 5751 -2
Misses 5564 5564
- Partials 185 187 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
aasandei-vsp
left a comment
There was a problem hiding this comment.
LGTM
- Local build works fine
- Pipelines pass
- Eslint passes
- Unit tests pass
- App loads correctly(even though irrelevant to this change)
| // Newly enabled by the eslint-config-love 134 -> 154 bump. | ||
| // Disabled for now; to be addressed in a later pass. | ||
| '@typescript-eslint/no-useless-default-assignment': 'off', | ||
| '@typescript-eslint/no-unused-private-class-members': 'off', |
There was a problem hiding this comment.
Just a small question, why do we want this specific rule off?
There was a problem hiding this comment.
Ultimately we want all of these rules on.
They are all rules that were off before this dependebot bump but which our code violated when we turned them on. I don't have the time to fix the existing violations right now. This just allows us to update our packages without needing to refactor anything out of cycle.
Bumps the eslint group with 7 updates: | Package | From | To | | --- | --- | --- | | [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `2.0.1` | `2.1.0` | | [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.3.3` | `3.3.5` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.2` | `9.39.4` | | [eslint](https://github.com/eslint/eslint) | `9.39.2` | `9.39.4` | | [eslint-config-love](https://github.com/mightyiam/eslint-config-love) | `134.0.0` | `154.0.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `61.7.1` | `63.0.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.54.0` | `8.60.1` | Updates `@eslint/compat` from 2.0.1 to 2.1.0 - [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.1.0/packages/compat) Updates `@eslint/eslintrc` from 3.3.3 to 3.3.5 - [Release notes](https://github.com/eslint/eslintrc/releases) - [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md) - [Commits](eslint/eslintrc@eslintrc-v3.3.3...eslintrc-v3.3.5) Updates `@eslint/js` from 9.39.2 to 9.39.4 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.4/packages/js) Updates `eslint` from 9.39.2 to 9.39.4 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.2...v9.39.4) Updates `eslint-config-love` from 134.0.0 to 154.0.0 - [Release notes](https://github.com/mightyiam/eslint-config-love/releases) - [Changelog](https://github.com/mightyiam/eslint-config-love/blob/master/CHANGELOG.md) - [Commits](mightyiam/eslint-config-love@v134.0.0...v154.0.0) Updates `eslint-plugin-jsdoc` from 61.7.1 to 63.0.0 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v61.7.1...v63.0.0) Updates `typescript-eslint` from 8.54.0 to 8.60.1 - [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.60.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@eslint/eslintrc" dependency-version: 3.3.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: "@eslint/js" dependency-version: 9.39.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint dependency-version: 9.39.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-config-love dependency-version: 154.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-version: 63.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.60.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
8452233 to
4fdc9a7
Compare
Bumps the eslint group with 7 updates:
2.0.12.1.03.3.33.3.59.39.29.39.49.39.29.39.4134.0.0154.0.061.7.163.0.08.54.08.60.1Updates
@eslint/compatfrom 2.0.1 to 2.1.0Release notes
Sourced from @eslint/compat's releases.
... (truncated)
Changelog
Sourced from @eslint/compat's changelog.
Commits
b894953chore: release main (#446)334038ddocs: Update README sponsors9b51352feat: Add newincludeIgnoreFile()to config-helpers (#430)70b6997docs: Update README sponsors35b6b94chore: update TypeScript to v6 (#417)7807d71docs: Update README sponsors57001eadocs: Update README sponsors0b62133docs: Update README sponsorsd2dbf7bchore: release main (#424)fe114eechore: release main (#413)Updates
@eslint/eslintrcfrom 3.3.3 to 3.3.5Release notes
Sourced from @eslint/eslintrc's releases.
Changelog
Sourced from @eslint/eslintrc's changelog.
Commits
5135df1chore: release 3.3.5 🚀 (#228)c109d69docs: Update README sponsors3dc2381fix: update dependency minimatch to ^3.1.5 (#227)81385b6ci: pin Node.js 25.6.1 (#226)4c45e24chore: release 3.3.4 🚀 (#223)30339d0fix: updateminimatchto3.1.3to address security vulnerabilities (#224)9139140fix: updateajvto6.14.0to address security vulnerabilities (#221)245ada5docs: Update README sponsors78b1a0edocs: Update README sponsorsdf32fffdocs: Update README sponsorsUpdates
@eslint/jsfrom 9.39.2 to 9.39.4Release notes
Sourced from @eslint/js's releases.
Commits
71b2f6bchore: package.json update for@eslint/jsrelease9ceef92chore: package.json update for@eslint/jsreleaseUpdates
eslintfrom 9.39.2 to 9.39.4Release notes
Sourced from eslint's releases.
Commits
f5770b09.39.4c30147aBuild: changelog update for 9.39.4b8b4eb1chore: update dependencies for ESLint v9.39.4 (#20596)71b2f6bchore: package.json update for@eslint/jsrelease4675152docs: add deprecation notice partial (#20520)f18f6c8fix: update dependency minimatch to ^3.1.5 (#20564)1d16c2fci: pin Node.js 25.6.1 (#20563)a3c868ffix: update dependency@eslint/eslintrcto ^3.3.4 (#20554)234d005fix: minimatch security vulnerability patch for v9.x (#20549)b1b37eefix: updateajvto6.14.0to address security vulnerabilities (#20538)Updates
eslint-config-lovefrom 134.0.0 to 154.0.0Release notes
Sourced from eslint-config-love's releases.
... (truncated)
Changelog
Sourced from eslint-config-love's changelog.
... (truncated)
Commits
a64f078chore(release): 154.0.0 [skip ci]aa6c803chore(deps)!: update dependency eslint-plugin-n to v186f2e43aMerge pull request #2344 from mightyiam/renovate/typescript-eslint-packagesf531884chore(deps): update typescript-eslint packages to v8.59.29e7a8edMerge pull request #2342 from mightyiam/renovate/ava-8.x9502758chore(deps): update dependency ava to v87f10b23Merge pull request #2339 from mightyiam/renovate/@commitlint-packages6385855chore(deps): update@commitlintpackages to v20.5.3f0f50bdMerge pull request #2340 from mightyiam/renovate/eslint-plugin-promise-7.x-lo...902fcecchore(deps): update dependency eslint-plugin-promise to v7.3.0Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for eslint-config-love since your current version.
Updates
eslint-plugin-jsdocfrom 61.7.1 to 63.0.0Release notes
Sourced from eslint-plugin-jsdoc's releases.
... (truncated)
Commits
5980856chore: drop Node 26 for now (until Node/yargs/c8 issue fixed)4a3d194chore: lintingdca8a75chore: update for pnpm 11c43043achore: test Node 26; drop 20ce8074cchore: bump Node version for latest pnpmdbe2e2achore: update368d0d5chore: update semver, devDeps.cacb73efix(require-throws): avoid skipping constructors; fixes #169231b2ec6chore: update devDeps.f631620chore(deps): bump lodash from 4.17.23 to 4.18.1Updates
typescript-eslintfrom 8.54.0 to 8.60.1Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
... (truncated)
Commits
4f84a69chore(release): publish 8.60.11849b53chore: typecheck using tsgo (#12139)f891c29chore(release): publish 8.60.0ca6ca14chore(release): publish 8.59.44b927c6fix(typescript-eslint): export Compatible* types from typescript-eslint to re...48e13c0chore(release): publish 8.59.344f9625chore(deps): update vitest monorepo to v4.1.5 (#12307)2ec35f1chore(release): publish 8.59.25245793chore(release): publish 8.59.1ea9ae4fchore(release): publish 8.59.0Dependabot 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:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions