@primer/stylelint-config 12.4.0-rc.cd77600 → 12.4.1-rc.d1ef5d8

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 +8 -0
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,11 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 12.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#256](https://github.com/primer/stylelint-config/pull/256) [`37eb1cb`](https://github.com/primer/stylelint-config/commit/37eb1cbd342590f4c43e37779f657a4b19594eca) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove stylelint peer
8
+
3
9
  ## 12.4.0
4
10
 
5
11
  ### Minor Changes
6
12
 
7
13
  - [#232](https://github.com/primer/stylelint-config/pull/232) [`27ddfc9`](https://github.com/primer/stylelint-config/commit/27ddfc98f93ed898552bb62aa0926d35497dda72) Thanks [@jonrohan](https://github.com/jonrohan)! - Creating a responsive-widths plugin to keep fixed widths smaller than the minimum viewport size
8
14
 
15
+ * [#253](https://github.com/primer/stylelint-config/pull/253) [`0edeee0`](https://github.com/primer/stylelint-config/commit/0edeee07b1e7ef51bcd0942c65d98131ac384887) Thanks [@jonrohan](https://github.com/jonrohan)! - Changing this peerDependency to be any
16
+
9
17
  ## 12.3.3
10
18
 
11
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/stylelint-config",
3
- "version": "12.4.0-rc.cd77600",
3
+ "version": "12.4.1-rc.d1ef5d8",
4
4
  "description": "Sharable stylelint config used by GitHub's CSS",
5
5
  "homepage": "http://primer.style/css/tools/linting",
6
6
  "author": "GitHub, Inc.",
@@ -38,20 +38,19 @@
38
38
  "tap-map": "^1.0.0"
39
39
  },
40
40
  "peerDependencies": {
41
- "@primer/css": ">= 18.0.0",
42
- "@primer/primitives": ">= 6.0.0",
43
- "stylelint": ">= 14.0.0"
41
+ "@primer/css": "*",
42
+ "@primer/primitives": "*"
44
43
  },
45
44
  "devDependencies": {
46
45
  "@changesets/changelog-github": "0.4.3",
47
- "@changesets/cli": "2.21.1",
46
+ "@changesets/cli": "2.22.0",
48
47
  "@github/prettier-config": "0.0.4",
49
48
  "@primer/css": "^19.0.0",
50
49
  "@primer/primitives": "^7.0.1",
51
50
  "dedent": "0.7.0",
52
51
  "eslint": "8.11.0",
53
52
  "eslint-plugin-github": "4.3.5",
54
- "eslint-plugin-jest": "26.1.1",
53
+ "eslint-plugin-jest": "26.1.3",
55
54
  "eslint-plugin-prettier": "4.0.0",
56
55
  "jest": "27.5.1",
57
56
  "jest-preset-stylelint": "5.0.1",