Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update eslint monorepo #558

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) 8.50.0 -> 8.57.1 age adoption passing confidence
eslint (source) 9.18.0 -> 9.19.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

eslint/eslint (eslint)

v8.57.1

Compare Source

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

  • becfdd3 docs: Make clear when rules are removed (#​17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#​17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#​17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#​17722) (Filip Tammergård)

Chores

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • 476d58a docs: Add note about invalid CLI flags when using flat config. (#​17664) (Nicholas C. Zakas)
  • 660ed3a docs: Plugin flat config migration guide (#​17640) (Nicholas C. Zakas)
  • a58aa20 docs: fix examples for several rules (#​17645) (Milos Djermanovic)
  • 179929b docs: Remove trailing newline from the code of Playground links (#​17641) (Francesco Trotta)
  • f8e5c30 docs: Update README (GitHub Actions Bot)
  • b7ef2f3 docs: Enable pretty code formatter output (#​17635) (Nicholas C. Zakas)
  • 0bcb9a8 docs: Fix syntax errors in rule examples (#​17633) (Francesco Trotta)
  • 61b9083 docs: Make no-continue example code work (#​17643) (Zhongyuan Zhou)
  • 9fafe45 docs: upgrade to 11ty 2.0 (#​17632) (Percy Ma)
  • ff8e4bf docs: Update README (GitHub Actions Bot)
  • fab249a docs: Update README (GitHub Actions Bot)
  • 392305b docs: Update no-irregular-whitespace and fix examples (#​17626) (Francesco Trotta)
  • 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#​17630) (Francesco Trotta)
  • 1000187 docs: Fix examples in unicode-bom (#​17631) (Francesco Trotta)
  • 000290c docs: Update README (GitHub Actions Bot)

Chores

v8.51.0

Compare Source

Features

  • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#​17569) (Domantas Petrauskas)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#​17600) (Yosuke Ota)

Bug Fixes

  • f976b2f fix: make rule severity case-sensitive in flat config (#​17619) (Milos Djermanovic)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#​17584) (Nicholas C. Zakas)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#​17612) (Yosuke Ota)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#​17618) (Nicholas C. Zakas)

Documentation

  • ee5be81 docs: default to sourceType: "module" in rule examples (#​17615) (Francesco Trotta)
  • 1aa26df docs: Add more examples for multiline-ternary (#​17610) (George Ashiotis)
  • 47d0b44 docs: Update README (GitHub Actions Bot)
  • dbf831e docs: use generated og image (#​17601) (Percy Ma)
  • 1866da5 docs: Update README (GitHub Actions Bot)

Chores


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Jan 19, 2025

⚠️ No Changeset found

Latest commit: 9c3cb69

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

netlify bot commented Jan 19, 2025

Deploy Preview for ice-tw ready!

Name Link
🔨 Latest commit 9c3cb69
🔍 Latest deploy log https://app.netlify.com/sites/ice-tw/deploys/679556163a2cb40008719661
😎 Deploy Preview https://deploy-preview-558--ice-tw.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from e4b39d7 to aadd501 Compare January 24, 2025 23:12
@renovate renovate bot changed the title chore(deps): update dependency eslint to v8.57.1 chore(deps): update eslint monorepo Jan 24, 2025
Copy link

cloudflare-workers-and-pages bot commented Jan 24, 2025

Deploying weapp-tailwindcss with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9c3cb69
Status: ✅  Deploy successful!
Preview URL: https://d53e2a37.weapp-tailwindcss.pages.dev
Branch Preview URL: https://renovate-eslint-monorepo.weapp-tailwindcss.pages.dev

View logs

Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.51%. Comparing base (be4ec10) to head (9c3cb69).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #558   +/-   ##
=======================================
  Coverage   87.51%   87.51%           
=======================================
  Files          68       68           
  Lines        5247     5247           
  Branches      511      511           
=======================================
  Hits         4592     4592           
  Misses        654      654           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/eslint-monorepo branch from aadd501 to 9c3cb69 Compare January 25, 2025 21:22
Copy link
Contributor Author

renovate bot commented Jan 30, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: how-to-build-components-by-tailwindcss/react-lib/pnpm-lock.yaml
Scope: all 23 workspace projects
../..                                    |  WARN  Ignoring broken lockfile at /tmp/renovate/repos/github/sonofmagic/weapp-tailwindcss: Lockfile /tmp/renovate/repos/github/sonofmagic/weapp-tailwindcss/pnpm-lock.yaml not compatible with current pnpm
../..                                    | Progress: resolved 1, reused 0, downloaded 0, added 0
../..                                    | Progress: resolved 17, reused 0, downloaded 0, added 0
../..                                    | Progress: resolved 38, reused 0, downloaded 12, added 0
../..                                    | Progress: resolved 57, reused 0, downloaded 27, added 0
../..                                    |  WARN  deprecated [email protected]
../..                                    | Progress: resolved 74, reused 0, downloaded 59, added 0
../..                                    | Progress: resolved 98, reused 0, downloaded 84, added 0
../..                                    | Progress: resolved 125, reused 0, downloaded 110, added 0
../..                                    | Progress: resolved 151, reused 0, downloaded 131, added 0
../..                                    | Progress: resolved 174, reused 0, downloaded 154, added 0
../..                                    | Progress: resolved 197, reused 0, downloaded 177, added 0
../..                                    | Progress: resolved 212, reused 0, downloaded 195, added 0
../..                                    | Progress: resolved 213, reused 0, downloaded 212, added 0
../..                                    | Progress: resolved 231, reused 0, downloaded 213, added 0
../..                                    | Progress: resolved 254, reused 0, downloaded 242, added 0
../..                                    | Progress: resolved 283, reused 0, downloaded 268, added 0
../..                                    | Progress: resolved 312, reused 0, downloaded 295, added 0
../..                                    | Progress: resolved 340, reused 0, downloaded 321, added 0
../..                                    | Progress: resolved 374, reused 0, downloaded 348, added 0
../..                                    | Progress: resolved 402, reused 0, downloaded 381, added 0
../..                                    | Progress: resolved 431, reused 0, downloaded 409, added 0
../..                                    | Progress: resolved 464, reused 0, downloaded 432, added 0
../..                                    | Progress: resolved 490, reused 0, downloaded 450, added 0
../..                                    | Progress: resolved 508, reused 0, downloaded 474, added 0
../..                                    | Progress: resolved 538, reused 0, downloaded 497, added 0
../..                                    | Progress: resolved 563, reused 0, downloaded 523, added 0
../..                                    | Progress: resolved 596, reused 0, downloaded 551, added 0
../..                                    | Progress: resolved 621, reused 0, downloaded 578, added 0
../..                                    | Progress: resolved 666, reused 0, downloaded 592, added 0
../..                                    | Progress: resolved 699, reused 0, downloaded 607, added 0
../..                                    | Progress: resolved 717, reused 0, downloaded 617, added 0
../..                                    | Progress: resolved 739, reused 0, downloaded 629, added 0
../..                                    | Progress: resolved 753, reused 0, downloaded 652, added 0
../..                                    | Progress: resolved 781, reused 0, downloaded 668, added 0
../..                                    | Progress: resolved 803, reused 0, downloaded 685, added 0
../..                                    | Progress: resolved 811, reused 0, downloaded 699, added 0
../..                                    | Progress: resolved 826, reused 0, downloaded 716, added 0
../..                                    | Progress: resolved 843, reused 0, downloaded 736, added 0
../..                                    | Progress: resolved 874, reused 0, downloaded 765, added 0
../..                                    | Progress: resolved 893, reused 0, downloaded 791, added 0
../..                                    | Progress: resolved 924, reused 0, downloaded 813, added 0
../..                                    | Progress: resolved 950, reused 0, downloaded 838, added 0
../..                                    | Progress: resolved 982, reused 0, downloaded 857, added 0
../..                                    | Progress: resolved 1014, reused 0, downloaded 877, added 0
../..                                    | Progress: resolved 1044, reused 0, downloaded 897, added 0
../..                                    | Progress: resolved 1078, reused 0, downloaded 921, added 0
../..                                    | Progress: resolved 1112, reused 0, downloaded 958, added 0
../..                                    | Progress: resolved 1146, reused 0, downloaded 989, added 0
../..                                    | Progress: resolved 1173, reused 0, downloaded 1017, added 0
../..                                    | Progress: resolved 1204, reused 0, downloaded 1042, added 0
../..                                    | Progress: resolved 1232, reused 0, downloaded 1072, added 0
../..                                    | Progress: resolved 1254, reused 0, downloaded 1092, added 0
../..                                    | Progress: resolved 1276, reused 0, downloaded 1113, added 0
../..                                    | Progress: resolved 1292, reused 0, downloaded 1123, added 0
../..                                    | Progress: resolved 1306, reused 0, downloaded 1144, added 0
/tmp/renovate/repos/github/sonofmagic/weapp-tailwindcss:
 ERR_PNPM_NO_MATCHING_VERSION  No matching version found for @pnpm/[email protected]

This error happened while installing the dependencies of @icebreakers/[email protected]
 at @pnpm/[email protected]

The latest release of @pnpm/fs.find-packages is "1000.0.3".

Other releases are:
  * dev: 0.0.0-20230605-20230605142810

If you need the full list of all 34 published versions run "$ pnpm view @pnpm/fs.find-packages versions".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants