nuxt / typescript

TypeScript Support for Nuxt 2
https://typescript.nuxtjs.org
MIT License
567 stars 124 forks source link

chore(deps): update all non-major dependencies #625

Open renovate[bot] opened 10 months ago

renovate[bot] commented 10 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jest (source) 29.5.8 -> 29.5.13 age adoption passing confidence
defu 6.1.3 -> 6.1.4 age adoption passing confidence
eslint (source) 8.53.0 -> 8.57.1 age adoption passing confidence
nuxt (source) 2.17.2 -> 2.18.1 age adoption passing confidence
sass 1.69.5 -> 1.79.4 age adoption passing confidence
ts-jest (source) 29.1.1 -> 29.2.5 age adoption passing confidence
ts-node (source) 10.9.1 -> 10.9.2 age adoption passing confidence

Release Notes

unjs/defu (defu) ### [`v6.1.4`](https://redirect.github.com/unjs/defu/blob/HEAD/CHANGELOG.md#v614) [Compare Source](https://redirect.github.com/unjs/defu/compare/v6.1.3...v6.1.4) [compare changes](https://redirect.github.com/unjs/defu/compare/v6.1.3...v6.1.4) ##### 🩹 Fixes - Merge objects with `Module` type ([#​121](https://redirect.github.com/unjs/defu/pull/121)) ##### 💅 Refactors - Move `isPlainObject` to `_utils` to allow testing ([e922a16](https://redirect.github.com/unjs/defu/commit/e922a16)) - Make `isPlainObject` logic more readable ([e458b63](https://redirect.github.com/unjs/defu/commit/e458b63)) ##### 📖 Documentation - Fix typo ([#​116](https://redirect.github.com/unjs/defu/pull/116)) ##### 🏡 Chore - **release:** V6.1.3 ([3834ca1](https://redirect.github.com/unjs/defu/commit/3834ca1)) - Update deps and lint ([e5a48d3](https://redirect.github.com/unjs/defu/commit/e5a48d3)) - Enable `skipLipCheck` for type tests ([7c7a9a4](https://redirect.github.com/unjs/defu/commit/7c7a9a4)) ##### ✅ Tests - Improve tests for isPlainObject ([b24a213](https://redirect.github.com/unjs/defu/commit/b24a213)) ##### ❤️ Contributors - Alexander Lichter ([@​manniL](http://github.com/manniL)) - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Yu Le
eslint/eslint (eslint) ### [`v8.57.1`](https://redirect.github.com/eslint/eslint/compare/v8.57.0...5b9414c501c58bfa85f41f96f821973c41e8ae74) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v8.57.0...v8.57.1) ### [`v8.57.0`](https://redirect.github.com/eslint/eslint/releases/tag/v8.57.0) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v8.56.0...v8.57.0) #### Features - [`1120b9b`](https://redirect.github.com/eslint/eslint/commit/1120b9b7b97f10f059d8b7ede19de2572f892366) feat: Add loadESLint() API method for v8 ([#​18098](https://redirect.github.com/eslint/eslint/issues/18098)) (Nicholas C. Zakas) - [`dca7d0f`](https://redirect.github.com/eslint/eslint/commit/dca7d0f1c262bc72310147bcefe1d04ecf60acbc) feat: Enable `eslint.config.mjs` and `eslint.config.cjs` ([#​18066](https://redirect.github.com/eslint/eslint/issues/18066)) (Nitin Kumar) #### Bug Fixes - [`2196d97`](https://redirect.github.com/eslint/eslint/commit/2196d97094ba94d6d750828879a29538d1600de5) fix: handle absolute file paths in `FlatRuleTester` ([#​18064](https://redirect.github.com/eslint/eslint/issues/18064)) (Nitin Kumar) - [`69dd1d1`](https://redirect.github.com/eslint/eslint/commit/69dd1d1387b7b53617548d1f9f2c149f179e6e17) fix: Ensure config keys are printed for config errors ([#​18067](https://redirect.github.com/eslint/eslint/issues/18067)) (Nitin Kumar) - [`9852a31`](https://redirect.github.com/eslint/eslint/commit/9852a31edcf054bd5d15753ef18e2ad3216b1b71) fix: deep merge behavior in flat config ([#​18065](https://redirect.github.com/eslint/eslint/issues/18065)) (Nitin Kumar) - [`4c7e9b0`](https://redirect.github.com/eslint/eslint/commit/4c7e9b0b539ba879ac1799e81f3b6add2eed4b2f) fix: allow circular references in config ([#​18056](https://redirect.github.com/eslint/eslint/issues/18056)) (Milos Djermanovic) #### Documentation - [`84922d0`](https://redirect.github.com/eslint/eslint/commit/84922d0bfa10689a34a447ab8e55975ff1c1c708) docs: Show prerelease version in dropdown ([#​18139](https://redirect.github.com/eslint/eslint/issues/18139)) (Nicholas C. Zakas) - [`5b8c363`](https://redirect.github.com/eslint/eslint/commit/5b8c3636a3d7536535a6878eca0e5b773e4829d4) docs: Switch to Ethical Ads ([#​18117](https://redirect.github.com/eslint/eslint/issues/18117)) (Milos Djermanovic) - [`77dbfd9`](https://redirect.github.com/eslint/eslint/commit/77dbfd9887b201a46fc68631cbde50c08e1a8dbf) docs: show NEXT in version selectors ([#​18052](https://redirect.github.com/eslint/eslint/issues/18052)) (Milos Djermanovic) #### Chores - [`1813aec`](https://redirect.github.com/eslint/eslint/commit/1813aecc4660582b0678cf32ba466eb9674266c4) chore: upgrade [@​eslint/js](https://redirect.github.com/eslint/js)[@​8](https://redirect.github.com/8).57.0 ([#​18143](https://redirect.github.com/eslint/eslint/issues/18143)) (Milos Djermanovic) - [`5c356bb`](https://redirect.github.com/eslint/eslint/commit/5c356bb0c6f53c570224f8e9f02c4baca8fc6d2f) chore: package.json update for [@​eslint/js](https://redirect.github.com/eslint/js) release (Jenkins) - [`f4a1fe2`](https://redirect.github.com/eslint/eslint/commit/f4a1fe2e45aa1089fe775290bf530de82f34bf16) test: add more tests for ignoring files and directories ([#​18068](https://redirect.github.com/eslint/eslint/issues/18068)) (Nitin Kumar) - [`42c0aef`](https://redirect.github.com/eslint/eslint/commit/42c0aefaf6ea8b998b1c6db61906a79c046d301a) ci: Enable CI for `v8.x` branch ([#​18047](https://redirect.github.com/eslint/eslint/issues/18047)) (Milos Djermanovic) ### [`v8.56.0`](https://redirect.github.com/eslint/eslint/releases/tag/v8.56.0) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v8.55.0...v8.56.0) ##### Features - [`0dd9704`](https://redirect.github.com/eslint/eslint/commit/0dd9704c4751e1cd02039f7d6485fee09bbccbf6) feat: Support custom severity when reporting unused disable directives ([#​17212](https://redirect.github.com/eslint/eslint/issues/17212)) (Bryan Mishkin) - [`31a7e3f`](https://redirect.github.com/eslint/eslint/commit/31a7e3fde491e36496b54e8905c766b31162d776) feat: fix no-restricted-properties false negatives with unknown objects ([#​17818](https://redirect.github.com/eslint/eslint/issues/17818)) (Arka Pratim Chaudhuri) ##### Bug Fixes - [`7d5e5f6`](https://redirect.github.com/eslint/eslint/commit/7d5e5f68849ae80caec0fc96ecceebccd348deec) fix: `TypeError: fs.exists is not a function` on read-only file system ([#​17846](https://redirect.github.com/eslint/eslint/issues/17846)) (Francesco Trotta) - [`74739c8`](https://redirect.github.com/eslint/eslint/commit/74739c849bbb6547b0e555ed8bb2ba1cbe0fdce4) fix: suggestion with invalid syntax in no-promise-executor-return rule ([#​17812](https://redirect.github.com/eslint/eslint/issues/17812)) (Bryan Mishkin) ##### Documentation - [`9007719`](https://redirect.github.com/eslint/eslint/commit/90077199fe519953f9af8664bf947db4e4958514) docs: update link in ways-to-extend.md ([#​17839](https://redirect.github.com/eslint/eslint/issues/17839)) (Amel SELMANE) - [`3a22236`](https://redirect.github.com/eslint/eslint/commit/3a22236f8d10af8a5bcafe56092651d3d681c99d) docs: Update README (GitHub Actions Bot) - [`54c3ca6`](https://redirect.github.com/eslint/eslint/commit/54c3ca6f2dcd2a7afd53f42fc32055a25587259e) docs: fix migration-guide example ([#​17829](https://redirect.github.com/eslint/eslint/issues/17829)) (Tanuj Kanti) - [`4391b71`](https://redirect.github.com/eslint/eslint/commit/4391b71e62b15e54b0493f0dce1ea053ebbc0689) docs: check config comments in rule examples ([#​17815](https://redirect.github.com/eslint/eslint/issues/17815)) (Francesco Trotta) - [`fd28363`](https://redirect.github.com/eslint/eslint/commit/fd2836342c2be4751b05fe0ba7cece17d1edecc8) docs: remove mention about ESLint stylistic rules in readme ([#​17810](https://redirect.github.com/eslint/eslint/issues/17810)) (Zwyx) - [`48ed5a6`](https://redirect.github.com/eslint/eslint/commit/48ed5a6dad478a14d3e823f137455c523f373e0b) docs: Update README (GitHub Actions Bot) ##### Chores - [`ba6af85`](https://redirect.github.com/eslint/eslint/commit/ba6af85c7d8ba55d37f8663aee949d148e441c1a) chore: upgrade [@​eslint/js](https://redirect.github.com/eslint/js)[@​8](https://redirect.github.com/8).56.0 ([#​17864](https://redirect.github.com/eslint/eslint/issues/17864)) (Milos Djermanovic) - [`60a531a`](https://redirect.github.com/eslint/eslint/commit/60a531a9c0811ddf718e26b9136e133f580b6c36) chore: package.json update for [@​eslint/js](https://redirect.github.com/eslint/js) release (Jenkins) - [`ba87a06`](https://redirect.github.com/eslint/eslint/commit/ba87a0651a65b52c3ac442b512dd9f4c2b4c5f57) chore: update dependency markdownlint to ^0.32.0 ([#​17783](https://redirect.github.com/eslint/eslint/issues/17783)) (renovate\[bot]) - [`9271d10`](https://redirect.github.com/eslint/eslint/commit/9271d10d9eabeafb0129a090f29191bfd14273c0) chore: add GitHub issue template for docs issues ([#​17845](https://redirect.github.com/eslint/eslint/issues/17845)) (Josh Goldberg ✨) - [`70a686b`](https://redirect.github.com/eslint/eslint/commit/70a686b3c1feac5eca98bbff9bd67175f550d5db) chore: Convert rule tests to FlatRuleTester ([#​17819](https://redirect.github.com/eslint/eslint/issues/17819)) (Nicholas C. Zakas) - [`f3a599d`](https://redirect.github.com/eslint/eslint/commit/f3a599d34c7080fc0b2c9a60b5e54dc98c22867c) chore: upgrade eslint-plugin-unicorn to v49.0.0 ([#​17837](https://redirect.github.com/eslint/eslint/issues/17837)) (唯然) - [`905d4b7`](https://redirect.github.com/eslint/eslint/commit/905d4b75ab2df42aba30622cee0f66b511397e2c) chore: upgrade eslint-plugin-eslint-plugin v5.2.1 ([#​17838](https://redirect.github.com/eslint/eslint/issues/17838)) (唯然) - [`4d7c3ce`](https://redirect.github.com/eslint/eslint/commit/4d7c3ce246e6b499f472342ef59496a47cc033d6) chore: update eslint-plugin-n v16.4.0 ([#​17836](https://redirect.github.com/eslint/eslint/issues/17836)) (唯然) - [`fd0c60c`](https://redirect.github.com/eslint/eslint/commit/fd0c60c3be1f213e5a6d69d8a3248e963619e155) ci: unpin Node.js 21.2.0 ([#​17821](https://redirect.github.com/eslint/eslint/issues/17821)) (Francesco Trotta) ### [`v8.55.0`](https://redirect.github.com/eslint/eslint/releases/tag/v8.55.0) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v8.54.0...v8.55.0) #### Features - [`8c9e6c1`](https://redirect.github.com/eslint/eslint/commit/8c9e6c100a6eb69da292463293b3b48cff911a01) feat: importNamePattern option in no-restricted-imports ([#​17721](https://redirect.github.com/eslint/eslint/issues/17721)) (Tanuj Kanti) #### Documentation - [`83ece2a`](https://redirect.github.com/eslint/eslint/commit/83ece2afc2dc6c49efe82678663fe4cba590c0e5) docs: fix typo `--rules` -> `--rule` ([#​17806](https://redirect.github.com/eslint/eslint/issues/17806)) (OKURA Masafumi) - [`fffca5c`](https://redirect.github.com/eslint/eslint/commit/fffca5c362bcd205dbf79d1bb52834f8a98fc6bd) docs: remove "Open in Playground" buttons for removed rules ([#​17791](https://redirect.github.com/eslint/eslint/issues/17791)) (Francesco Trotta) - [`a6d9442`](https://redirect.github.com/eslint/eslint/commit/a6d9442a9ab34d5d19f78d8c8fd0767a1237bfe3) docs: fix correct/incorrect examples of rules ([#​17789](https://redirect.github.com/eslint/eslint/issues/17789)) (Tanuj Kanti) - [`383e999`](https://redirect.github.com/eslint/eslint/commit/383e99928d7ce649ec9030c9856b03fbac0c3501) docs: update and fix examples for `no-unused-vars` ([#​17788](https://redirect.github.com/eslint/eslint/issues/17788)) (Tanuj Kanti) - [`5a8efd5`](https://redirect.github.com/eslint/eslint/commit/5a8efd5b7ad13eb320a1f468d1d4ab3c8ab99214) docs: add specific stylistic rule for each deprecated rule ([#​17778](https://redirect.github.com/eslint/eslint/issues/17778)) (Etienne) #### Chores - [`eb8950c`](https://redirect.github.com/eslint/eslint/commit/eb8950c3b811c9163b9aae23af8b6266ad98b295) chore: upgrade [@​eslint/js](https://redirect.github.com/eslint/js)[@​8](https://redirect.github.com/8).55.0 ([#​17811](https://redirect.github.com/eslint/eslint/issues/17811)) (Milos Djermanovic) - [`93df384`](https://redirect.github.com/eslint/eslint/commit/93df3849a7a25ebe0502000bf0bfb80a6613a5ae) chore: package.json update for [@​eslint/js](https://redirect.github.com/eslint/js) release (Jenkins) - [`fe4b954`](https://redirect.github.com/eslint/eslint/commit/fe4b9545a83e9aca7ba4bb77bc9c868d57de777f) chore: upgrade [@​eslint/eslintrc](https://redirect.github.com/eslint/eslintrc)[@​2](https://redirect.github.com/2).1.4 ([#​17799](https://redirect.github.com/eslint/eslint/issues/17799)) (Milos Djermanovic) - [`bd8911d`](https://redirect.github.com/eslint/eslint/commit/bd8911db85c7a1127543c9212c8cea47a5cb687d) ci: pin Node.js 21.2.0 ([#​17809](https://redirect.github.com/eslint/eslint/issues/17809)) (Milos Djermanovic) - [`b29a16b`](https://redirect.github.com/eslint/eslint/commit/b29a16b22f234f6134475efb6c7be5ac946556ee) chore: fix several `cli` tests to run in the intended flat config mode ([#​17797](https://redirect.github.com/eslint/eslint/issues/17797)) (Milos Djermanovic) - [`de165c1`](https://redirect.github.com/eslint/eslint/commit/de165c108203c6703516ac651f5b4cac5b241804) chore: remove unused config-extends fixtures ([#​17781](https://redirect.github.com/eslint/eslint/issues/17781)) (Milos Djermanovic) - [`d4304b8`](https://redirect.github.com/eslint/eslint/commit/d4304b8b66eac870ffbf4840d84add8a123b25fc) chore: remove formatting/stylistic rules from new rule templates ([#​17780](https://redirect.github.com/eslint/eslint/issues/17780)) (Francesco Trotta) - [`21024fe`](https://redirect.github.com/eslint/eslint/commit/21024fe2029420b413bed11d23761c87e9a02a1a) chore: check rule examples for syntax errors ([#​17718](https://redirect.github.com/eslint/eslint/issues/17718)) (Francesco Trotta) ### [`v8.54.0`](https://redirect.github.com/eslint/eslint/releases/tag/v8.54.0) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v8.53.0...v8.54.0) #### Features - [`a7a883b`](https://redirect.github.com/eslint/eslint/commit/a7a883bd6ba4f140b60cbbb2be5b53d750f6c8db) feat: for-direction rule add check for condition in reverse order ([#​17755](https://redirect.github.com/eslint/eslint/issues/17755)) (Angelo Annunziata) - [`1452dc9`](https://redirect.github.com/eslint/eslint/commit/1452dc9f12c45c05d7c569f737221f0d988ecef1) feat: Add suggestions to no-console ([#​17680](https://redirect.github.com/eslint/eslint/issues/17680)) (Joel Mathew Koshy) - [`21ebf8a`](https://redirect.github.com/eslint/eslint/commit/21ebf8a811be9f4b009cf70a10be5062d4fdc736) feat: update `no-array-constructor` rule ([#​17711](https://redirect.github.com/eslint/eslint/issues/17711)) (Francesco Trotta) #### Bug Fixes - [`98926e6`](https://redirect.github.com/eslint/eslint/commit/98926e6e7323e5dd12a9f016cb558144296665af) fix: Ensure that extra data is not accidentally stored in the cache file ([#​17760](https://redirect.github.com/eslint/eslint/issues/17760)) (Milos Djermanovic) - [`e8cf9f6`](https://redirect.github.com/eslint/eslint/commit/e8cf9f6a524332293f8b2c90a2db4a532e47d919) fix: Make dark scroll bar in dark theme ([#​17753](https://redirect.github.com/eslint/eslint/issues/17753)) (Pavel) - [`3cbeaad`](https://redirect.github.com/eslint/eslint/commit/3cbeaad7b943c153937ce34365cec2c406f2b98b) fix: Use `cwd` constructor option as config `basePath` in Linter ([#​17705](https://redirect.github.com/eslint/eslint/issues/17705)) (Milos Djermanovic) #### Documentation - [`becfdd3`](https://redirect.github.com/eslint/eslint/commit/becfdd39b25d795e56c9a13eb3e77af6b9c86e8a) docs: Make clear when rules are removed ([#​17728](https://redirect.github.com/eslint/eslint/issues/17728)) (Nicholas C. Zakas) - [`05d6e99`](https://redirect.github.com/eslint/eslint/commit/05d6e99153ed6d94eb30f46c57609371918a41f3) docs: update "Submit a Pull Request" page ([#​17712](https://redirect.github.com/eslint/eslint/issues/17712)) (Francesco Trotta) - [`eb2279e`](https://redirect.github.com/eslint/eslint/commit/eb2279e5148cee8fdea7dae614f4f8af7a2d06c3) docs: display info about deprecated rules ([#​17749](https://redirect.github.com/eslint/eslint/issues/17749)) (Percy Ma) - [`d245326`](https://redirect.github.com/eslint/eslint/commit/d24532601e64714ac5d08507e05aa5c14ecd1d5a) docs: Correct working in migrating plugin docs ([#​17722](https://redirect.github.com/eslint/eslint/issues/17722)) (Filip Tammergård) #### Chores - [`d644de9`](https://redirect.github.com/eslint/eslint/commit/d644de9a4b593b565617303a095bc9aa69e7b768) chore: upgrade [@​eslint/js](https://redirect.github.com/eslint/js)[@​8](https://redirect.github.com/8).54.0 ([#​17773](https://redirect.github.com/eslint/eslint/issues/17773)) (Milos Djermanovic) - [`1e6e314`](https://redirect.github.com/eslint/eslint/commit/1e6e31415cc429a3a9fc64b2ec03df0e0ec0c91b) chore: package.json update for [@​eslint/js](https://redirect.github.com/eslint/js) release (Jenkins) - [`6fb8805`](https://redirect.github.com/eslint/eslint/commit/6fb8805310afe7476d6c404f172177a6d15fcf11) chore: Fixed grammar in issue_templates/rule_change ([#​17770](https://redirect.github.com/eslint/eslint/issues/17770)) (Joel Mathew Koshy) - [`85db724`](https://redirect.github.com/eslint/eslint/commit/85db7243ddb8706ed60ab64a7ddf604d0d7de493) chore: upgrade `markdownlint` to 0.31.1 ([#​17754](https://redirect.github.com/eslint/eslint/issues/17754)) (Nitin Kumar) - [`6d470d2`](https://redirect.github.com/eslint/eslint/commit/6d470d2e74535761bd56dcb1c021b463ef9e8a9c) chore: update dependency recast to ^0.23.0 ([#​17736](https://redirect.github.com/eslint/eslint/issues/17736)) (renovate\[bot]) - [`b7121b5`](https://redirect.github.com/eslint/eslint/commit/b7121b590d578c9c9b38ee481313317f30e54817) chore: update dependency markdownlint-cli to ^0.37.0 ([#​17735](https://redirect.github.com/eslint/eslint/issues/17735)) (renovate\[bot]) - [`633b9a1`](https://redirect.github.com/eslint/eslint/commit/633b9a19752b6a22ab4d6c824f27a75ac0e4151b) chore: update dependency regenerator-runtime to ^0.14.0 ([#​17739](https://redirect.github.com/eslint/eslint/issues/17739)) (renovate\[bot]) - [`acac16f`](https://redirect.github.com/eslint/eslint/commit/acac16fdf8540f7ba86cf637e3c1b253bd35a268) chore: update dependency vite-plugin-commonjs to ^0.10.0 ([#​17740](https://redirect.github.com/eslint/eslint/issues/17740)) (renovate\[bot]) - [`ba8ca7e`](https://redirect.github.com/eslint/eslint/commit/ba8ca7e3debcba68ee7015b9221cf5acd7870206) chore: add .github/renovate.json5 ([#​17567](https://redirect.github.com/eslint/eslint/issues/17567)) (Josh Goldberg ✨)
nuxt/nuxt (nuxt) ### [`v2.18.1`](https://redirect.github.com/nuxt/nuxt/releases/tag/v2.18.1) [Compare Source](https://redirect.github.com/nuxt/nuxt/compare/v2.18.0...v2.18.1) ##### 👉 Changelog [compare changes](https://redirect.github.com/nuxt/nuxt/compare/v2.18.0...v2.18.1) ##### 🩹 Fixes - **webpack:** Depend on earlier version of `mkdirp` ([f67056b9e](https://redirect.github.com/nuxt/nuxt/commit/f67056b9e)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](https://redirect.github.com/danielroe)) ### [`v2.18.0`](https://redirect.github.com/nuxt/nuxt/releases/tag/v2.18.0) [Compare Source](https://redirect.github.com/nuxt/nuxt/compare/v2.17.4...v2.18.0) ##### 👉 Changelog [compare changes](https://redirect.github.com/nuxt/nuxt/compare/v2.17.4...v2.18.0) ##### 🚀 Enhancements - **webpack:** Migrate to `memfs` ([#​27652](https://redirect.github.com/nuxt/nuxt/pull/27652)) ##### 🩹 Fixes - **vue-app:** Don't throw if we can't read `sessionStorage` ([#​27662](https://redirect.github.com/nuxt/nuxt/pull/27662)) - **config:** Add back md4 monkey-patch for wider ecosystem ([#​27865](https://redirect.github.com/nuxt/nuxt/pull/27865)) ##### 🏡 Chore - Bump internal versions ([9e829b59a](https://redirect.github.com/nuxt/nuxt/commit/9e829b59a)) - Add non-applicable advisory GHSA-3h5v-q93c-6h6q ([5ef7311f0](https://redirect.github.com/nuxt/nuxt/commit/5ef7311f0)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](https://redirect.github.com/danielroe)) ### [`v2.17.4`](https://redirect.github.com/nuxt/nuxt/releases/tag/v2.17.4) [Compare Source](https://redirect.github.com/nuxt/nuxt/compare/v2.17.3...v2.17.4) #### 👉 Changelog [compare changes](https://redirect.github.com/nuxt/nuxt/compare/v2.17.3...v2.17.4) ##### 🩹 Fixes - **types:** Bump `serve-static` types to v1.15.7 ([1c44c376d](https://redirect.github.com/nuxt/nuxt/commit/1c44c376d)) - **generator:** Use maintained `html-minifier-terser` ([#​26914](https://redirect.github.com/nuxt/nuxt/pull/26914)) - **vue-app:** Prevent double page mount ([#​10874](https://redirect.github.com/nuxt/nuxt/pull/10874)) - **core:** Don't skip loading runtime modules if one is improperly resolved ([#​10193](https://redirect.github.com/nuxt/nuxt/pull/10193)) - **vue-app:** Prevent error page mounting twice ([#​27484](https://redirect.github.com/nuxt/nuxt/pull/27484)) ##### 🏡 Chore - Update repository field for `@nuxt/config` ([c283cc039](https://redirect.github.com/nuxt/nuxt/commit/c283cc039)) - Mark https://github.com/advisories/GHSA-2p57-rm9w-gvfp as not applicable ([4782e3c90](https://redirect.github.com/nuxt/nuxt/commit/4782e3c90)) - Update repository urls ([07668eafb](https://redirect.github.com/nuxt/nuxt/commit/07668eafb)) - Mark GHSA-grv7-fg5c-xmjg as not applicable ([eeb6207c9](https://redirect.github.com/nuxt/nuxt/commit/eeb6207c9)) - Refresh yarn lockfile ([#​27612](https://redirect.github.com/nuxt/nuxt/pull/27612)) ##### ✅ Tests - Properly close `page` in e2e tests ([1700aa131](https://redirect.github.com/nuxt/nuxt/commit/1700aa131)) - Wait for navigation in redirect test ([e74715606](https://redirect.github.com/nuxt/nuxt/commit/e74715606)) - Don't register promise in external nav ([#​27468](https://redirect.github.com/nuxt/nuxt/pull/27468)) ##### 🤖 CI - Add label PR workflow ([#​25580](https://redirect.github.com/nuxt/nuxt/pull/25580)) - Make edge releases on commit basis ([1eb08d1ba](https://redirect.github.com/nuxt/nuxt/commit/1eb08d1ba)) - Remove ref for release workflows ([06f91349f](https://redirect.github.com/nuxt/nuxt/commit/06f91349f)) - Don't skip tests from branch named `dev` ([2a5d05257](https://redirect.github.com/nuxt/nuxt/commit/2a5d05257)) - Update test conditions ([940fc7dcb](https://redirect.github.com/nuxt/nuxt/commit/940fc7dcb)) ##### ❤️ Contributors - Dmitriy ([@​Kolobok12309](https://redirect.github.com/Kolobok12309)) - Ivan Ehreshi ([@​IvanEh](https://redirect.github.com/IvanEh)) - Daniel Roe ([@​danielroe](https://redirect.github.com/danielroe)) - Damian Głowala ([@​DamianGlowala](https://redirect.github.com/DamianGlowala)) ### [`v2.17.3`](https://redirect.github.com/nuxt/nuxt/releases/tag/v2.17.3) [Compare Source](https://redirect.github.com/nuxt/nuxt/compare/v2.17.2...v2.17.3) > 2.17.3 is the next patch release for the 2.x branch. #### 👉 Changelog [compare changes](https://redirect.github.com/nuxt/nuxt.js/compare/v2.17.2...v2.17.3) ##### 💅 Refactors - Migrate to `hookable` package ([#​24426](https://redirect.github.com/nuxt/nuxt.js/pull/24426)) ##### 🏡 Chore - Fix invalid package files with `npm pkg fix` ([4d0474c4b](https://redirect.github.com/nuxt/nuxt.js/commit/4d0474c4b)) ##### ✅ Tests - Skip lib check with vue-tsc test ([90ffd8170](https://redirect.github.com/nuxt/nuxt.js/commit/90ffd8170)) ##### 🤖 CI - Split type check into separate test ([40f1f301e](https://redirect.github.com/nuxt/nuxt.js/commit/40f1f301e)) ##### ❤️ Contributors - Andrey Yolkin ([@​AndreyYolkin](https://redirect.github.com/AndreyYolkin)) - Daniel Roe ([@​danielroe](https://redirect.github.com/danielroe))
sass/dart-sass (sass) ### [`v1.79.4`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1794) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.79.3...1.79.4) ##### JS API - Fix a bug where passing `green` or `blue` to `color.change()` for legacy colors would fail. ### [`v1.79.3`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1793) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.79.2...1.79.3) - Update the `$channel` parameter in the suggested replacement for `color.red()`, `color.green()`, `color.blue()`, `color.hue()`, `color.saturation()`, `color.lightness()`, `color.whiteness()`, and `color.blackness()` to use a quoted string. ### [`v1.79.2`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1792) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.79.1...1.79.2) - Add a `$space` parameter to the suggested replacement for `color.red()`, `color.green()`, `color.blue()`, `color.hue()`, `color.saturation()`, `color.lightness()`, `color.whiteness()`, and `color.blackness()`. - Update deprecation warnings for the legacy JS API to include a link to [relevant documentation]. [relevant documentation]: https://sass-lang.com/d/legacy-js-api ### [`v1.79.1`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1791) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.79.0...1.79.1) - No user-visible changes. ### [`v1.79.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1790) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.78.0...1.79.0) - **Breaking change**: Passing a number with unit `%` to the `$alpha` parameter of `color.change()`, `color.adjust()`, `change-color()`, and `adjust-color()` is now interpreted as a percentage, instead of ignoring the unit. For example, `color.change(red, $alpha: 50%)` now returns `rgb(255 0 0 / 0.5)`. - **Potentially breaking compatibility fix**: Sass no longer rounds RGB channels to the nearest integer. This means that, for example, `rgb(0 0 1) != rgb(0 0 0.6)`. This matches the latest version of the CSS spec and browser behavior. - **Potentially breaking compatibility fix**: Passing large positive or negative values to `color.adjust()` can now cause a color's channels to go outside that color's gamut. In most cases this will currently be clipped by the browser and end up showing the same color as before, but once browsers implement gamut mapping it may produce a different result. - Add support for CSS Color Level 4 [color spaces]. Each color value now tracks its color space along with the values of each channel in that color space. There are two general principles to keep in mind when dealing with new color spaces: 1. With the exception of legacy color spaces (`rgb`, `hsl`, and `hwb`), colors will always be emitted in the color space they were defined in unless they're explicitly converted. 2. The `color.to-space()` function is the only way to convert a color to another color space. Some built-in functions may do operations in a different color space, but they'll always convert back to the original space afterwards. - `rgb` colors can now have non-integer channels and channels outside the normal gamut of 0-255. These colors are always emitted using the `rgb()` syntax so that modern browsers that are being displayed on wide-gamut devices can display the most accurate color possible. - Add support for all the new color syntax defined in Color Level 4, including: - `oklab()`, `oklch()`, `lab()`, and `lch()` functions; - a top-level `hwb()` function that matches the space-separated CSS syntax; - and a `color()` function that supports the `srgb`, `srgb-linear`, `display-p3`, `a98-rgb`, `prophoto-rgb`, `rec2020`, `xyz`, `xyz-d50`, and `xyz-d65` color spaces. - Add new functions for working with color spaces: - `color.to-space($color, $space)` converts `$color` to the given `$space`. In most cases this conversion is lossless—the color may end up out-of-gamut for the destination color space, but browsers will generally display it as best they can regardless. However, the `hsl` and `hwb` spaces can't represent out-of-gamut colors and so will be clamped. - `color.channel($color, $channel, $space: null)` returns the value of the given `$channel` in `$color`, after converting it to `$space` if necessary. It should be used instead of the old channel-specific functions such as `color.red()` and `color.hue()`. - `color.same($color1, $color2)` returns whether two colors represent the same color even across color spaces. It differs from `$color1 == $color2` because `==` never consider colors in different (non-legacy) spaces as equal. - `color.is-in-gamut($color, $space: null)` returns whether `$color` is in-gamut for its color space (or `$space` if it's passed). - `color.to-gamut($color, $space: null)` returns `$color` constrained to its space's gamut (or to `$space`'s gamut, if passed). This is generally not recommended since even older browsers will display out-of-gamut colors as best they can, but it may be necessary in some cases. - `color.space($color)`: Returns the name of `$color`'s color space. - `color.is-legacy($color)`: Returns whether `$color` is in a legacy color space (`rgb`, `hsl`, or `hwb`). - `color.is-powerless($color, $channel, $space: null)`: Returns whether the given `$channel` of `$color` is powerless in `$space` (or its own color space). A channel is "powerless" if its value doesn't affect the way the color is displayed, such as hue for a color with 0 chroma. - `color.is-missing($color, $channel)`: Returns whether `$channel`'s value is missing in `$color`. Missing channels can be explicitly specified using the special value `none` and can appear automatically when `color.to-space()` returns a color with a powerless channel. Missing channels are usually treated as 0, except when interpolating between two colors and in `color.mix()` where they're treated as the same value as the other color. - Update existing functions to support color spaces: - `hsl()` and `color.hwb()` no longer forbid out-of-bounds values. Instead, they follow the CSS spec by clamping them to within the allowed range. - `color.change()`, `color.adjust()`, and `color.scale()` now support all channels of all color spaces. However, if you want to modify a channel that's not in `$color`'s own color space, you have to explicitly specify the space with the `$space` parameter. (For backwards-compatibility, this doesn't apply to legacy channels of legacy colors—for example, you can still adjust an `rgb` color's saturation without passing `$space: hsl`). - `color.mix()` and `color.invert()` now support the standard CSS algorithm for interpolating between two colors (the same one that's used for gradients and animations). To use this, pass the color space to use for interpolation to the `$method` parameter. For polar color spaces like `hsl` and `oklch`, this parameter also allows you to specify how hue interpolation is handled. - `color.complement()` now supports a `$space` parameter that indicates which color space should be used to take the complement. - `color.grayscale()` now operates in the `oklch` space for non-legacy colors. - `color.ie-hex-str()` now automatically converts its color to the `rgb` space and gamut-maps it so that it can continue to take colors from any color space. [color spaces]: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value - The following functions are now deprecated, and uses should be replaced with the new color-space-aware functions defined above: - The `color.red()`, `color.green()`, `color.blue()`, `color.hue()`, `color.saturation()`, `color.lightness()`, `color.whiteness()`, and `color.blackness()` functions, as well as their global counterparts, should be replaced with calls to `color.channel()`. - The global `adjust-hue()`, `saturate()`, `desaturate()`, `lighten()`, `darken()`, `transaprentize()`, `fade-out()`, `opacify()`, and `fade-in()` functions should be replaced by `color.adjust()` or `color.scale()`. - Add a `global-builtin` future deprecation, which can be opted-into with the `--future-deprecation` flag or the `futureDeprecations` option in the JS or Dart API. This emits warnings when any global built-in functions that are now available in `sass:` modules are called. It will become active by default in an upcoming release alongside the `@import` deprecation. ##### Dart API - Added a `ColorSpace` class which represents the various color spaces defined in the CSS spec. - Added `SassColor.space` which returns a color's color space. - Added `SassColor.channels` and `.channelsOrNull` which returns a list of channel values, with missing channels converted to 0 or exposed as null, respectively. - Added `SassColor.isLegacy`, `.isInGamut`, `.channel()`, `.isChannelMissing()`, `.isChannelPowerless()`, `.toSpace()`, `.toGamut()`, `.changeChannels()`, and `.interpolate()` which do the same thing as the Sass functions of the corresponding names. - `SassColor.rgb()` now allows out-of-bounds and non-integer arguments. - `SassColor.hsl()` and `.hwb()` now allow out-of-bounds arguments. - Added `SassColor.hwb()`, `.srgb()`, `.srgbLinear()`, `.displayP3()`, `.a98Rgb()`, `.prophotoRgb()`, `.rec2020()`, `.xyzD50()`, `.xyzD65()`, `.lab()`, `.lch()`, `.oklab()`, `.oklch()`, and `.forSpace()` constructors. - Deprecated `SassColor.red`, `.green`, `.blue`, `.hue`, `.saturation`, `.lightness`, `.whiteness`, and `.blackness` in favor of `SassColor.channel()`. - Deprecated `SassColor.changeRgb()`, `.changeHsl()`, and `.changeHwb()` in favor of `SassColor.changeChannels()`. - Added `SassNumber.convertValueToUnit()` as a shorthand for `SassNumber.convertValue()` with a single numerator. - Added `InterpolationMethod` and `HueInterpolationMethod` which collectively represent the method to use to interpolate two colors. ##### JS API - While the legacy API has been deprecated since we released the modern API, we now emit warnings when the legacy API is used to make sure users are aware that it will be removed in Dart Sass 2.0.0. In the meantime, you can silence these warnings by passing `legacy-js-api` in `silenceDeprecations` when using the legacy API. - Modify `SassColor` to accept a new `space` option, with support for all the new color spaces defined in Color Level 4. - Add `SassColor.space` which returns a color's color space. - Add `SassColor.channels` and `.channelsOrNull` which returns a list of channel values, with missing channels converted to 0 or exposed as null, respectively. - Add `SassColor.isLegacy`, `.isInGamut()`, `.channel()`, `.isChannelMissing()`, `.isChannelPowerless()`, `.toSpace()`, `.toGamut()`, `.change()`, and `.interpolate()` which do the same thing as the Sass functions of the corresponding names. - Deprecate `SassColor.red`, `.green`, `.blue`, `.hue`, `.saturation`, `.lightness`, `.whiteness`, and `.blackness` in favor of `SassColor.channel()`. ##### Embedded Sass - Add `Color` SassScript value, with support for all the new color spaces defined in Color Level 4. - Remove `RgbColor`, `HslColor` and `HwbColor` SassScript values. ### [`v1.78.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1780) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.77.8...1.78.0) - The `meta.feature-exists` function is now deprecated. This deprecation is named `feature-exists`. - Fix a crash when using `@at-root` without any queries or children in the indented syntax. ##### JS API - Backport the deprecation options (`fatalDeprecations`, `futureDeprecations`, and `silenceDeprecations`) to the legacy JS API. The legacy JS API is itself deprecated, and you should move off of it if possible, but this will allow users of bundlers and other tools that are still using the legacy API to still control deprecation warnings. - Fix a bug where accessing `SourceSpan.url` would crash when a relative URL was passed to the Sass API. ##### Embedded Sass - Explicitly expose a `sass` executable from the `sass-embedded` npm package. This was intended to be included in 1.63.0, but due to the way platform-specific dependency executables are installed it did not work as intended. Now users can run `npx sass` for local installs or just `sass` when `sass-embedded` is installed globally. - Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for the `sass-embedded` npm package. - Fix an edge case where the Dart VM could hang when shutting down when requests were in flight. - Fix a race condition where the embedded host could fail to shut down if it was closed around the same time a new compilation was started. - Fix a bug where parse-time deprecation warnings could not be controlled by the deprecation options in some circumstances. ### [`v1.77.8`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1778) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.77.7...1.77.8) - No user-visible changes. ### [`v1.77.7`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1777) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.77.6...1.77.7) - Declarations that appear after nested rules are deprecated, because the semantics Sass has historically used are different from the semantics specified by CSS. In the future, Sass will adopt the standard CSS semantics. See [the Sass website](https://sass-lang.com/d/mixed-decls) for details. - **Potentially breaking bug fix:** `//` in certain places such as unknown at-rule values was being preserved in the CSS output, leading to potentially invalid CSS. It's now properly parsed as a silent comment and omitted from the CSS output. ### [`v1.77.6`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1776) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.77.5...1.77.6) - Fix a few cases where comments and occasionally even whitespace wasn't allowed between the end of Sass statements and the following semicolon. ### [`v1.77.5`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1775) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.77.4...1.77.5) - Fully trim redundant selectors generated by `@extend`. ### [`v1.77.4`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1774) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.77.3...1.77.4) ##### Embedded Sass - Support passing `Version` input for `fatalDeprecations` as string over embedded protocol. - Fix a bug in the JS Embedded Host where `Version` could be incorrectly accepted as input for `silenceDeprecations` and `futureDeprecations` in pure JS. ### [`v1.77.3`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1773) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.77.2...1.77.3) ##### Dart API - `Deprecation.duplicateVariableFlags` has been deprecated and replaced with `Deprecation.duplicateVarFlags` to make it consistent with the `duplicate-var-flags` name used on the command line and in the JS API. ### [`v1.77.2`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1772) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.77.1...1.77.2) - Don't emit deprecation warnings for functions and mixins beginning with `__`. - Allow user-defined functions whose names begin with `_` and otherwise look like vendor-prefixed functions with special CSS syntax. ##### Command-Line Interface - Properly handle the `--silence-deprecation` flag. - Handle the `--fatal-deprecation` and `--future-deprecation` flags for `--interactive` mode. ### [`v1.77.1`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1771) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.77.0...1.77.1) - Fix a crash that could come up with importers in certain contexts. ### [`v1.77.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1770) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.76.0...1.77.0) - *Don't* throw errors for at-rules in keyframe blocks. ### [`v1.76.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1760) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.75.0...1.76.0) - Throw errors for misplaced statements in keyframe blocks. - Mixins and functions whose names begin with `--` are now deprecated for forwards-compatibility with the in-progress CSS functions and mixins spec. This deprecation is named `css-function-mixin`. ### [`v1.75.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1750) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.74.1...1.75.0) - Fix a bug in which stylesheet canonicalization could be cached incorrectly when custom importers or the Node.js package importer made decisions based on the URL of the containing stylesheet. ##### JS API - Allow `importer` to be passed without `url` in `StringOptionsWithImporter`. ### [`v1.74.1`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1741) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.72.0...1.74.1) - No user-visible changes. ### [`v1.72.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1720) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.71.1...1.72.0) - Support adjacent `/`s without whitespace in between when parsing plain CSS expressions. - Allow the Node.js `pkg:` importer to load Sass stylesheets for `package.json` `exports` field entries without extensions. - When printing suggestions for variables, use underscores in variable names when the original usage used underscores. ##### JavaScript API - Properly resolve `pkg:` imports with the Node.js package importer when arguments are passed to the JavaScript process. ### [`v1.71.1`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1711) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.71.0...1.71.1) ##### Command-Line Interface - Ship the musl Linux release with the proper Dart executable. ##### JavaScript API - Export the `NodePackageImporter` class in ESM mode. - Allow `NodePackageImporter` to locate a default directory even when the entrypoint is an ESM module. ##### Dart API - Make passing a null argument to `NodePackageImporter()` a static error rather than just a runtime error. ##### Embedded Sass - In the JS Embedded Host, properly install the musl Linux embedded compiler when running on musl Linux. ### [`v1.71.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1710) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.70.0...1.71.0) For more information about `pkg:` importers, see [the announcement][pkg-importers] on the Sass blog. [pkg-importers]: https://sass-lang.com/blog/announcing-pkg-importers ##### Command-Line Interface - Add a `--pkg-importer` flag to enable built-in `pkg:` importers. Currently this only supports the Node.js package resolution algorithm, via `--pkg-importer=node`. For example, `@use "pkg:bootstrap"` will load `node_modules/bootstrap/scss/bootstrap.scss`. ##### JavaScript API - Add a `NodePackageImporter` importer that can be passed to the `importers` option. This loads files using the `pkg:` URL scheme according to the Node.js package resolution algorithm. For example, `@use "pkg:bootstrap"` will load `node_modules/bootstrap/scss/bootstrap.scss`. The constructor takes a single optional argument, which indicates the base directory to use when locating `node_modules` directories. It defaults to `path.dirname(require.main.filename)`. ##### Dart API - Add a `NodePackageImporter` importer that can be passed to the `importers` option. This loads files using the `pkg:` URL scheme according to the Node.js package resolution algorithm. For example, `@use "pkg:bootstrap"` will load `node_modules/bootstrap/scss/bootstrap.scss`. The constructor takes a single argument, which indicates the base directory to use when locating `node_modules` directories. ### [`v1.70.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1700) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.69.7...1.70.0) ##### JavaScript API - Add a `sass.initCompiler()` function that returns a `sass.Compiler` object which supports `compile()` and `compileString()` methods with the same API as the global Sass object. On the Node.js embedded host, each `sass.Compiler` object uses a single long-lived subprocess, making compiling multiple stylesheets much more efficient. - Add a `sass.initAsyncCompiler()` function that returns a `sass.AsyncCompiler` object which supports `compileAsync()` and `compileStringAsync()` methods with the same API as the global Sass object. On the Node.js embedded host, each `sass.AsynCompiler` object uses a single long-lived subprocess, making compiling multiple stylesheets much more efficient. ##### Embedded Sass - Support the `CompileRequest.silent` field. This allows compilations with no logging to avoid unnecessary request/response cycles. - The Dart Sass embedded compiler now reports its name as "dart-sass" rather than "Dart Sass", to match the JS API's `info` field. ### [`v1.69.7`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1697) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.69.6...1.69.7) ##### Embedded Sass - In the JS Embedded Host, properly install the x64 Dart Sass executable on ARM64 Windows. ### [`v1.69.6`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1696) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.69.5...1.69.6) - Produce better output for numbers with complex units in `meta.inspect()` and debugging messages. - Escape U+007F DELETE when serializing strings. - When generating CSS error messages to display in-browser, escape all code points that aren't in the US-ASCII region. Previously only code points U+0100 LATIN CAPITAL LETTER A WITH MACRON were escaped. - Provide official releases for musl LibC and for Android. - Don't crash when running `meta.apply()` in asynchronous mode. ##### JS API - Fix a bug where certain exceptions could produce `SourceSpan`s that didn't follow the documented `SourceSpan` API.
kulshekhar/ts-jest (ts-jest) ### [`v29.2.5`](https://redirect.github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2925-2024-08-23) [Compare Source](https://redirect.github.com/kulshekhar/ts-jest/compare/v29.2.4...v29.2.5) ### [`v29.2.4`](https://redirect.github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2924-2024-08-01) [Compare Source](https://redirect.github.com/kulshekhar/ts-jest/compare/v29.2.3...v29.2.4) ### [`v29.2.3`](https://redirect.github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2923-2024-07-18) [Compare Source](https://redirect.github.com/kulshekhar/ts-jest/compare/v29.2.2...v29.2.3) ### [`v29.2.2`](https://redirect.github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2922-2024-07-10) [Compare Source](https://redirect.github.com/kulshekhar/ts-jest/compare/v29.2.1...v29.2.2) ### [`v29.2.1`](https://redirect.github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2921-2024-07-10) [Compare Source](https://redirect.github.com/kulshekhar/ts-jest/compare/v29.2.0...v29.2.1) ### [`v29.2.0`](https://redirect.github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2920-2024-07-08) [Compare Source](https://redirect.github.com/kulshekhar/ts-jest/compare/v29.1.5...v29.2.0) ##### Bug Fixes - fix: don't show warning message with Node16/NodeNext ([99c4f49](https://redirect.github.com/kulshekhar/ts-jest/commit/99c4f49)), closes [#​4266](https://redirect.github.com/kulshekhar/ts-jest/issues/4266) ##### Features - feat(cli): allow migrating cjs `presets` to `transform` config ([22fb027](https://redirect.github.com/kulshekhar/ts-jest/commit/22fb027)) - feat(presets): add util functions to create ESM presets ([06f78ed](https://redirect.github.com/kulshekhar/ts-jest/commit/06f78ed)) - feat(presets): add util functions to create CJS presets ([f9cc3c0](https://redirect.github.com/kulshekhar/ts-jest/commit/f9cc3c0)) ##### Code refactoring - refactor: replace lodash deps with native js implementation ([40f1708](https://redirect.github.com/kulshekhar/ts-jest/commit/40f1708)) - refactor: use `TsJestTransformerOptions` type everywhere possibly ([7d001be](https://redirect.github.com/kulshekhar/ts-jest/commit/7d001be)) - refactor(cli): use new preset util functions to initialize test config ([c2b56ca](https://redirect.github.com/kulshekhar/ts-jest/commit/c2b56ca)) - refactor(presets): use create preset util functions for cjs presets ([922d6d0](https://redirect.github.com/kulshekhar/ts-jest/commit/922d6d0)) - test: switch `react-app` to use Vite ([827c8ad](https://redirect.github.com/kulshekhar/ts-jest/commit/827c8ad)) ### [`v29.1.5`](https://redirect.github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2915-2024-06-16) [Compare Source](https://redirect.github.com/kulshekhar/ts-jest/compare/v29.1.4...v29.1.5) ##### Bug Fixes - build(deps-dev): bump braces ([5560334](https://redirect.github.com/kulshekhar/ts-jest/commit/5560334)), ([59026b4](https://redirect.github.com/kulshekhar/ts-jest/commit/59026b4)), ([0d9e359](https://redirect.github.com/kulshekhar/ts-jest/commit/0d9e359)) ### [`v29.1.4`](https://redirect.github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2914-2024-05-28) [Compare Source](https://redirect.github.com/kulshekhar/ts-jest/compare/v29.1.3...v29.1.4) ##### Bug Fixes - fix(transformer): allow transforming of .cts/.mts extensions. ([#​3996](https://redirect.github.com/kulshekhar/ts-jest/issues/3996)) ([b8f6eaa](https://redirect.github.com/kulshekhar/ts-jest/commit/b8f6eaa)), closes [#​3996](https://redirect.github.com/kulshekhar/ts-jest/issues/3996) ##### Features - feat: make cli generate esm config based on `type: "module"` ([#​4210](https://redirect.github.com/kulshekhar/ts-jest/issues/4210)) ([81a5f64](https://redirect.github.com/kulshekhar/ts-jest/commit/81a5f64)), closes [#​4210](https://redirect.github.com/kulshekhar/ts-jest/issues/4210) [#​4012](https://redirect.github.com/kulshekhar/ts-jest/issues/4012) ### [`v29.1.3`](https://redirect.github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2913-2024-05-21) [Compare Source](https://redirect.github.com/kulshekhar/ts-jest/compare/v29.1.2...v29.1.3) ##### Bug Fixes - add `@jest/transform` as an optional peer dependency ([0ba7f86](https://redirect.github.com/kulshekhar/ts-jest/commit/0ba7f861c3e1905de5627b4e5d2a2cadad011b67)) - bring back Node 14 support ([eda56a7](https://redirect.github.com/kulshekhar/ts-jest/commit/eda56a779789d70963b7572e2914b2a3a25ac43a)) ##### Performance Improvements - remove ts resolved module cache file ([4c88da5](https://redirect.github.com/kulshekhar/ts-jest/commit/4c88da58991b000aa90ea489acfa6aed39b36120)) ### [`v29.1.2`](https://redirect.github.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2912-2024-01-22) [Compare Source](https://redirect.github.com/kulshekhar/ts-jest/compare/v29.1.1...v29.1.2) ##### Bug Fixes - calculated cache key based on `supportsStaticESM` ([a5d6f2d](https://redirect.github.com/kulshekhar/ts-jest/commit/a5d6f2d4f4bfa1c7c217f6faf9310958797b436f)) - correct error handling in `processAsync` ([e7be4bf](https://redirect.github.com/kulshekhar/ts-jest/commit/e7be4bf6a863cd76efec28f40fdd5193b2f50bad)), closes [#​4207](https://redirect.github.com/kulshekhar/ts-jest/issues/4207) - use `Config.ProjectConfig` ([918312b](https://redirect.github.com/kulshekhar/ts-jest/commit/918312bee22a795ec6bb347f95df4c1ff0a054de)), closes [#​4028](https://redirect.github.com/kulshekhar/ts-jest/issues/4028)
TypeStrong/ts-node (ts-node) ### [`v10.9.2`](https://redirect.github.com/TypeStrong/ts-node/releases/tag/v10.9.2): Fix `tsconfig.json` file not found [Compare Source](https://redirect.github.com/TypeStrong/ts-node/compare/v10.9.1...v10.9.2) **Fixed** - Fixed `tsconfig.json` file not found on latest TypeScript version ([https://github.com/TypeStrong/ts-node/pull/2091](https://redirect.github.com/

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (056307d) to head (ee7f84c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #625 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 2 2 Lines 36 36 Branches 9 8 -1 ========================================= Hits 36 36 ``` | [Flag](https://app.codecov.io/gh/nuxt/typescript/pull/625/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nuxt) | Coverage Δ | | |---|---|---| | [](https://app.codecov.io/gh/nuxt/typescript/pull/625/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nuxt) | `100.00% <ø> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nuxt#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.