Update all of eslint 9.34.0 → 9.35.0 (minor)#36
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Here's the code health analysis summary for commits Analysis Summary
|
|
Caution Review the following alerts detected in dependencies. According to your organization's Security Policy, you must resolve all "Block" alerts before proceeding. Learn more about Socket for GitHub.
|
guibranco
left a comment
There was a problem hiding this comment.
Automatically approved by gstraccini[bot]
guibranco
left a comment
There was a problem hiding this comment.
Automatically approved by gstraccini[bot]
|
@depfu merge |
1 similar comment
|
@depfu merge |
82eaf6b to
89d325f
Compare
|
Infisical secrets check: 🚨 Secrets leaked! Caution The Infisical CLI tool found secrets leaked in your repository. 💻 Scan logsA new release of infisical is available: 0.41.90 -> 0.41.99
To update, run: sudo apt-get update && sudo apt-get install infisical
1:26PM INF scanning for exposed secrets...
1:26PM INF 38 commits scanned.
1:26PM INF scan completed in 366ms
1:26PM WRN leaks found: 6
🔎 Detected secrets in your GIT history
Warning The above table only displays the first 10 leaked secrets. 🐾 Secrets fingerprint2e1522054d3009edd4cc682e479341776b266eb0:src/mockData.ts:generic-api-key:505
2e1522054d3009edd4cc682e479341776b266eb0:src/pages/Integrations.tsx:generic-api-key:12
2e1522054d3009edd4cc682e479341776b266eb0:src/pages/RepositoryDetail.tsx:generic-api-key:124
2e1522054d3009edd4cc682e479341776b266eb0:src/pages/RepositoryDetail.tsx:generic-api-key:160
2e1522054d3009edd4cc682e479341776b266eb0:src/pages/RepositoryDetail.tsx:generic-api-key:178
2e1522054d3009edd4cc682e479341776b266eb0:src/pages/Settings.tsx:generic-api-key:127
Tip If you want to ignore these leaked secrets, add the above fingerprint content to a file named |
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ @eslint/js (9.34.0 → 9.35.0) · Repo · Changelog
Release Notes
9.35.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 22 commits:
9.35.0Build: changelog update for 9.35.0chore: upgrade @eslint/js@9.35.0 (#20077)chore: package.json update for @eslint/js releasedocs: improve phrasing - "if" → "even if" from getting-started section (#20074)test: remove `tests/lib/eslint/eslint.config.js` (#20065)fix: update uncloneable options error message (#20059)feat: implement suggestions for no-empty-function (#20057)feat: implement suggestions for no-empty-static-block (#20056)chore: update `@eslint-community/eslint-utils` (#20069)docs: invert comparison logic for example in `no-var` doc page (#20064)feat: add `preserve-caught-error` rule (#19913)docs: Update READMErefactor: remove deprecated `context.parserOptions` usage across rules (#20060)chore: remove redundant word (#20058)docs: add missing "the" in rule deprecation docs (#20050)fix: ignore empty switch statements with comments in no-empty rule (#20045)fix: add `before` and `after` to test case types (#20049)docs: update `--no-ignore` and `--ignore-pattern` documentation (#20036)fix: correct types for `no-restricted-imports` rule (#20034)docs: add documentation for `--no-config-lookup` (#20033)fix: no-loss-of-precision false positive with uppercase exponent (#20032)✳️ eslint (9.34.0 → 9.35.0) · Repo · Changelog
Release Notes
9.35.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 22 commits:
9.35.0Build: changelog update for 9.35.0chore: upgrade @eslint/js@9.35.0 (#20077)chore: package.json update for @eslint/js releasedocs: improve phrasing - "if" → "even if" from getting-started section (#20074)test: remove `tests/lib/eslint/eslint.config.js` (#20065)fix: update uncloneable options error message (#20059)feat: implement suggestions for no-empty-function (#20057)feat: implement suggestions for no-empty-static-block (#20056)chore: update `@eslint-community/eslint-utils` (#20069)docs: invert comparison logic for example in `no-var` doc page (#20064)feat: add `preserve-caught-error` rule (#19913)docs: Update READMErefactor: remove deprecated `context.parserOptions` usage across rules (#20060)chore: remove redundant word (#20058)docs: add missing "the" in rule deprecation docs (#20050)fix: ignore empty switch statements with comments in no-empty rule (#20045)fix: add `before` and `after` to test case types (#20049)docs: update `--no-ignore` and `--ignore-pattern` documentation (#20036)fix: correct types for `no-restricted-imports` rule (#20034)docs: add documentation for `--no-config-lookup` (#20033)fix: no-loss-of-precision false positive with uppercase exponent (#20032)Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands
Go to the Depfu Dashboard to see the state of your dependencies and to customize how Depfu works.Description by Korbit AI
What change is being made?
Update the ESLint version from 9.34.0 to 9.35.0 in the
package.jsonfile.Why are these changes being made?
This change ensures our codebase is in line with the latest ESLint version, benefiting from any improvements, bug fixes, or updates in rules provided by the new release. Keeping dependencies up-to-date is crucial for maintaining compatibility and security.