From 7291076d913549acf251e05d72f526a6c0058adc Mon Sep 17 00:00:00 2001 From: seek-oss-ci <34733141+seek-oss-ci@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:48:07 +1100 Subject: [PATCH] Version Packages (#1176) Co-authored-by: github-actions[bot] --- .changeset/chatty-hats-wash.md | 5 ----- .changeset/itchy-countries-matter.md | 12 ------------ .changeset/long-owls-burn.md | 5 ----- .changeset/orange-camels-give.md | 5 ----- .changeset/shy-jobs-remain.md | 5 ----- packages/sku/CHANGELOG.md | 21 +++++++++++++++++++++ packages/sku/package.json | 2 +- 7 files changed, 22 insertions(+), 33 deletions(-) delete mode 100644 .changeset/chatty-hats-wash.md delete mode 100644 .changeset/itchy-countries-matter.md delete mode 100644 .changeset/long-owls-burn.md delete mode 100644 .changeset/orange-camels-give.md delete mode 100644 .changeset/shy-jobs-remain.md diff --git a/.changeset/chatty-hats-wash.md b/.changeset/chatty-hats-wash.md deleted file mode 100644 index 7ca496f9d..000000000 --- a/.changeset/chatty-hats-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sku': patch ---- - -Fix incorrectly formatted logs diff --git a/.changeset/itchy-countries-matter.md b/.changeset/itchy-countries-matter.md deleted file mode 100644 index 6f584f95e..000000000 --- a/.changeset/itchy-countries-matter.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'sku': patch ---- - -Change internal handling of the `sku` config. - -This has resulted in a slight change to the output of the eslint file. -This file is generated by sku so no changes are needed. - -> [!NOTE] -> If you are using `dangerouslySetESLintConfig` to change your eslint config it will only work if the option is set in a `sku.config.[ts|js|mjs]` file. -> Custom config paths that set `dangerouslySetESLintConfig` will have no effect on the resolved eslint config. diff --git a/.changeset/long-owls-burn.md b/.changeset/long-owls-burn.md deleted file mode 100644 index e2d1e8203..000000000 --- a/.changeset/long-owls-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sku': patch ---- - -Ignore correct eslint config file diff --git a/.changeset/orange-camels-give.md b/.changeset/orange-camels-give.md deleted file mode 100644 index f0928fa1e..000000000 --- a/.changeset/orange-camels-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sku': patch ---- - -Fix `.webp` and `.avif` support diff --git a/.changeset/shy-jobs-remain.md b/.changeset/shy-jobs-remain.md deleted file mode 100644 index 69f85b257..000000000 --- a/.changeset/shy-jobs-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sku': patch ---- - -Fix missing support for mocking `.bmp` file imports in jest tests diff --git a/packages/sku/CHANGELOG.md b/packages/sku/CHANGELOG.md index 0d28d2844..81e98f74f 100644 --- a/packages/sku/CHANGELOG.md +++ b/packages/sku/CHANGELOG.md @@ -1,5 +1,26 @@ # sku +## 14.0.4 + +### Patch Changes + +- Fix incorrectly formatted logs ([#1185](https://github.com/seek-oss/sku/pull/1185)) + +- Change internal handling of the `sku` config. ([#1175](https://github.com/seek-oss/sku/pull/1175)) + + This has resulted in a slight change to the output of the eslint file. + This file is generated by sku so no changes are needed. + + > [!NOTE] + > If you are using `dangerouslySetESLintConfig` to change your eslint config it will only work if the option is set in a `sku.config.[ts|js|mjs]` file. + > Custom config paths that set `dangerouslySetESLintConfig` will have no effect on the resolved eslint config. + +- Ignore correct eslint config file ([#1177](https://github.com/seek-oss/sku/pull/1177)) + +- Fix `.webp` and `.avif` support ([#1181](https://github.com/seek-oss/sku/pull/1181)) + +- Fix missing support for mocking `.bmp` file imports in jest tests ([#1187](https://github.com/seek-oss/sku/pull/1187)) + ## 14.0.3 ### Patch Changes diff --git a/packages/sku/package.json b/packages/sku/package.json index b4f68607c..b3d6a911b 100644 --- a/packages/sku/package.json +++ b/packages/sku/package.json @@ -1,6 +1,6 @@ { "name": "sku", - "version": "14.0.3", + "version": "14.0.4", "description": "Front-end development toolkit, powered by Webpack, Babel, Vanilla Extract and Jest", "types": "./dist/index.d.ts", "bin": {