Update dependency eslint to v9.15.0 #65

Merged
pierre merged 1 commits from renovate/eslint-9.x-lockfile into master 2024-11-16 00:12:20 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
eslint (source) devDependencies minor 9.14.0 -> 9.15.0

Release Notes

eslint/eslint (eslint)

v9.15.0

Compare Source

Features

  • 01557ce feat: Implement Language#normalizeLanguageOptions() (#​19104) (Nicholas C. Zakas)
  • 2edc0e2 feat: add meta.defaultOptions (#​17656) (Josh Goldberg )
  • bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#​19123) (Milos Djermanovic)
  • 3087c9e feat: add meta object to @eslint/js plugin (#​19095) (Francesco Trotta)

Bug Fixes

Documentation

  • d927920 docs: fix styles in no-js mode (#​18916) (Tanuj Kanti)
  • 09bc2a8 docs: Update README (GitHub Actions Bot)
  • 39089c8 docs: add no-useless-computed-key examples with object patterns (#​19109) (Milos Djermanovic)
  • 895c60f docs: add missing messageId property and suggestion properties (#​19122) (fnx)
  • 298625e docs: Change CLI -c to use flat config (#​19103) (Nicholas C. Zakas)
  • 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#​19090) (Marco Pasqualetti)

Chores


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | devDependencies | minor | [`9.14.0` -> `9.15.0`](https://renovatebot.com/diffs/npm/eslint/9.14.0/9.15.0) | --- ### Release Notes <details> <summary>eslint/eslint (eslint)</summary> ### [`v9.15.0`](https://github.com/eslint/eslint/releases/tag/v9.15.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.14.0...v9.15.0) #### Features - [`01557ce`](https://github.com/eslint/eslint/commit/01557cec24203be72222858a3912da0a474ac75c) feat: Implement Language#normalizeLanguageOptions() ([#&#8203;19104](https://github.com/eslint/eslint/issues/19104)) (Nicholas C. Zakas) - [`2edc0e2`](https://github.com/eslint/eslint/commit/2edc0e2bdc40c4a6da8d526c82c0b6c582bae419) feat: add meta.defaultOptions ([#&#8203;17656](https://github.com/eslint/eslint/issues/17656)) (Josh Goldberg ✨) - [`bdec50e`](https://github.com/eslint/eslint/commit/bdec50e91baf9d5eefa07d97d2059fdebb53cdaa) feat: fix `no-useless-computed-key` false negative with `__proto__` ([#&#8203;19123](https://github.com/eslint/eslint/issues/19123)) (Milos Djermanovic) - [`3087c9e`](https://github.com/eslint/eslint/commit/3087c9e95094cad1354aca2e4ae48c7bd2381184) feat: add `meta` object to `@eslint/js` plugin ([#&#8203;19095](https://github.com/eslint/eslint/issues/19095)) (Francesco Trotta) #### Bug Fixes - [`fd33f13`](https://github.com/eslint/eslint/commit/fd33f1315ac59b1b3828dbab8e1e056a1585eff0) fix: update types for `no-restricted-imports` rule ([#&#8203;19060](https://github.com/eslint/eslint/issues/19060)) (Nitin Kumar) - [`bd35098`](https://github.com/eslint/eslint/commit/bd35098f5b949ecb83e8c7e287524b28b2a3dd71) fix: switch away from Node.js node:assert and AssertionError ([#&#8203;19082](https://github.com/eslint/eslint/issues/19082)) (Josh Goldberg ✨) - [`9db5b15`](https://github.com/eslint/eslint/commit/9db5b152c325a930130d49ca967013471c3ba0dc) fix: unsafe report for `no-lonely-if` ([#&#8203;19087](https://github.com/eslint/eslint/issues/19087)) (Abraham Guo) - [`68fa497`](https://github.com/eslint/eslint/commit/68fa497f6a11f1738dce85bb2bdd7a5f8b9f5d6d) fix: ignore files on a different drive on Windows ([#&#8203;19069](https://github.com/eslint/eslint/issues/19069)) (Francesco Trotta) - [`4ce625a`](https://github.com/eslint/eslint/commit/4ce625a230778a41b856162df9ebcc57c25cc103) fix: upgrade [@&#8203;humanwhocodes/retry](https://github.com/humanwhocodes/retry)[@&#8203;0](https://github.com/0).4.1 to avoid debug logs ([#&#8203;19102](https://github.com/eslint/eslint/issues/19102)) (Milos Djermanovic) #### Documentation - [`d927920`](https://github.com/eslint/eslint/commit/d9279202e7d15452e44adf38451d33d4aaad3bd4) docs: fix styles in no-js mode ([#&#8203;18916](https://github.com/eslint/eslint/issues/18916)) (Tanuj Kanti) - [`09bc2a8`](https://github.com/eslint/eslint/commit/09bc2a88c00aa9a93c7de505795fc4e85b2e6357) docs: Update README (GitHub Actions Bot) - [`39089c8`](https://github.com/eslint/eslint/commit/39089c80a7af09494fce86a6574bf012cbe46d10) docs: add `no-useless-computed-key` examples with object patterns ([#&#8203;19109](https://github.com/eslint/eslint/issues/19109)) (Milos Djermanovic) - [`895c60f`](https://github.com/eslint/eslint/commit/895c60f7fe09f59df1e9490006220d3ec4b9d5b0) docs: add missing messageId property and suggestion properties ([#&#8203;19122](https://github.com/eslint/eslint/issues/19122)) (fnx) - [`298625e`](https://github.com/eslint/eslint/commit/298625eb65dc00bfa0a877ea46faada22021c23e) docs: Change CLI -c to use flat config ([#&#8203;19103](https://github.com/eslint/eslint/issues/19103)) (Nicholas C. Zakas) - [`522d8a3`](https://github.com/eslint/eslint/commit/522d8a32f326c52886c531f43cf6a1ff15af8286) docs: add deprecation on `indent`, `quotes` and `semi` rule types ([#&#8203;19090](https://github.com/eslint/eslint/issues/19090)) (Marco Pasqualetti) #### Chores - [`2967d91`](https://github.com/eslint/eslint/commit/2967d91037ad670ea3a67fdb9c171b60d9af138b) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)[@&#8203;9](https://github.com/9).15.0 ([#&#8203;19133](https://github.com/eslint/eslint/issues/19133)) (Milos Djermanovic) - [`b441bee`](https://github.com/eslint/eslint/commit/b441bee6ad9807fef614bd071e6bd3e8b3307b2d) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`7d6bf4a`](https://github.com/eslint/eslint/commit/7d6bf4a250f97d8ff1e2606e3d769e016a32f45b) chore: upgrade [@&#8203;eslint/core](https://github.com/eslint/core)[@&#8203;0](https://github.com/0).9.0 ([#&#8203;19131](https://github.com/eslint/eslint/issues/19131)) (Milos Djermanovic) - [`902e707`](https://github.com/eslint/eslint/commit/902e70713de1ab67ede9ef8a3836fd2d09a759e5) chore: upgrade [@&#8203;eslint/plugin-kit](https://github.com/eslint/plugin-kit)[@&#8203;0](https://github.com/0).2.3 ([#&#8203;19130](https://github.com/eslint/eslint/issues/19130)) (Milos Djermanovic) - [`5ff6c1d`](https://github.com/eslint/eslint/commit/5ff6c1dd09f32b56c05ab97f328741fc8ffb1f64) chore: bump cross-spawn ([#&#8203;19125](https://github.com/eslint/eslint/issues/19125)) (Ian Bobinac) - [`cceccc7`](https://github.com/eslint/eslint/commit/cceccc771631011e04b37122b990205f0e8b6925) chore: update dependency [@&#8203;eslint/json](https://github.com/eslint/json) to ^0.6.0 ([#&#8203;19117](https://github.com/eslint/eslint/issues/19117)) (renovate\[bot]) - [`0da3f73`](https://github.com/eslint/eslint/commit/0da3f732fe1776f8f79dac829b2cab4cedd4b6d8) chore: update algolia referrer ([#&#8203;19114](https://github.com/eslint/eslint/issues/19114)) (Strek) - [`4f08332`](https://github.com/eslint/eslint/commit/4f08332ac03e51002f8de6da5c5a362608205437) ci: unpin `trunk-io/trunk-action` ([#&#8203;19108](https://github.com/eslint/eslint/issues/19108)) (Francesco Trotta) - [`6b75683`](https://github.com/eslint/eslint/commit/6b75683b47c346faaeb6c1dac8e168d64338c7b3) perf: optimize `text-table` by replacing regex with `trimEnd` ([#&#8203;19061](https://github.com/eslint/eslint/issues/19061)) (Nitin Kumar) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNy4xIiwidXBkYXRlZEluVmVyIjoiMzkuMTcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
pierre added 1 commit 2024-11-16 00:06:41 +00:00
Update dependency eslint to v9.15.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
a52868a3fb
pierre scheduled this pull request to auto merge when all checks succeed 2024-11-16 00:06:41 +00:00
pierre merged commit a52868a3fb into master 2024-11-16 00:12:20 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pierre/SolarEnergy#65
No description provided.