Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 6, 2023
1 parent 8fedc87 commit 2ed845c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-moles-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-windows-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-days-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-ducks-rush.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 2ed845c

Please sign in to comment.