Skip to content

draft: chore(front): update all dependencies NOCHANGELOG

RenovateBot requested to merge renovate/front-all-dependencies into develop

This MR contains the following updates:

Package Type Update Change
@iconify/vue (source) devDependencies minor 4.1.1 -> 4.3.0
@types/diff (source) devDependencies minor 5.0.9 -> 5.2.3
@​types/dompurify devDependencies minor 3.0.5 -> 3.2.0
@types/jquery (source) devDependencies patch 3.5.29 -> 3.5.32
@types/qs (source) devDependencies patch 6.9.10 -> 6.9.18
@vitejs/plugin-vue (source) devDependencies minor 5.1.4 -> 5.2.4
@vue-macros/common (source) devDependencies minor 1.15.1 -> 1.16.1
@vue-macros/volar (source) devDependencies minor 0.17.2 -> 0.30.15
@vue/test-utils devDependencies patch 2.4.1 -> 2.4.6
@vue/tsconfig devDependencies minor 0.6.0 -> 0.7.0
@vueuse/components (source) dependencies minor 10.6.1 -> 10.11.1
@vueuse/core (source) dependencies minor 10.6.1 -> 10.11.1
@vueuse/integrations (source) dependencies minor 10.6.1 -> 10.11.1
@vueuse/math (source) dependencies minor 10.6.1 -> 10.11.1
@vueuse/router (source) dependencies minor 10.6.1 -> 10.11.1
axios (source) dependencies minor 1.7.2 -> 1.9.0
cypress (source) devDependencies minor 13.6.4 -> 13.17.0
diff dependencies minor 5.1.0 -> 5.2.0
dompurify dependencies patch 3.2.4 -> 3.2.5
eslint-plugin-import devDependencies minor 2.29.1 -> 2.31.0
eslint-plugin-promise devDependencies minor 6.1.1 -> 6.6.0
eslint-plugin-vue (source) devDependencies minor 9.22.0 -> 9.33.0
focus-trap dependencies minor 7.2.0 -> 7.6.4
idb-keyval dependencies patch 6.2.1 -> 6.2.2
jsdom devDependencies minor 24.0.0 -> 24.1.3
lru-cache dependencies minor 10.2.0 -> 10.4.3
magic-regexp dependencies minor 0.8.0 -> 0.10.0
moment (source) dependencies minor 2.29.4 -> 2.30.1
msw (source) devDependencies minor 2.2.1 -> 2.8.2
msw-auto-mock devDependencies minor 0.18.0 -> 0.31.0
music-metadata-browser dependencies patch 2.5.10 -> 2.5.11
nanoid dependencies minor 5.0.4 -> 5.1.5
nginx final minor 1.23.4-alpine -> 1.28.0-alpine
openapi-typescript (source) devDependencies minor 7.6.0 -> 7.8.0
pinia dependencies minor 2.1.7 -> 2.3.1
rollup-plugin-visualizer devDependencies minor 5.9.0 -> 5.14.0
sass devDependencies minor 1.68.0 -> 1.88.0
sinon (source) devDependencies minor 15.0.2 -> 15.2.0
standardized-audio-context dependencies patch 25.3.60 -> 25.3.77
standardized-audio-context-mock devDependencies minor 9.6.32 -> 9.7.21
type-fest dependencies minor 4.30.1 -> 4.41.0
typescript (source) devDependencies minor 5.3.3 -> 5.8.3
unplugin-vue-macros (source) devDependencies minor 2.6.2 -> 2.14.5
utility-types devDependencies minor 3.10.0 -> 3.11.0
vite (source) devDependencies minor 5.2.12 -> 5.4.19
vite-plugin-node-polyfills devDependencies minor 0.17.0 -> 0.23.0
vite-plugin-pwa devDependencies minor 0.14.4 -> 0.21.2
vite-plugin-pwa dependencies minor 0.14.4 -> 0.21.2
vitepress (source) devDependencies minor 1.5.0 -> 1.6.3
vue-dompurify-html (source) dependencies minor 5.2.0 -> 5.3.0
vue-i18n (source) dependencies minor 9.9.1 -> 9.14.4
vue-router dependencies minor 4.2.5 -> 4.5.1
vue-upload-component dependencies patch 3.1.8 -> 3.1.17
vue3-gettext (source) dependencies minor 2.3.4 -> 2.4.0

Release Notes

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.2.4

v5.2.3

v5.2.2

v5.2.1

v5.2.0

  • feat: add a feature option to support custom component id generator (#​461) (7a1fc4c), closes #​461

v5.1.5

vue-macros/vue-macros (@​vue-macros/common)

v1.16.1

Compare Source

Patch Changes
  • d608125 Thanks @​sxzz! - don't import node module if no process global variable

v1.16.0

Compare Source

Minor Changes
Patch Changes
vuejs/test-utils (@​vue/test-utils)

v2.4.6

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.5...v2.4.6

v2.4.5

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.4...v2.4.5

v2.4.4

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.3...v2.4.4

v2.4.3

Compare Source

What's Changed

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.2...v2.4.3

v2.4.2

Compare Source

What's Changed

Note: A fix for the text() method (https://github.com/vuejs/test-utils/pull/2231) may force developers to update tests that were checking the text of several elements at once, as the spaces of each element are now trimmed (as they are when using text() on a single element). So if you were checking the text of <span>Trimmed </span><span>Example</span>, it is now TrimmedExample instead of Trimmed Example (and the text() of the first span is still Trimmed as it was before).

Fix
Docs
Chore

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.1...v2.4.2

vuejs/tsconfig (@​vue/tsconfig)

v0.7.0

Compare Source

Breaking Changes

  • Set skipLibCheck: false in tsconfig.lib.json [cee76cf]
  • Require Vue.js >= 3.4

Full Changelog: https://github.com/vuejs/tsconfig/compare/v0.6.0...v0.7.0

vueuse/vueuse (@​vueuse/components)

v10.11.1

Compare Source

No significant changes

    View changes on GitHub

v10.11.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v10.10.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.10.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.8.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.7.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v10.7.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
axios/axios (axios)

v1.9.0

Compare Source

Bug Fixes
  • core: fix the Axios constructor implementation to treat the config argument as optional; (#​6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#​6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#​6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#​6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#​6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#​6661) (987d2e2)
  • types: fix autocomplete for adapter config (#​6855) (e61a893)
Features
  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#​5707) (80ea756)
Contributors to this release

1.8.4 (2025-03-19)

Bug Fixes
  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#​6833) (f10c2e0)
Contributors to this release

1.8.3 (2025-03-10)

Bug Fixes
  • add missing type for allowAbsoluteUrls (#​6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#​6814) (ec159e5)
Contributors to this release

1.8.2 (2025-03-07)

Bug Fixes
  • http-adapter: add allowAbsoluteUrls to path building (#​6810) (fb8eec2)
Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes
  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#​6789) (36a5a62)
Contributors to this release

v1.8.4

Compare Source

Bug Fixes
  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#​6833) (f10c2e0)
Contributors to this release

v1.8.3

Compare Source

Bug Fixes
  • add missing type for allowAbsoluteUrls (#​6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#​6814) (ec159e5)
Contributors to this release

v1.8.2

Compare Source

Bug Fixes
  • http-adapter: add allowAbsoluteUrls to path building (#​6810) (fb8eec2)
Contributors to this release

v1.8.1

Compare Source

Bug Fixes
  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#​6789) (36a5a62)
Contributors to this release

v1.8.0

Compare Source

Bug Fixes
Features
Reverts
BREAKING CHANGES
  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

  • fix: typo in flow control when setting allowAbsoluteUrls

Contributors to this release

1.7.9 (2024-12-04)

Reverts
Contributors to this release

1.7.8 (2024-11-25)

Bug Fixes
Contributors to this release

1.7.7 (2024-08-31)

Bug Fixes
  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#​6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#​5731) (364993f)
Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes
Contributors to this release

1.7.5 (2024-08-23)

Bug Fixes
  • adapter: fix undefined reference to hasBrowserEnv (#​6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#​6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#​6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#​6533) (550d885)
Contributors to this release

1.7.4 (2024-08-13)

Bug Fixes
Contributors to this release

1.7.3 (2024-08-01)

Bug Fixes
Contributors to this release

1.7.2 (2024-05-21)

Bug Fixes
Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes
  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#​6410) (733f15f)
Contributors to this release

v1.7.9

Compare Source

Reverts
Contributors to this release

v1.7.8

Compare Source

Bug Fixes
Contributors to this release

v1.7.7

Compare Source

Bug Fixes
  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#​6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#​5731) (364993f)
Contributors to this release

v1.7.6

Compare Source

Bug Fixes
Contributors to this release

v1.7.5

Compare Source

Bug Fixes
  • adapter: fix undefined reference to hasBrowserEnv (#​6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#​6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#​6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#​6533) (550d885)
Contributors to this release

v1.7.4

Compare Source

Bug Fixes
Contributors to this release

v1.7.3

Compare Source

Bug Fixes
Contributors to this release
cypress-io/cypress (cypress)

v13.17.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#13-17-0

v13.16.1

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#13-16-1

v13.16.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-16-0

v13.15.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-2

v13.15.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-1

v13.15.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-0

v13.14.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-2

v13.14.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-1

v13.14.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-0

v13.13.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-3

v13.13.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-2

v13.13.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-1

v13.13.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-0

v13.12.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-12-0

v13.11.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-11-0

v13.10.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-10-0

v13.9.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-9-0

v13.8.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-1

v13.8.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-0

v13.7.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3

v13.7.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-2

v13.7.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-1

v13.7.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-0

v13.6.6

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-6

v13.6.5

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-5

kpdecker/jsdiff (diff)

v5.2.0

Compare Source

Commits

  • #​411 Big performance improvement. Previously an O(n) array-copying operation inside the innermost loop of jsdiff's base diffing code increased the overall worst-case time complexity of computing a diff from O(n²) to O(n³). This is now fixed, bringing the worst-case time complexity down to what it theoretically should be for a Myers diff implementation.
  • #​448 Performance improvement. Diagonals whose furthest-reaching D-path would go off the edge of the edit graph are now skipped, rather than being pointlessly considered as called for by the original Myers diff algorithm. This dramatically speeds up computing diffs where the new text just appends or truncates content at the end of the old text.
  • #​351 Importing from the lib folder - e.g. require("diff/lib/diff/word.js") - will work again now. This had been broken for users on the latest version of Node since Node 17.5.0, which changed how Node interprets the exports property in jsdiff's package.json file.
  • #​344 diffLines, createTwoFilesPatch, and other patch-creation methods now take an optional stripTrailingCr: true option which causes Windows-style \r\n line endings to be replaced with Unix-style \n line endings before calculating the diff, just like GNU diff's --strip-trailing-cr flag.
  • #​451 Added diff.formatPatch.
  • #​450 Added diff.reversePatch.
  • #​478 Added timeout option.
cure53/DOMPurify (dompurify)

v3.2.5: DOMPurify 3.2.5

Compare Source

  • Added a check to the mXSS detection regex to be more strict, thanks @​masatokinugawa
  • Added ESM type imports in source, removes patch function, thanks @​donmccurdy
  • Added script to verify various TypeScript configurations, thanks @​reduckted
  • Added more modern browsers to the Karma launchers list
  • Added Node 23.x to tested runtimes, removed Node 17.x
  • Fixed the generation of source maps, thanks @​reduckted
  • Fixed an unexpected behavior with ALLOWED_URI_REGEXP using the 'g' flag, thanks @​hhk-png
  • Fixed a few typos in the README file
import-js/eslint-plugin-import (eslint-plugin-import)

v2.31.0

Compare Source

Added
Fixed
Changed

v2.30.0

Compare Source

Added
Fixed
Changed
  • [Docs] [no-extraneous-dependencies]: Make glob pattern description more explicit ([#​2944], thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug [#​2866]
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap ([#​2982], thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic ([#​2985], thanks [@​soryy708])
  • [Docs] [order]: Add a quick note on how unbound imports and --fix ([#​2640], thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#​2987], thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting ([#​2989], thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files ([#​2991], thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option ([#​3036], thanks [@​liby])
  • [readme] Clarify how to install the plugin ([#​2993], thanks [@​jwbth])
eslint-community/eslint-plugin-promise (eslint-plugin-promise)

v6.6.0

Compare Source

Bug Fixes
  • always-return: treat process.exit() or process.abort() as an acceptable "return" (#​493) (f368c5a)
Features
  • add strict option to disallow then or catch following await or yield (#​494) (fa482cc)

v6.5.1

Compare Source

Bug Fixes

v6.5.0

Compare Source

Features
  • add name property to configs (for use with tooling) (#​486) (ca9e9b4)

v6.4.0

Compare Source

Features

v6.3.0

Compare Source

Features

v6.2.0

Compare Source

Bug Fixes
  • no-callback-in-promise: false positives when the exception is an argument (#​446) (5e4546d)
Features
  • Resolve getAncestors and getScope calls in eslint v9 (#​466) (c0c716b)
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.33.0

Compare Source

Enhancements

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.32.0...v9.33.0

v9.32.0

Compare Source

Enhancements

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.31.0...v9.32.0

v9.31.0

Compare Source

Enhancements

🐛 Bug Fixes

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.30.0...v9.31.0

v9.30.0

Compare Source

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.1...v9.30.0

v9.29.1

Compare Source

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.0...v9.29.1

v9.29.0

Compare Source

Enhancements

New Rules
Others

⚙️ Updates

  • #​2528, #​2566 Added TypeScript declarations for configs.
  • #​2565 Added support for recognizing Vue components in .tsx files.

v9.28.0

Compare Source

Enhancements

New Rules
New Features

🐛 Bug Fixes

⚙️ Updates

  • #​2498 Renamed flat config names for inspector.

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.27.0...v9.28.0

v9.27.0

Compare Source

Enhancements

🐛 Bug Fixes

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.26.0...v9.27.0

v9.26.0

Compare Source

Enhancements

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.25.0...v9.26.0

v9.25.0

Compare Source

Enhancements

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.24.1...v9.25.0

v9.24.1

Compare Source

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.24.0...v9.24.1

v9.24.0

Compare Source

Enhancements

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.23.0...v9.24.0

v9.23.0

Compare Source

Enhancements

🐛 Bug Fixes

⚙️ Updates

  • #​2417 Improve performance by removing unnecessary second filter.

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.22.0...v9.23.0

focus-trap/focus-trap (focus-trap)

v7.6.4

Compare Source

Patch Changes
  • bb47f7a: Remove engine requirement that crept into package.json. Sorry about that! (#​1343)

v7.6.3

Compare Source

Patch Changes
  • 0a9b746: Prevent a previous focus trap that is manually paused from being automatically unpaused when the current trap is deactivated. Also prevent a paused trap that is not at the top of the stack from being unpaused.

v7.6.2

Compare Source

Patch Changes

v7.6.1

Compare Source

Patch Changes
  • fc5910d: Fix fallbackFocus not used when initialFocus is selector to non-existent node (#​1218)

v7.6.0

Compare Source

Minor Changes
  • 8aeacee: Move Escape key handler to target phase to allow more control in escapeDeactivates (#​1247)

v7.5.4

Compare Source

Patch Changes

v7.5.3

Compare Source

Patch Changes

v7.5.2

Compare Source

Patch Changes
  • b73eb02: Remove references to Array.prototype.findLast() not well supported in Safari (#​996)

v7.5.1

Compare Source

Patch Changes
  • d9e2546: Fix possible exception in new Tabbable.getTabIndex() when initializing trap

v7.5.0

Compare Source

Minor Changes
  • 5e2f913: Adds support for nodes with a positive tabindex in single-container traps only (#​375)

v7.4.3

Compare Source

Patch Changes

v7.4.2

Compare Source

Patch Changes
  • db62ce3: Clicking on open shadowDOM components within a focus trap's container when clickOutsideDeactivates=true should not deactivate the focus trap. (#​959)

v7.4.1

Compare Source

Patch Changes
  • 4f720ff: Bump tabbable to v6.1.2 for nwsapi patch

v7.4.0

Compare Source

Minor Changes
  • da97007: Added new onPost/Pause and onPost/Unpause hooks when un/pausing a trap (also called when auto-un/paused as a result of de/activating a second trap while another is currently active). (focus-trap-react#948)

v7.3.1

Compare Source

Patch Changes
  • a00cfa5: Bump tabbable to v6.1.1 for JSDom fixes

v7.3.0

Compare Source

Minor Changes
  • ae7129d: Bump tabbable to v6.1.0 adding support for the new HTML inert attribute in browsers that support it (NOTE: FireFox does not support it at this time). Also fixes a bug. See tabbable CHANGELOG for more info.
Patch Changes
  • a27ad58: Fix incorrect behavior of returnFocusOnDeactivate option when set to true (or defaulted to true) along with clickOutsideDeactivates=true and the outside click that deactivates is on a focusable node. Focus was remaining on that node instead of returning to the node focused just prior to activation. (#​893)
jakearchibald/idb-keyval (idb-keyval)

v6.2.2

Compare Source

jsdom/jsdom (jsdom)

v24.1.3

Compare Source

  • Fixed calls to postMessage() that were done as a bare property (i.e., postMessage() instead of window.postMessage()).

v24.1.2

Compare Source

  • Fixed an issue with the in operator applied to EventTarget methods, e.g. 'addEventListener' in window, which only appeared in Node.js ≥22.5.0. (legendecas)
  • Fixed the events fired by blur(): it no longer fires focus and focusin on the Document, and blur and focusout no longer have their relatedTarget property set. (asamuzaK)

v24.1.1

Compare Source

  • Fixed selection methods to trigger the selectionchange event on the Document object. (piotr-oles)

v24.1.0

Compare Source

  • Added the getSetCookie() method to the Headers class. (ushiboy)
  • Fixed the creation and parsing of elements with names from Object.prototype, like "constructor" or "toString".
  • Updated rweb-cssom, which can now parse additional CSS constructs.
isaacs/node-lru-cache (lru-cache)

v10.4.3

Compare Source

v10.4.2

Compare Source

v10.4.1

Compare Source

v10.4.0

Compare Source

v10.3.1

Compare Source

v10.3.0

Compare Source

v10.2.2

Compare Source

v10.2.1

Compare Source

unjs/magic-regexp (magic-regexp)

v0.10.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v0.9.0

Compare Source

   🚀 Features
    View changes on GitHub
moment/moment (moment)

v2.30.1

Compare Source

v2.30.0

Compare Source

  • Release Dec 26, 2023
mswjs/msw (msw)

v2.8.2

Compare Source

v2.8.2 (2025-05-09)

Bug Fixes

v2.8.1

Compare Source

v2.8.1 (2025-05-09)

Bug Fixes

v2.8.0

Compare Source

v2.8.0 (2025-05-08)

Features

v2.7.6

Compare Source

v2.7.6 (2025-05-05)

Bug Fixes

v2.7.5

Compare Source

v2.7.5 (2025-04-18)

Bug Fixes

v2.7.4

Compare Source

v2.7.4 (2025-04-12)

Bug Fixes

v2.7.3

Compare Source

v2.7.3 (2025-02-24)

Bug Fixes

v2.7.2

Compare Source

v2.7.2 (2025-02-24)

Bug Fixes

v2.7.1

Compare Source

v2.7.1 (2025-02-20)

Bug Fixes

v2.7.0

Compare Source

v2.7.0 (2024-12-17)

Features

v2.6.9

Compare Source

v2.6.9 (2024-12-16)

Bug Fixes

v2.6.8

Compare Source

v2.6.8 (2024-12-07)

Bug Fixes

v2.6.7

Compare Source

v2.6.7 (2024-12-06)

Bug Fixes

v2.6.6

Compare Source

v2.6.6 (2024-11-22)

Bug Fixes

v2.6.5

Compare Source

v2.6.5 (2024-11-16)

Bug Fixes

v2.6.4

Compare Source

v2.6.4 (2024-11-10)

Bug Fixes

v2.6.3

Compare Source

v2.6.3 (2024-11-10)

Bug Fixes

v2.6.2

Compare Source

v2.6.2 (2024-11-07)

Bug Fixes

v2.6.1

Compare Source

v2.6.1 (2024-11-06)

Bug Fixes

v2.6.0

Compare Source

v2.6.0 (2024-10-29)

Features

v2.5.2

Compare Source

v2.5.2 (2024-10-27)

Bug Fixes

v2.5.1

Compare Source

v2.5.1 (2024-10-24)

Bug Fixes

v2.5.0

Compare Source

v2.5.0 (2024-10-22)

Features

v2.4.13

Compare Source

v2.4.13 (2024-10-22)

Bug Fixes

v2.4.12

Compare Source

v2.4.12 (2024-10-21)

Bug Fixes

v2.4.11

Compare Source

v2.4.11 (2024-10-14)

Bug Fixes

v2.4.10

Compare Source

v2.4.10 (2024-10-11)

Bug Fixes

v2.4.9

Compare Source

v2.4.9 (2024-09-20)

Bug Fixes

v2.4.8

Compare Source

v2.4.8 (2024-09-17)

Bug Fixes

v2.4.7

Compare Source

v2.4.7 (2024-09-15)

Bug Fixes

v2.4.6

Compare Source

v2.4.6 (2024-09-13)

Bug Fixes

v2.4.5

Compare Source

v2.4.5 (2024-09-11)

Bug Fixes

v2.4.4

Compare Source

v2.4.4 (2024-09-08)

Bug Fixes

v2.4.3

Compare Source

v2.4.3 (2024-09-07)

Bug Fixes

v2.4.2

Compare Source

v2.4.2 (2024-09-04)

Bug Fixes

v2.4.1

Compare Source

v2.4.1 (2024-08-29)

Bug Fixes

v2.4.0

Compare Source

v2.4.0 (2024-08-28)

Features

v2.3.5

Compare Source

v2.3.5 (2024-08-02)

Bug Fixes

v2.3.4

Compare Source

v2.3.4 (2024-07-23)

Bug Fixes

v2.3.3

Compare Source

v2.3.3 (2024-07-23)

Bug Fixes

v2.3.2

Compare Source

v2.3.2 (2024-07-19)

Bug Fixes

v2.3.1

Compare Source

v2.3.1 (2024-06-01)

Bug Fixes

v2.3.0

Compare Source

v2.3.0 (2024-05-08)

[!WARNING] This release changes how MSW treats unhandled exceptions in response resolvers. Previously, they were treated as request errors. Starting with this release, unhandled resolver exceptions will be coerced to 500 Unhandled Exception mocked error responses produced by the library. Please note that you must not intentionally throw errors in your resolvers. Please use Response.error() to mock request/network errors. Unhandled exceptions are considered unintended and will be treated as if they happen on the actual server.

Features
server.events.on('unhandledException', ({ request, error }) => {
  console.log('%s %s errored! See details below.', request.method, request.url)
  console.error(error)
})
Bug Fixes

v2.2.14

Compare Source

v2.2.14 (2024-04-17)

Bug Fixes

v2.2.13

Compare Source

v2.2.13 (2024-03-27)

Bug Fixes

v2.2.12

Compare Source

v2.2.12 (2024-03-27)

Bug Fixes

v2.2.11

Compare Source

v2.2.11 (2024-03-26)

Bug Fixes

v2.2.10

Compare Source

v2.2.10 (2024-03-22)

Bug Fixes

v2.2.9

Compare Source

v2.2.9 (2024-03-20)

Bug Fixes

v2.2.8

Compare Source

v2.2.8 (2024-03-19)

Bug Fixes

v2.2.7

Compare Source

v2.2.7 (2024-03-18)

Bug Fixes

v2.2.6

Compare Source

v2.2.6 (2024-03-17)

Bug Fixes

v2.2.5

Compare Source

v2.2.5 (2024-03-17)

Bug Fixes

v2.2.4

Compare Source

v2.2.4 (2024-03-16)

Bug Fixes

v2.2.3

Compare Source

v2.2.3 (2024-03-08)

Bug Fixes

v2.2.2

Compare Source

v2.2.2 (2024-02-28)

Bug Fixes
zoubingwu/msw-auto-mock (msw-auto-mock)

v0.31.0

Compare Source

Minor Changes
  • 02bf90d: Enhance typescript support

v0.30.0

Compare Source

Minor Changes
  • 83539f8: make next function to api scope instead of global

v0.29.0

Compare Source

Minor Changes
  • 3d490b8: fix string pattern generation

v0.28.0

Compare Source

Minor Changes
  • a526bf0: chore: switch to ts project for example and upgrade deps

v0.27.0

Compare Source

Minor Changes
  • 37b63a0: - chore: switch to pnpm 10.6.1 and fix tests (#​83)
    • fix: resolve type object allOf recursively (#​69)
    • Allow for different resource keys than application/json (#​73)
    • Extend transform string logic to return faker's fromRegExp() if a regexp pattern is provided (#​74)
    • Change createOpenAI option baseURL source (#​77)
    • improved the handling of date-time strings and time strings. (#​80)

v0.26.0

Compare Source

Minor Changes
  • 61df9e8: Added TypeScript file generation option (--typescript) to generate TypeScript files instead of JavaScript files.

v0.25.0

Compare Source

Minor Changes
  • d03bc3e: Fix generated code for string with max length

v0.24.0

Compare Source

Minor Changes
  • b2bf101: Fix peer dependency version range

v0.23.0

Compare Source

Minor Changes
  • 0fb95e1: cache one with static flag for ai mode

v0.22.0

Compare Source

Minor Changes
  • 8d259bf: Only output ai code when enabled

v0.21.0

Compare Source

Minor Changes

v0.20.0

Compare Source

Minor Changes
  • d95b565: Respect min/max constrain for string

v0.19.0

Compare Source

Breaking Changes
  • Always output to a folder, removed --node, --react-native options
Minor Changes
  • e2b05fb: Support generate mock data using generative ai, currently support openai, azure and anthropic
Borewit/music-metadata-browser (music-metadata-browser)

v2.5.11

Compare Source

ai/nanoid (nanoid)

v5.1.5

Compare Source

  • Fixed latest version on npm after 3.x release.

v5.1.4

Compare Source

  • Fixed latest version on npm after 3.x release.

v5.1.3

Compare Source

v5.1.2

Compare Source

  • Fixed module docs.

v5.1.1

Compare Source

  • Fixed opaque types support for non-secure generator.
  • Added JSR support.

v5.1.0

Compare Source

v5.0.9

Compare Source

  • Fixed a way to break Nano ID by passing non-integer size (by @​myndzi).

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

  • Fixed React Native support.

v5.0.5

Compare Source

  • Make browser’s version faster by increasing size a little (by Samuel Elgozi).
openapi-ts/openapi-typescript (openapi-typescript)

v7.8.0

Compare Source

Minor Changes

v7.7.3

Compare Source

Patch Changes

v7.7.2

Compare Source

Patch Changes

v7.7.1

Compare Source

Patch Changes

v7.7.0

Compare Source

Minor Changes
Patch Changes

v7.6.1

Compare Source

Patch Changes
vuejs/pinia (pinia)

v2.3.1

Compare Source

Please refer to CHANGELOG.md for details.

v2.3.0

Compare Source

Please refer to CHANGELOG.md for details.

v2.2.8

Compare Source

Please refer to CHANGELOG.md for details.

v2.2.7

Compare Source

Please refer to CHANGELOG.md for details.

v2.2.6

Compare Source

Please refer to CHANGELOG.md for details.

v2.2.5

Compare Source

Please refer to CHANGELOG.md for details.

v2.2.4

Compare Source

Please refer to CHANGELOG.md for details.

v2.2.3

Compare Source

Please refer to CHANGELOG.md for details.

v2.2.2

Compare Source

Please refer to CHANGELOG.md for details.

v2.2.1

Compare Source

Please refer to CHANGELOG.md for details.

v2.2.0

Compare Source

Please refer to CHANGELOG.md for details.

btd/rollup-plugin-visualizer (rollup-plugin-visualizer)

v5.14.0

Compare Source

  • Return flamegraph

v5.13.1

Compare Source

v5.13.0

Compare Source

  • Remove flamegraph template
  • Merge #​191. Thanks to @​guillaumeduboc
  • Update deps
  • Switch jest -> vitest
  • Switch eslint -> oxlint
  • Add test for rolldown
  • Make node v18 min required

v5.12.0

Compare Source

  • Make unique id in generated data to be hash of data
  • Remove strict from CLI

v5.11.0

Compare Source

  • Correct lenghts in case of sourcemap it will strictly use sourcemap data always
  • Add css cursor pointer
  • Add --open to CLI

v5.10.0

Compare Source

  • Update dependencies
  • Add experimental flamegraph template
  • Make super simple placeholder to test if people stop complaining about input/output inputs

v5.9.3

Compare Source

  • Update dependencies
  • Add Rollup 4.x to the list of supported

v5.9.2

Compare Source

v5.9.1

Compare Source

  • Update dependencies
  • Change a way code traversed for sourcemap in attempt to account for surrogate pairs
sass/dart-sass (sass)

v1.88.0

Compare Source

  • Allow custom properties with empty values (such as --var:;).

  • Fix a bug when calculating source spans for interpolations.

Dart and JS APIs
  • Potentially breaking bug fix: Throw an error when passing a function or mixin object from one compilation to another.
Dart API
  • Deprecate passing a relative URL to compileString() and related functions.

v1.87.0

Compare Source

  • Potentially breaking bug fix: When a plain CSS file with a top-level nesting selector & is loaded into a nested Sass context via meta.load-css() or @import, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator.

v1.86.3

Compare Source

  • Fix a bug introduced in 1.86.1 where Sass fails to resolve paths starting with a .. segment.

v1.86.2

Compare Source

  • No user-visible changes.

v1.86.1

Compare Source

  • Improve the performance of file: URL case canonicalization on Windows and Mac OS.

v1.86.0

Compare Source

  • Add support for % as an expression in its own right. It will still be parsed as the modulo operator when between two other expressions, but in any other context it will be an expression whose value is the unquoted string %.

  • Consider attr() to be a special number function that can be used as a channel in color functions.

  • Deprecate user-defined functions named type() so that we can eventually support the new CSS type() function.

Dart API
  • Increase the minimum Dart SDK to 3.6.0.

v1.85.1

Compare Source

  • Fix a bug where global Sass functions whose names overlap with CSS math functions could incorrectly be treated as CSS math functions even though they used Sass-only features, causing compilation failures. For example, round(-$var / 2) previously threw an error but now works as intended.

v1.85.0

Compare Source

  • No longer fully trim redundant selectors generated by @extend. This caused unacceptable performance issues for certain heavy users of @extend. We'll try to find a more performant way to accomplish it in the future.

v1.84.0

Compare Source

  • Allow newlines in whitespace in the indented syntax.

  • Potentially breaking bug fix: Selectors with unmatched brackets now always produce a parser error. Previously, some edge cases like [foo#{"]:is(bar"}) {a: b} would compile without error, but this was an unintentional bug.

  • Fix a bug in which various Color Level 4 functions weren't allowed in plain CSS.

  • Fix the error message for @extend without a selector and possibly other parsing edge-cases in contexts that allow interpolation.

Embedded Host
  • Fixed the implementation of the SassBoolean type to adhere to the spec, now using a class instead of an interface.

v1.83.4

Compare Source

  • No user-visible changes.

v1.83.3

Compare Source

  • No user-visible changes.

v1.83.2

Compare Source

  • Properly display deprecation IDs for the JS Sass API.

  • Don't display deprecation IDs for user-defined deprecations.

v1.83.1

Compare Source

  • Fix a bug where --quiet-deps would get deactivated for @content blocks, even when those blocks were entirely contained within dependencies.

  • Include deprecation IDs in deprecation warnings to make it easier to determine what to pass to --silence-deprecation or --fatal-deprecation.

v1.83.0

Compare Source

  • Allow trailing commas in all argument and parameter lists.

v1.82.0

Compare Source

Command-Line Interface
  • Improve --watch mode reliability when making multiple changes at once, such as checking out a different Git branch.

  • Parse the calc-size() function as a calculation now that it's supported in some browsers.

Dart API
  • Add a SassCalculation.calcSize() function.

v1.81.1

Compare Source

  • No user-visible changes.

v1.81.0

Compare Source

  • Fix a few cases where deprecation warnings weren't being emitted for global built-in functions whose names overlap with CSS calculations.

  • Add support for the CSS round() calculation with a single argument, as long as that argument might be a unitless number.

v1.80.7

Compare Source

Embedded Host
  • Don't treat 0 as undefined for the green and blue channels in the LegacyColor constructor.

v1.80.6

Compare Source

Command-Line Interface
  • Make @parcel/watcher an optional dependency so this can still be installed on operating systems where it's unavailable.

v1.80.5

Compare Source

Embedded Host
  • Don't produce phantom @import deprecations when using an importer with the legacy API.

v1.80.4

Compare Source

  • No user-visible changes.

v1.80.3

Compare Source

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like --quiet, --verbose, and --silence-deprecation.

v1.80.2

Compare Source

  • Fix a bug where deprecation warnings were incorrectly emitted for the plain-CSS invert() function.

v1.80.1

Compare Source

  • Fix a bug where repeated deprecation warnings were not automatically limited.

v1.80.0

Compare Source

  • @import is now officially deprecated, as are global built-in functions that are available within built-in modules. See the Sass blog post for more details on the deprecation process.
Embedded Host
  • Fix an error that would sometimes occur when deprecation warnings were emitted when using a custom importer with the legacy API.

v1.79.6

Compare Source

  • Fix a bug where Sass would add an extra */ after loud comments with whitespace after an explicit */ in the indented syntax.

  • Potentially breaking bug fix: Adding text after an explicit */ in the indented syntax is now an error, rather than silently generating invalid CSS.

Embedded Host
  • Properly export the SassBoolean type.

v1.79.5

Compare Source

  • Changes to how selector.unify() and @extend combine selectors:

    • The relative order of pseudo-classes (like :hover) and pseudo-elements (like ::before) within each original selector is now preserved when they're combined.

    • Pseudo selectors are now consistently placed at the end of the combined selector, regardless of which selector they came from. Previously, this reordering only applied to pseudo-selectors in the second selector.

  • Tweak the color transformation matrices for OKLab and OKLCH to match the newer, more accurate values in the CSS spec.

  • Fix a slight inaccuracy case when converting to srgb-linear and display-p3.

  • Potentially breaking bug fix: math.unit() now wraps multiple denominator units in parentheses. For example, px/(em*em) instead of px/em*em.

Command-Line Interface
  • Use @parcel/watcher to watch the filesystem when running from JavaScript and not using --poll. This should mitigate more frequent failures users have been seeing since version 4.0.0 of Chokidar, our previous watching tool, was released.
JS API
  • Fix SassColor.interpolate() to allow an undefined options parameter, as the types indicate.
Embedded Sass
  • Properly pass missing color channel values to and from custom functions.

v1.79.4

Compare Source

JS API
  • Fix a bug where passing green or blue to color.change() for legacy colors would fail.

v1.79.3

Compare Source

  • 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

Compare Source

  • 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.

v1.79.1

Compare Source

  • No user-visible changes.

v1.79.0

Compare Source

  • 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.

  • 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

Compare Source

  • 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

Compare Source

  • No user-visible changes.

v1.77.7

Compare Source

  • 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 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

Compare Source

  • 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

Compare Source

  • Fully trim redundant selectors generated by @extend.

v1.77.4

Compare Source

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

Compare Source

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

Compare Source

  • 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

Compare Source

  • Fix a crash that could come up with importers in certain contexts.

v1.77.0

Compare Source

  • Don't throw errors for at-rules in keyframe blocks.

v1.76.0

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • No user-visible changes.

v1.72.0

Compare Source

  • 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

Compare Source

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

Compare Source

For more information about pkg: importers, see the announcement on the Sass blog.

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

Compare Source

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

Compare Source

Embedded Sass
  • In the JS Embedded Host, properly install the x64 Dart Sass executable on ARM64 Windows.

v1.69.6

Compare Source

  • 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 SourceSpans that didn't follow the documented SourceSpan API.

v1.69.5

Compare Source

JS API
  • Compatibility with Node.js 21.0.0.

v1.69.4

Compare Source

  • No user-visible changes.

v1.69.3

Compare Source

Embedded Sass
  • Fix TypeScript type locations in package.json.

v1.69.2

Compare Source

JS API
  • Fix a bug where Sass crashed when running in the browser if there was a global variable named process.

v1.69.1

Compare Source

  • No user-visible changes.

v1.69.0

Compare Source

  • Add a meta.get-mixin() function that returns a mixin as a first-class Sass value.

  • Add a meta.apply() mixin that includes a mixin value.

  • Add a meta.module-mixins() function which returns a map from mixin names in a module to the first-class mixins that belong to those names.

  • Add a meta.accepts-content() function which returns whether or not a mixin value can take a content block.

  • Add support for the relative color syntax from CSS Color 5. This syntax cannot be used to create Sass color values. It is always emitted as-is in the CSS output.

Dart API
  • Deprecate Deprecation.calcInterp since it was never actually emitted as a deprecation.
Embedded Sass
  • Fix a rare race condition where the embedded compiler could freeze when a protocol error was immediately followed by another request.
sinonjs/sinon (sinon)

v15.2.0

Compare Source

  • 66b0081e Use fake-timers v10.1.0 re-released as v10.3.0 (Carl-Erik Kopseng)

    Version 10.2.0 of fake-timers had an unexpected breaking change. We re-released 10.1.0 as 10.3.0 to force users into jumping over the deprecated version.

    v10.2.0 was re-released as v11.0.0 and will be part of the next Sinon major

  • a79ccaeb Support callable instances (#​2517) (bojavou)
    • Support callable instances
    • Clean prettier lint

    Co-authored-by: - <->

  • d220c995 fix: bundling compatibility with webpack@5 (#​2519) (Avi Vahl)
    • fix: bundling compatibility with webpack@5

    when using webpack v5 to bundle code that calls require('sinon') (cjs) , it would have defaulted to "exports->require" and fail with multiple node-api requirements (util, timers, etc.)

    this patch ensures that anyone who bundles sinon for browser gets the (browser-compatible) esm version.

    tested on both webpack v5 and v4. should be noted that v4 worked even without this patch, as it automatically injected polyfills. v5 no longer does so. with this MR, people using webpack@4 to bundle sinon at least see size improvement, as the polyfills are no longer required.

    • fix: revert change for package.json -> "browser"

    browserify doesn't seem to like esm. leave that entry point alone, and ensure "exports" -> "browser" (which webpack@5 uses) is esm.

Released by Carl-Erik Kopseng on 2023-06-20.

v15.1.2

Compare Source

  • 02b73aed Update lock file after removing node_modules ... (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2023-06-12.

v15.1.1

Compare Source

  • 194fc2ef Change fake-timers version to specifically target the one containing the 'jump' feature (Carl-Erik Kopseng)

    Instead of the later (breaking) version. See #​470

  • 05f05ac3 docs: Remove threw(obj) from docs (#​2513) (Morgan Roderick)

    Since the introduction of threw in

    0feec9f, no one have reported that

    threw(obj) doesn't work as the documentation states.

    const sinon = require("sinon");
    
    const o = { pie: "apple" };
    
    const f = sinon.fake.throws(o);
    
    f();
    
    // this is supposed to return true
    
    f.threw(o);
    
    // => false

    Since it has been 12+ years without an error report, it's safe to assume

    that no one uses the threw method in this way. Let's remove it from

    the documentation.

Released by Carl-Erik Kopseng on 2023-06-12.

v15.1.0

Compare Source

  • 79e719f2 Ensure we use a fake-timers version with clock.jump (Carl-Erik Kopseng)
  • b2a4df5a Add docs for clock.jump method (#​2512) (Jason O'Neill)
  • f096abff fix (#​2514): only force new or inherited descriptors to be configurable (#​2515) (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2023-05-18.

v15.0.4

Compare Source

  • e9042c4f Handling non-configurable object descriptors on the prototype (#​2508) (Carl-Erik Kopseng)

    This should essentially make decorated methods stubbable again (see #​2491)

  • 430c9a60 Remove uses of var (#​2506) (Carl-Erik Kopseng)

    Replace var with const where possible in /lib and /test.

    Modified the let codemod to be a codemod.

    Took about half an hour with --watch running

Released by Carl-Erik Kopseng on 2023-04-20.

v15.0.3

Compare Source

  • b775f1b4 Avoid tampering with globals and other modules' exports in tests (#​2504) (Carl-Erik Kopseng)
  • 477064b6 fix: make it possible to call through to underlying stub in stub instance (#​2503) (Carl-Erik Kopseng)

    closes #​2501

  • 6e19746e Remove dead Travis and Gitter references (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2023-03-26.

chrisguttandin/standardized-audio-context (standardized-audio-context)

v25.3.77

Compare Source

all commits

v25.3.76

Compare Source

all commits

v25.3.75

Compare Source

all commits

v25.3.74

Compare Source

all commits

v25.3.73

Compare Source

all commits

v25.3.72

Compare Source

all commits

v25.3.71

Compare Source

all commits

v25.3.70

Compare Source

all commits

v25.3.69

Compare Source

all commits

v25.3.68

Compare Source

all commits

v25.3.67

Compare Source

all commits

v25.3.66

Compare Source

all commits

v25.3.65

Compare Source

all commits

v25.3.64

Compare Source

all commits

v25.3.63

Compare Source

all commits

v25.3.62

Compare Source

all commits

v25.3.61

Compare Source

all commits

chrisguttandin/standardized-audio-context-mock (standardized-audio-context-mock)

v9.7.21

Compare Source

all commits

v9.7.20

Compare Source

all commits

v9.7.19

Compare Source

all commits

v9.7.18

Compare Source

all commits

v9.7.17

Compare Source

all commits

v9.7.16

Compare Source

all commits

v9.7.15

Compare Source

all commits

v9.7.14

Compare Source

all commits

v9.7.13

Compare Source

all commits

v9.7.12

Compare Source

all commits

v9.7.11

Compare Source

all commits

v9.7.10

Compare Source

all commits

v9.7.9

Compare Source

all commits

v9.7.8

Compare Source

all commits

v9.7.7

Compare Source

all commits

v9.7.6

Compare Source

all commits

v9.7.5

Compare Source

all commits

v9.7.4

Compare Source

all commits

v9.7.3

Compare Source

all commits

v9.7.2

Compare Source

all commits

v9.7.1

Compare Source

all commits

v9.7.0

Compare Source

all commits

v9.6.34

Compare Source

all commits

v9.6.33

Compare Source

all commits

sindresorhus/type-fest (type-fest)

v4.41.0

Compare Source


v4.40.1

Compare Source

  • PartialDeep: Fix behaviour with functions containing properties (#​1108) 86a3a69
  • CamelCasedPropertiesDeep / DelimiterCasedPropertiesDeep / KebabCasedPropertiesDeep / PascalCasedPropertiesDeep / SnakeCasedPropertiesDeep: Fix behaviour when property value is unknown (#​1112) cfcf9ec

v4.40.0

Compare Source


v4.39.1

Compare Source

  • OptionalKeysOf / WritableKeysOf: Fix generic assignability with keyof T (#​1098) 1b41ed3

v4.39.0

Compare Source


v4.38.0

Compare Source

  • AsyncReturnType: Add support for PromiseLike (#​1082) 72ccde9
  • DelimiterCase / SnakeCase / ScreamingSnakeCase / KebabCase: Fix instantiations containing punctuations (#​1080) 063e28d
  • DelimiterCase: Pass Options generic to all related types (#​1078) 1974944
  • CamelCasedPropertiesDeep: Make nested array objects respect the options (#​1077) c11c9ca

v4.37.0

Compare Source


v4.36.0

Compare Source


v4.35.0

Compare Source


v4.34.1

Compare Source


v4.34.0

Compare Source


v4.33.0

Compare Source


v4.32.0

Compare Source

New types
Improvements
Fixes
  • SetRequired: Fix support for removal of optional modifiers from tuples (#​1030) c897aad

v4.31.0

Compare Source

v4.30.2

Compare Source

microsoft/TypeScript (typescript)

v5.8.3: TypeScript 5.8.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

v5.8.2: TypeScript 5.8

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

v5.7.3: TypeScript 5.7.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on npm

v5.7.2: TypeScript 5.7

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

v5.6.3: TypeScript 5.6.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.6.2: TypeScript 5.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.4: TypeScript 5.5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.3: TypeScript 5.5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.2: TypeScript 5.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.3: TypeScript 5.4.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.2: TypeScript 5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

piotrwitek/utility-types (utility-types)

v3.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/piotrwitek/utility-types/compare/v3.10.0...v3.11.0

vitejs/vite (vite)

v5.4.19

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.18

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.17

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.16

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.15

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.14

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.13

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.12

Compare Source

This version contains a breaking change due to security fixes. See https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6 for more details.

Please refer to CHANGELOG.md for details.

v5.4.11

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.10

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.9

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.8

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.7

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.6

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.5

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.4

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.3

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.2

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.1

Please refer to CHANGELOG.md for details.

v5.4.0

Please refer to CHANGELOG.md for details.

v5.3.6

Compare Source

Please refer to CHANGELOG.md for details.

v5.3.5

Compare Source

Please refer to CHANGELOG.md for details.

v5.3.4

Compare Source

Please refer to CHANGELOG.md for details.

v5.3.3

Compare Source

Please refer to CHANGELOG.md for details.

v5.3.2

Compare Source

Please refer to CHANGELOG.md for details.

v5.3.1

Please refer to CHANGELOG.md for details.

v5.3.0

Please refer to CHANGELOG.md for details.

v5.2.14

Compare Source

Please refer to CHANGELOG.md for details.

v5.2.13

Compare Source

Please refer to CHANGELOG.md for details.

davidmyersdev/vite-plugin-node-polyfills (vite-plugin-node-polyfills)

v0.23.0

Compare Source

  • Improve performance when not using globals
  • Support Vite v6

v0.22.0

Compare Source

  • Stop defining globals when they are disabled

v0.21.0

Compare Source

  • fix: Make sure all modules under buffer are exported

v0.20.0

Compare Source

  • Fix global polyfill import error (#​74)

v0.19.0

Compare Source

  • Add end-to-end tests with Playwright
  • Add unit/integration tests with Vitest
  • Fix imports for global polyfills (buffer and process) when a trailing slash is used (e.g. import process from 'process/')
  • Replace the IIFE banner with import statements (avoids name conflicts)

v0.18.0

Compare Source

  • Improve the shim process so that polyfilled globals are not statically replaced in libraries (#​47).
  • Internalize buffer and process shims so that conflicting install versions are no longer a concern with Yarn v1 (#​61).
vite-pwa/vite-plugin-pwa (vite-plugin-pwa)

v0.21.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.21.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.21.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v0.20.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.20.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.20.3

Compare Source

No significant changes: add git+ prefix to repository url

    View changes on GitHub

v0.20.2

Compare Source

   🚀 Features
    View changes on GitHub

v0.20.1

Compare Source

No significant changes

    View changes on GitHub

v0.20.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v0.19.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.19.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.19.6

Compare Source

   🚀 Features
    View changes on GitHub

v0.19.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.19.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.19.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.19.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.19.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.19.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v0.18.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.18.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.18.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v0.17.5

Compare Source

   🚀 Features
    View changes on GitHub

v0.17.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.17.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.17.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.17.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.17.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v0.16.7

Compare Source

No significant changes

    View changes on GitHub

v0.16.6

Compare Source

   🚀 Features
    View changes on GitHub

v0.16.5

Compare Source

   🚀 Features
    View changes on GitHub

v0.16.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.16.3

Compare Source

   🚀 Features
    View changes on GitHub

v0.16.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.16.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.16.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v0.15.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.15.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.15.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.14.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.14.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.14.5

Compare Source

   🚀 Features
   🏎️ Performance
    View changes on GitHub
vuejs/vitepress (vitepress)

v1.6.3

Compare Source

Bug Fixes
  • docsearch not rendering properly (3e4120e)

v1.6.2

Compare Source

Bug Fixes
  • fix static content removal for lean chunks due to Vue 3.5 changes (#​4508) (8214cae)

v1.6.1

Compare Source

Bug Fixes
  • build: escape $ in replace pattern in dynamic routes plugin (e812916), closes #​4499
  • theme/regression: broken hero heading at certain viewports (37dbe89)

v1.6.0

Compare Source

Bug Fixes
  • build: out of order css in prod builds (241d17d), closes #​4098
  • build: properly strip vpi-social css declaration in debug mode (c61182a)
  • build: respect vite.clearScreen in build (8ea776a), closes #​4468
  • build: specify mode for iconify (8a5e8ea)
  • theme: apply externalLinkIcon option on VPHome (#​4492) (fe48943)
  • theme: don't show external link icon for images (096bba1)
  • theme: ignore footnote-ref for outline (1832617), closes #​4402
  • theme: includes text to h1 tag for hero page (#​4472) (bd896c6), closes #​4453
Features
Miscellaneous
LeSuisse/vue-dompurify-html (vue-dompurify-html)

v5.3.0: 5.3.0

Compare Source

What's Changed

  • Support the FORCE_BODY DOMPurify configuration attribute #​3520
  • Support the getSSRProps directive hook #​3447 #​3523

Full Changelog: https://github.com/LeSuisse/vue-dompurify-html/compare/v5.2.0...v5.3.0

intlify/vue-i18n (vue-i18n)

v9.14.4

Compare Source

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/intlify/vue-i18n/compare/v9.14.3...v9.14.4

v9.14.3

Compare Source

What's Changed

🔒 Security Fixes

Full Changelog: https://github.com/intlify/vue-i18n/compare/v9.14.2...v9.14.3

v9.14.2

Compare Source

What's Changed

🔒 Security Fixes

Full Changelog: https://github.com/intlify/vue-i18n/compare/v9.14.1...v9.14.2

v9.14.1

Compare Source

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/intlify/vue-i18n/compare/v9.14.0...v9.14.1

v9.14.0

Compare Source

What's Changed

Improvement Features

Full Changelog: https://github.com/intlify/vue-i18n/compare/v9.13.1...v9.14.0

v9.13.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.13.0...v9.13.1

v9.13.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

⚠️ Deprecated Features
Improvement Features
📝️ Documentations

New Contributors

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.12.1...v9.13.0

v9.12.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes
👕 Refactoring

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.12.0...v9.12.1

v9.12.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.11.1...v9.12.0

v9.11.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.11.0...v9.11.1

v9.11.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

New Contributors

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.10.2...v9.11.0

v9.10.2

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.10.1...v9.10.2

v9.10.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

Improvement Features
📝️ Documentations

New Contributors

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.10.0...v9.10.1

v9.10.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🌟 Features
📝️ Documentations

New Contributors

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.9.1...v9.10.0

vuejs/router (vue-router)

v4.5.1

Compare Source

Please refer to CHANGELOG.md for details.

v4.5.0

Compare Source

Please refer to CHANGELOG.md for details.

v4.4.5

Compare Source

Please refer to CHANGELOG.md for details.

v4.4.4

Compare Source

Please refer to CHANGELOG.md for details.

v4.4.3

Compare Source

Please refer to CHANGELOG.md for details.

v4.4.2

Compare Source

Please refer to CHANGELOG.md for details.

v4.4.1

Compare Source

Please refer to CHANGELOG.md for details.

v4.4.0

Compare Source

Please refer to CHANGELOG.md for details.

v4.3.3

Compare Source

Please refer to CHANGELOG.md for details.

v4.3.2

Compare Source

Please refer to CHANGELOG.md for details.

v4.3.1

Compare Source

Please refer to CHANGELOG.md for details.

v4.3.0

Compare Source

Please refer to CHANGELOG.md for details.

lian-yue/vue-upload-component (vue-upload-component)

v3.1.17

Compare Source

v3.1.16

Compare Source

v3.1.15

Compare Source

jshmrtn/vue3-gettext (vue3-gettext)

v2.4.0

Compare Source

Enhancements

  • remove seachPlaces from cosmiconfig to allow for .cjs config files

Configuration

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

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading