This repository was archived by the owner on Apr 11, 2024. It is now read-only.
  
  
  
  
chore(deps): Update dependency eslint-config-seek to v9.x #82
  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.
  
    
  
    
This PR contains the following updates:
^4.0.0->^9.0.0Release Notes
seek-oss/eslint-config-seek
v9.0.0Compare Source
Major Changes
Support ESLint 8.x (#73)
We've upgraded the parsers and plugins bundled in
eslint-config-seekfor ESLint 8.x compatibility. Some linting rules have changed and may require manual triage. In particular, we've applied the following major upgrades:TypeScript ESLint v5
This includes changes to the recommended rule set.
babel-eslint→@babel/eslint-parserThis resolves the following installation warning:
babel-eslint is now @​babel/eslint-parser. This package will no longer receive updates.eslint-config-prettierv8This unifies on a single
prettierconfig.eslint-plugin-cypressis currently incompatible with ESLint 8.x. Projects that utilise Cypress should remain on ESLint 7.x.Minor Changes
Turn off
no-return-await(#74)return awaitproduces richer stack traces with a marginal performance penalty in recent Node.js versions. This tradeoff is now left to individual consumers to weigh up and optionally enforce.v8.0.0Compare Source
Major Changes
Remove support for Flow (#64)
SEEK has aligned on TypeScript for static type checking. Flow support was similarly removed in sku 11.
Affected projects should migrate to TypeScript.
Remove support for CSS Modules (#64)
eslint-plugin-css-modules is unmaintained, and SEEK has since moved on to vanilla-extract.
Affected projects should migrate to vanilla-extract.
Patch Changes
v7.0.9Compare Source
Bug Fixes
v7.0.8Compare Source
Bug Fixes
v7.0.7Compare Source
Bug Fixes
no-shadow(#58) (9c3ab40), closes typescript-eslint/typescript-eslint#2374v7.0.6Compare Source
Bug Fixes
v7.0.5Compare Source
Bug Fixes
v7.0.4Compare Source
Bug Fixes
v7.0.3Compare Source
Bug Fixes
v7.0.2Compare Source
Bug Fixes
v7.0.1Compare Source
Bug Fixes
v7.0.0Compare Source
Bug Fixes
BREAKING CHANGES
v6.0.2Compare Source
Bug Fixes
v6.0.1Compare Source
Bug Fixes
v6.0.0Compare Source
Features
BREAKING CHANGES
v5.0.5Compare Source
Bug Fixes
v5.0.4Compare Source
Bug Fixes
v5.0.3Compare Source
Bug Fixes
v5.0.2Compare Source
Bug Fixes
v5.0.1Compare Source
Bug Fixes
v5.0.0Compare Source
Features
BREAKING CHANGES
thing.test.js,other.spec.ts)cypressfolderConfiguration
📅 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.