From ca51cbc63b8e6bb3f958cc937c76f7567460cba9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 8 Jul 2024 21:04:27 +0000 Subject: [PATCH] Version Packages --- .changeset/little-impalas-knock.md | 5 ----- .changeset/tricky-mayflies-push.md | 5 ----- pnpm-lock.yaml | 6 +++--- polaris-migrator/CHANGELOG.md | 11 +++++++++++ polaris-migrator/package.json | 4 ++-- stylelint-polaris/CHANGELOG.md | 6 ++++++ stylelint-polaris/package.json | 2 +- 7 files changed, 23 insertions(+), 16 deletions(-) delete mode 100644 .changeset/little-impalas-knock.md delete mode 100644 .changeset/tricky-mayflies-push.md diff --git a/.changeset/little-impalas-knock.md b/.changeset/little-impalas-knock.md deleted file mode 100644 index 0f3b7faa581..00000000000 --- a/.changeset/little-impalas-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/stylelint-polaris': major ---- - -Dropped support for `stylelint` v14 and v15 diff --git a/.changeset/tricky-mayflies-push.md b/.changeset/tricky-mayflies-push.md deleted file mode 100644 index 25c2d1eb855..00000000000 --- a/.changeset/tricky-mayflies-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-migrator': major ---- - -Removed `styles-insert-stylelint-disable` migration diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7183a7da935..f8676cee8f0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -202,7 +202,7 @@ importers: specifier: ^9.2.0 version: link:../polaris-tokens '@shopify/stylelint-polaris': - specifier: ^16.0.3 + specifier: ^17.0.0 version: link:../stylelint-polaris chalk: specifier: ^4.1.0 @@ -5078,7 +5078,7 @@ packages: dev: true /@shopify/eslint-plugin@45.0.0(@babel/core@7.23.6)(eslint@8.57.0)(jest@29.7.0)(prettier@3.3.2)(typescript@4.9.3): - resolution: {integrity: sha512-aRgVkl+EovLk6OC4WzT+C6hgAyta5VReEIdetpe+/bJhVovlqbFjYa3yHGvEM4VuWv8sim7XH2VV3ZsDiwpgvQ==, tarball: https://registry.npmjs.org/@shopify/eslint-plugin/-/eslint-plugin-45.0.0.tgz} + resolution: {integrity: sha512-aRgVkl+EovLk6OC4WzT+C6hgAyta5VReEIdetpe+/bJhVovlqbFjYa3yHGvEM4VuWv8sim7XH2VV3ZsDiwpgvQ==} peerDependencies: eslint: ^8.56.0 dependencies: @@ -5158,7 +5158,7 @@ packages: dev: true /@shopify/stylelint-plugin@14.0.0(prettier@3.3.2)(stylelint@16.6.1): - resolution: {integrity: sha512-2URgR6E+G7zUR5VjBxsLhEUwg+U6hNoOJOekuNUswJAvSlWYk38rca78FYDTBRZ2P7JW11vb61ODVEcty9CMaw==, tarball: https://registry.npmjs.org/@shopify/stylelint-plugin/-/stylelint-plugin-14.0.0.tgz} + resolution: {integrity: sha512-2URgR6E+G7zUR5VjBxsLhEUwg+U6hNoOJOekuNUswJAvSlWYk38rca78FYDTBRZ2P7JW11vb61ODVEcty9CMaw==} peerDependencies: stylelint: '>=16.0.0' dependencies: diff --git a/polaris-migrator/CHANGELOG.md b/polaris-migrator/CHANGELOG.md index 229004078eb..337f65d2b0c 100644 --- a/polaris-migrator/CHANGELOG.md +++ b/polaris-migrator/CHANGELOG.md @@ -1,5 +1,16 @@ # @shopify/polaris-migrator +## 2.0.0 + +### Major Changes + +- [#12337](https://github.com/Shopify/polaris/pull/12337) [`b2d2da488`](https://github.com/Shopify/polaris/commit/b2d2da488b5639cb43cc210ce64db5419460f1dc) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Removed `styles-insert-stylelint-disable` migration + +### Patch Changes + +- Updated dependencies [[`b2d2da488`](https://github.com/Shopify/polaris/commit/b2d2da488b5639cb43cc210ce64db5419460f1dc)]: + - @shopify/stylelint-polaris@17.0.0 + ## 1.0.3 ### Patch Changes diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index d93a0e21a9a..2d8e185fad5 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-migrator", - "version": "1.0.3", + "version": "2.0.0", "description": "Codemod transformations to help upgrade your Polaris codebase", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -37,7 +37,7 @@ }, "dependencies": { "@shopify/polaris-tokens": "^9.2.0", - "@shopify/stylelint-polaris": "^16.0.3", + "@shopify/stylelint-polaris": "^17.0.0", "chalk": "^4.1.0", "globby": "11.0.1", "is-git-clean": "^1.1.0", diff --git a/stylelint-polaris/CHANGELOG.md b/stylelint-polaris/CHANGELOG.md index e2c424a0f1f..ddbf4142a4d 100644 --- a/stylelint-polaris/CHANGELOG.md +++ b/stylelint-polaris/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 17.0.0 + +### Major Changes + +- [#12337](https://github.com/Shopify/polaris/pull/12337) [`b2d2da488`](https://github.com/Shopify/polaris/commit/b2d2da488b5639cb43cc210ce64db5419460f1dc) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Dropped support for `stylelint` v14 and v15 + ## 16.0.3 ### Patch Changes diff --git a/stylelint-polaris/package.json b/stylelint-polaris/package.json index f4e4cd100bc..921c5b9ef9a 100644 --- a/stylelint-polaris/package.json +++ b/stylelint-polaris/package.json @@ -1,7 +1,7 @@ { "name": "@shopify/stylelint-polaris", "description": "Polaris Design System Stylelint tooling", - "version": "16.0.3", + "version": "17.0.0", "private": false, "license": "MIT", "author": "Shopify ",