From 8644977ba35239d3af593efc06b4bc91436f1a78 Mon Sep 17 00:00:00 2001 From: seek-oss-ci <34733141+seek-oss-ci@users.noreply.github.com> Date: Fri, 7 Jul 2023 09:54:10 +1000 Subject: [PATCH] Version Packages (#121) Co-authored-by: github-actions[bot] --- .changeset/lemon-moles-pretend.md | 5 ----- .changeset/modern-windows-nail.md | 5 ----- .changeset/sixty-days-sort.md | 5 ----- .changeset/tall-ducks-rush.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 6 files changed, 15 insertions(+), 21 deletions(-) delete mode 100644 .changeset/lemon-moles-pretend.md delete mode 100644 .changeset/modern-windows-nail.md delete mode 100644 .changeset/sixty-days-sort.md delete mode 100644 .changeset/tall-ducks-rush.md diff --git a/.changeset/lemon-moles-pretend.md b/.changeset/lemon-moles-pretend.md deleted file mode 100644 index aa21562..0000000 --- a/.changeset/lemon-moles-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-config-seek': minor ---- - -Extend `react/jsx-runtime`, since we are now using the [JSX transform](https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html) diff --git a/.changeset/modern-windows-nail.md b/.changeset/modern-windows-nail.md deleted file mode 100644 index 55fc4e2..0000000 --- a/.changeset/modern-windows-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-config-seek': patch ---- - -Update dependencies diff --git a/.changeset/sixty-days-sort.md b/.changeset/sixty-days-sort.md deleted file mode 100644 index ee5c363..0000000 --- a/.changeset/sixty-days-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-config-seek': patch ---- - -Disable resolving `node_modules` from the root of the repo. This is problematic for JavaScript-only monorepos (where there are multiple `node_modules` directories). diff --git a/.changeset/tall-ducks-rush.md b/.changeset/tall-ducks-rush.md deleted file mode 100644 index 470e804..0000000 --- a/.changeset/tall-ducks-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-config-seek': patch ---- - -Add a workaround for TypeScript-ESLint slowness with TypeScript 5.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index a9cf3f4..fa64eaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # eslint-config-seek +## 11.3.0 + +### Minor Changes + +- Extend `react/jsx-runtime`, since we are now using the [JSX transform](https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html) ([#118](https://github.com/seek-oss/eslint-config-seek/pull/118)) + +### Patch Changes + +- Update dependencies ([#120](https://github.com/seek-oss/eslint-config-seek/pull/120)) + +- Disable resolving `node_modules` from the root of the repo. This is problematic for JavaScript-only monorepos (where there are multiple `node_modules` directories). ([#119](https://github.com/seek-oss/eslint-config-seek/pull/119)) + +- Add a workaround for TypeScript-ESLint slowness with TypeScript 5.1 ([#117](https://github.com/seek-oss/eslint-config-seek/pull/117)) + ## 11.2.1 ### Patch Changes diff --git a/package.json b/package.json index 5257eba..ce83639 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-seek", - "version": "11.2.1", + "version": "11.3.0", "description": "ESLint configuration used by SEEK", "main": "index.js", "files": [