@atlaskit/eslint-plugin-design-system 12.0.0 → 12.1.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 +9 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/eslint-plugin-design-system
2
2
 
3
+ ## 12.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#112918](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112918)
8
+ [`4a2db8e5349f6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4a2db8e5349f6) -
9
+ Fixed bugs with `ensure-design-token-usage`, `no-legacy-icons` and also support ESLint v9
10
+ context/sourceCode methods
11
+
3
12
  ## 12.0.0
4
13
 
5
14
  ### Major 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.0.0",
4
+ "version": "12.1.0",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
7
7
  "publishConfig": {
@@ -44,8 +44,8 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@atlaskit/eslint-utils": "^1.9.0",
47
- "@atlaskit/icon": "^23.7.0",
48
- "@atlaskit/icon-lab": "^2.4.0",
47
+ "@atlaskit/icon": "^23.8.0",
48
+ "@atlaskit/icon-lab": "^2.5.0",
49
49
  "@atlaskit/tokens": "*",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@typescript-eslint/utils": "^7.1.0",
@@ -59,7 +59,7 @@
59
59
  "devDependencies": {
60
60
  "@af/formatting": "*",
61
61
  "@atlaskit/ds-lib": "^3.5.0",
62
- "@atlaskit/theme": "^14.1.0",
62
+ "@atlaskit/theme": "^15.0.0",
63
63
  "@atlassian/codegen": "*",
64
64
  "@atlassian/eslint-utils": "^0.5.0",
65
65
  "@atlassian/ts-loader": "*",