@atlaskit/eslint-plugin-design-system 12.1.0 → 12.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/eslint-plugin-design-system
2
2
 
3
+ ## 12.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#113173](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/113173)
8
+ [`46aad36c62f2f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/46aad36c62f2f) -
9
+ Cuts a new changeset to land ESLint v9 changes to NPM fully (shipped internally Feb 5th:
10
+ https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/109855)
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 12.1.0
4
17
 
5
18
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@atlaskit/eslint-plugin-design-system",
3
3
  "description": "The essential plugin for use with the Atlassian Design System.",
4
- "version": "12.1.0",
4
+ "version": "12.2.0",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
7
7
  "publishConfig": {
@@ -43,7 +43,7 @@
43
43
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
44
44
  },
45
45
  "dependencies": {
46
- "@atlaskit/eslint-utils": "^1.9.0",
46
+ "@atlaskit/eslint-utils": "^1.10.0",
47
47
  "@atlaskit/icon": "^23.8.0",
48
48
  "@atlaskit/icon-lab": "^2.5.0",
49
49
  "@atlaskit/tokens": "*",