seek-oss / vocab

Vocab is a strongly typed internationalization framework for React
MIT License
129 stars 7 forks source link

fix: eslint-config-seek ^14.0.0 #275

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-seek ^13.0.0 -> ^14.0.0 age adoption passing confidence

Release Notes

seek-oss/eslint-config-seek (eslint-config-seek) ### [`v14.0.2`](https://redirect.github.com/seek-oss/eslint-config-seek/blob/HEAD/CHANGELOG.md#1402) [Compare Source](https://redirect.github.com/seek-oss/eslint-config-seek/compare/v14.0.1...v14.0.2) ##### Patch Changes - Prioritise `eslint-config-prettier` overrides over the base rules ([#​152](https://redirect.github.com/seek-oss/eslint-config-seek/pull/152)) ### [`v14.0.1`](https://redirect.github.com/seek-oss/eslint-config-seek/blob/HEAD/CHANGELOG.md#1401) [Compare Source](https://redirect.github.com/seek-oss/eslint-config-seek/compare/v14.0.0...v14.0.1) ##### Patch Changes - Define plugins without `file` scopes, to allow for improved extensibility ([#​149](https://redirect.github.com/seek-oss/eslint-config-seek/pull/149)) ### [`v14.0.0`](https://redirect.github.com/seek-oss/eslint-config-seek/blob/HEAD/CHANGELOG.md#1400) [Compare Source](https://redirect.github.com/seek-oss/eslint-config-seek/compare/v13.1.1...v14.0.0) ##### Major Changes - Some [language options](https://eslint.org/docs/latest/use/configure/language-options) have been restored to defaults: ([#​145](https://redirect.github.com/seek-oss/eslint-config-seek/pull/145)) - `sourceType` is now set to the default of `module` (previously `script` in some scenarios). - `ecmaVersion` is now set to the default of `latest` (previously `2022` and `6`) - Babel has been removed - Replace `eslint-plugin-import` with `eslint-plugin-import-x` ([#​145](https://redirect.github.com/seek-oss/eslint-config-seek/pull/145)) To migrate, any references to `eslint-plugin-import` should be replaced with `eslint-plugin-import-x`, and `import/` rules with `import-x/`. In addition, it's possible that this may introduce slight behaviour changes. - Require TypeScript peer dependency >=5.5.4 ([#​145](https://redirect.github.com/seek-oss/eslint-config-seek/pull/145)) - Migrate to ESLint 9, `@typescript-eslint` 8. ([#​145](https://redirect.github.com/seek-oss/eslint-config-seek/pull/145)) These changes may affect your project setup if you are customising your ESLint configuration. See the individual migration guides: - https://eslint.org/docs/latest/use/migrate-to-9.0.0 - https://typescript-eslint.io/blog/announcing-typescript-eslint-v8 In addition, through these major upgrades, some lint rules have changed or have been renamed. You will likely need to autofix and/or adjust your code after running ESLint. As part of this migration, this project has migrated to Flat ESLint configuration. Read the migration guide: https://eslint.org/docs/latest/use/configure/migration-guide. ##### Minor Changes - Upgrade a number of dependencies. These should have no/minimal impact. ([#​145](https://redirect.github.com/seek-oss/eslint-config-seek/pull/145)) - `eslint-plugin-cypress` - `eslint-config-prettier` - `eslint-plugin-jest` - `eslint-plugin-react`, `eslint-plugin-react-hooks`

Configuration

📅 Schedule: Branch creation - "after 3:00 am and before 6:00 am on Monday and Friday" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined).

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

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.



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

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: 5be2cec75dfcc64b7144c9f1cabc5cbbad69fb74

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

renovate[bot] commented 1 month ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.