chore(deps): update dev-dependencies #2229

Merged
konrad merged 2 commits from renovate/dev-dependencies into main 2024-04-05 20:41:18 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@histoire/plugin-screenshot (source) devDependencies patch 0.17.14 -> 0.17.15
@histoire/plugin-vue (source) devDependencies patch 0.17.14 -> 0.17.15
@rushstack/eslint-patch (source) devDependencies minor 1.8.0 -> 1.10.1
@tsconfig/node18 (source) devDependencies patch 18.2.2 -> 18.2.4
@types/node (source) devDependencies minor 20.11.30 -> 20.12.4
@typescript-eslint/eslint-plugin (source) devDependencies minor 7.3.1 -> 7.5.0
@typescript-eslint/parser (source) devDependencies minor 7.3.1 -> 7.5.0
autoprefixer devDependencies patch 10.4.18 -> 10.4.19
caniuse-lite devDependencies patch 1.0.30001599 -> 1.0.30001606
css-has-pseudo (source) devDependencies patch 6.0.2 -> 6.0.3
cypress (source) devDependencies patch 13.7.0 -> 13.7.2
electron devDependencies minor 29.1.4 -> 29.2.0
eslint-plugin-vue (source) devDependencies minor 9.23.0 -> 9.24.0
happy-dom devDependencies minor 14.0.0 -> 14.5.1
histoire (source) devDependencies patch 0.17.14 -> 0.17.15
postcss (source) devDependencies patch 8.4.37 -> 8.4.38
postcss-preset-env (source) devDependencies patch 9.5.2 -> 9.5.4
rollup (source) devDependencies minor 4.13.0 -> 4.14.0
sass devDependencies minor 1.72.0 -> 1.74.1
typescript (source) devDependencies patch 5.4.2 -> 5.4.4
vite (source) devDependencies minor 5.1.6 -> 5.2.8
vite-plugin-pwa devDependencies patch 0.19.5 -> 0.19.8
vue-tsc (source) devDependencies patch 2.0.6 -> 2.0.10

Release Notes

Akryum/histoire (@​histoire/plugin-screenshot)

v0.17.15

Compare Source

compare changes

🩹 Fixes
  • StoryResponsivePreview vertical resize (#​704)
❤️ Contributors
microsoft/rushstack (@​rushstack/eslint-patch)

v1.10.1

Compare Source

Fri, 29 Mar 2024 05:46:41 GMT

Patches
  • Fix an issue where the eslint-bulk prune command would crash if a bulk suppressions file exists that speicifies no suppressions.
  • Exit with success under normal conditions.

v1.10.0

Compare Source

Thu, 28 Mar 2024 18:11:12 GMT

Minor changes
  • Delete the .eslint-bulk-suppressions.json file during pruning if all suppressions have been eliminated.
Patches
  • Fix an issue with running eslint-bulk prune in a project with suppressions that refer to deleted files.

v1.9.0

Compare Source

Wed, 27 Mar 2024 19:47:21 GMT

Minor changes
  • Fix an issue where eslint-bulk prune does not work if there are no files to lint in the project root.
tsconfig/bases (@​tsconfig/node18)

v18.2.4

Compare Source

v18.2.3

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.5.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.4.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

  • eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates

  • eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive

  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false

  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside

❤️ Thank You
  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.5.0

Compare Source

🩹 Fixes
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues
❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.4.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata
❤️ Thank You
  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

You can read about our versioning strategy and releases on our website.

postcss/autoprefixer (autoprefixer)

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.
browserslist/caniuse-lite (caniuse-lite)

v1.0.30001606

Compare Source

v1.0.30001605

Compare Source

v1.0.30001603

Compare Source

v1.0.30001600

Compare Source

csstools/postcss-plugins (css-has-pseudo)

v6.0.3

Compare Source

March 31, 2024

cypress-io/cypress (cypress)

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

electron/electron (electron)

v29.2.0: electron v29.2.0

Compare Source

Release Notes for v29.2.0

Fixes

  • Fixed crash in Notification::Close() under libnotify 0.8.x with portal environment. #​41707 (Also in 28, 30)
  • Fixed usage of Storage.{get|set|clear}Cookies via the Chrome DevTools Protocol. #​41739 (Also in 28, 30)

Other Changes

  • Security: backported fix for CVE-2024-2885.
    • Security: backported fix for CVE-2024-2883.
    • Security: backported fix for CVE-2024-2887.
    • Security: backported fix for CVE-2024-2886.
    • Security: backported fix for 3296748.
    • Security: backported fix for 3271834.
    • Security: backported fix for 3263494. #​41746
  • Updated Chromium to 122.0.6261.156. #​41765

Documentation

Unknown

  • Added support for Bluetooth ports being requested by service class ID in navigator.serial. #​41735 (Also in 30)

v29.1.6: electron v29.1.6

Compare Source

Release Notes for v29.1.6

Fixes

  • Fixed shell.showItemInFolder not opening Windows Explorer if the passed path contains forward slashes. #​41672 (Also in 28, 30)
  • Fixed a potential crash in chrome.scripting on extension unload. #​41701 (Also in 30)
  • Fixed an issue where emojis weren't properly handled on Windows. #​41680 (Also in 30)
  • Fixed an issue where the serial-port-added event improperly respected filters set by serial.requestPort(). #​41636 (Also in 28, 30)

Other Changes

  • Security: backported fix for CVE-2024-2625. #​41631
  • Updated Chromium to 122.0.6261.139. #​41634

v29.1.5: electron v29.1.5

Compare Source

Release Notes for v29.1.5

Fixes

  • Fixed an issue where badge text set using the Badging API no longer appeared correctly on Windows. #​41628 (Also in 30)

Other Changes

  • Updated Chromium to 122.0.6261.130. #​41598
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.24.0

Compare Source

Enhancements

🐛 Bug Fixes

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

capricorn86/happy-dom (happy-dom)

v14.5.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem with Document.defaultView not referring to the global object when using GlobalRegistrator - By @​capricorn86 in task #​1367
🎨 Features
  • Adds support for closing/destroying the Window in GlobalRegistrator.unregister() - By @​capricorn86 in task #​1367

v14.5.0

Compare Source

🎨 Features
  • Adds support for handling "application/x-www-form-urlencoded" in Request.formData() - By @​tt-public in #​1379

v14.4.0

Compare Source

🎨 Features
  • Adds support for HTMLIFrameElement.sandbox to return a DOMTokenList - By @​jeffwcx in task #​825

v14.3.10

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem related to CSS properties not being used in CSS values when they are declared after (e.g. when CSS properties are defined in Element attribute) - By @​capricorn86 in task #​1364
  • Update the CSSStyleSheet object when child nodes of an HTMLStyleElement are modified - By @​capricorn86 in task #​1364

v14.3.9

Compare Source

👷‍♂️ Patch fixes

v14.3.8

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem when the error for the invalid selectors :is and :where (without argument) was not handled correctly - By @​capricorn86 in task #​1352

v14.3.7

Compare Source

👷‍♂️ Patch fixes

v14.3.6

Compare Source

👷‍♂️ Patch fixes

v14.3.5

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where the tag name for custom elements constructed using the "new" keyword rendered as <null> - By @​capricorn86 in task #​1354

v14.3.4

Compare Source

👷‍♂️ Patch fixes

v14.3.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where calling Storage.getItem() with a key that has the same name as one of its methods or properties, returned the method/property (e.g. Storage.getItem('key') returned Storage.key() which is a function) - By @​capricorn86 in task #​1351
    • The solution has been changed to use a Proxy instead to safeguard against this

v14.3.2

Compare Source

👷‍♂️ Patch fixes
  • Converts the value parameter to string in Storage.setItem() - By @​dr2009 in task #​1347

v14.3.1

Compare Source

👷‍♂️ Patch fixes
  • Adds support for defining keys to the Storage class used by the properties Window.localStorage and Window.sessionStorage - By @​frankdiw in task #​1181

v14.3.0

Compare Source

🎨 Features

v14.2.1

Compare Source

👷‍♂️ Patch fixes
  • Binds getters and setters on all Window classes (not only GlobalWindow), so that they will be available when calling Object.getOwnPropertyDescriptors() - By @​capricorn86 in task #​1343
    • The reason for this change is that JSDOM and browsers has these properties as part of the Window instance and not the prototype
    • Happy DOM will now behave correctly when overriding a property on Window with spyOn(window, 'property') or Object.defineProperty(window, 'property')

v14.2.0

Compare Source

🎨 Features

v14.1.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem with properties defined as getters and setters not being registered globally by Vitest - By @​capricorn86 in task #​1339
    • The problem occurred as Vitest is using Object.getOwnPropertyDescriptors(window) to read which properties to register globally, but getters and setters are defined on the prototype
    • To solve the problem, GlobalWindow now defines the properties on the instance when it is constructed

v14.1.1

Compare Source

👷‍♂️ Patch fixes
  • Changes location, history, navigator, screen, sessionStorage and localStorage to be getters instead of properties on Window - By @​capricorn86 in task #​1336
  • Adds setter for Window.location - By @​capricorn86 in task #​1336

v14.1.0

Compare Source

🎨 Features
  • Adds support for the setting handleDisabledFileLoadingAsSuccess, that can be used for triggering a "load" event instead of an "error" event when file loading is disabled - By @​capricorn86 in task #​1334
postcss/postcss (postcss)

v8.4.38

Compare Source

csstools/postcss-plugins (postcss-preset-env)

v9.5.4

Compare Source

April 2, 2024

v9.5.3

Compare Source

March 31, 2024

rollup/rollup (rollup)

v4.14.0

Compare Source

2024-04-03

Features
  • Display error causes in Rollup CLI (#​5422)
  • Add basic support for explicit resource management via "using" and "await using" (#​5423)
Pull Requests

v4.13.2

Compare Source

2024-03-28

Bug Fixes
  • Ensure accessing module info is cached after the build phase for improved performance (#​5438)
  • Support powerpc64le CPUs (#​5350)
Pull Requests

v4.13.1

Compare Source

2024-03-27

Bug Fixes
  • Add new linux-s390x-gnu native binary package (#​5346)
Pull Requests
sass/dart-sass (sass)

v1.74.1

Compare Source

  • No user-visible changes.
Microsoft/TypeScript (typescript)

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:

vitejs/vite (vite)

v5.2.8

Compare Source

v5.2.7

Compare Source

v5.2.6

Compare Source

v5.2.5

Compare Source

v5.2.4

v5.2.3

v5.2.2

v5.2.1

v5.2.0

v5.1.7

Compare Source

Please refer to CHANGELOG.md for details.

vite-pwa/vite-plugin-pwa (vite-plugin-pwa)

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
vuejs/language-tools (vue-tsc)

v2.0.10

Compare Source

Features
  • vscode: enable vue.updateImportsOnFileMove.enabled by default (#​3646)
  • vscode: re-add restart server command (#​4174)
  • vscode: automatically enable Hybrid Mode if possible (#​4206)
  • component-meta: add typing resolution for defineModel modifiers (#​4175) - Thanks @​stafyniaksacha
  • language-service: drag and drop import respects tsconfig path aliases (#​4184)
  • language-service: supports auto insertion of multiple cursors (#​4140)
Bug Fixes
  • language-server: additionalExtensions option not working for inferred project
  • language-core: avoid interpolation indentation affecting each other
  • language-core: generate each interpolation into separate virtual code (#​4165)
  • language-service: ignore html wrapAttributes format settings for vue document (#​3987)
  • vscode: remove duplicate ts version status (#​4167)
  • language-server: .html, .md file language id incorrect
  • typescript-plugin: formatting settings not working for ts completion
  • tsc: remove fake global types holder for composite projects compatibility (#​4196) - Thanks @​blake-newman
Performance
  • language-core: cache canonical root file names with string Set
Other Changes
  • Upgrade Volar from v2.1.3 to v2.2.0-alpha.5 for a few bug fixes and performance improves, please refer to CHANGELOG.md for details.
  • vscode: update required VSCode version to ^1.88.0
  • docs: update readme with neovim lspconfig setup (#​4134) - Thanks @​RayGuo-ergou
  • language-core: split inline css codegen into separate plugin
  • language-core: move global types codegen into separate script
  • language-core: resolve virtual code features before push code
  • test: added simple tests for vue-tsc and custom SFC extensions. (#​4181) - Thanks @​cabal95

v2.0.7

Compare Source

!NOTE]
Hybrid Mode is now disabled by default, you need to enable `vue.server.hybridMode` in settings to enable it explicitly.
Features
  • language-server: reintroducing full TS support and disable Hybrid Mode by default (#​4119)
  • vscode: check outdated @vue/language-plugin-pug in doctor
  • vscode: significantly reduces the status bar space occupied
Bug Fixes
  • vscode: vueCompilerOptions no longer prompts for deprecated options
  • component-meta: defineSlots allows empty params (#​4093) - thanks @​Evertvdw
  • typescript-plugin: fault tolerance for named pipe servers json file (#​4075) - thanks @​Simon-He95
  • language-core: generate defineModel emits type on-demand (#​4052) - thanks @​so1ve
  • language-core: special treatment for number elements inside v-for (#​3859) - thanks @​so1ve
  • language-plugin-pug: semantic tokens mapping failed (#​4070)
Other Changes

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), 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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@histoire/plugin-screenshot](https://github.com/Akryum/histoire) ([source](https://github.com/Akryum/histoire/tree/HEAD/packages/histoire-plugin-screenshot)) | devDependencies | patch | [`0.17.14` -> `0.17.15`](https://renovatebot.com/diffs/npm/@histoire%2fplugin-screenshot/0.17.14/0.17.15) | | [@histoire/plugin-vue](https://github.com/Akryum/histoire) ([source](https://github.com/Akryum/histoire/tree/HEAD/packages/histoire-plugin-vue)) | devDependencies | patch | [`0.17.14` -> `0.17.15`](https://renovatebot.com/diffs/npm/@histoire%2fplugin-vue/0.17.14/0.17.15) | | [@rushstack/eslint-patch](https://rushstack.io) ([source](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-patch)) | devDependencies | minor | [`1.8.0` -> `1.10.1`](https://renovatebot.com/diffs/npm/@rushstack%2feslint-patch/1.8.0/1.10.1) | | [@tsconfig/node18](https://github.com/tsconfig/bases) ([source](https://github.com/tsconfig/bases/tree/HEAD/bases)) | devDependencies | patch | [`18.2.2` -> `18.2.4`](https://renovatebot.com/diffs/npm/@tsconfig%2fnode18/18.2.2/18.2.4) | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | minor | [`20.11.30` -> `20.12.4`](https://renovatebot.com/diffs/npm/@types%2fnode/20.11.30/20.12.4) | | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`7.3.1` -> `7.5.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.3.1/7.5.0) | | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`7.3.1` -> `7.5.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.3.1/7.5.0) | | [autoprefixer](https://github.com/postcss/autoprefixer) | devDependencies | patch | [`10.4.18` -> `10.4.19`](https://renovatebot.com/diffs/npm/autoprefixer/10.4.18/10.4.19) | | [caniuse-lite](https://github.com/browserslist/caniuse-lite) | devDependencies | patch | [`1.0.30001599` -> `1.0.30001606`](https://renovatebot.com/diffs/npm/caniuse-lite/1.0.30001599/1.0.30001606) | | [css-has-pseudo](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo#readme) ([source](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/css-has-pseudo)) | devDependencies | patch | [`6.0.2` -> `6.0.3`](https://renovatebot.com/diffs/npm/css-has-pseudo/6.0.2/6.0.3) | | [cypress](https://cypress.io) ([source](https://github.com/cypress-io/cypress)) | devDependencies | patch | [`13.7.0` -> `13.7.2`](https://renovatebot.com/diffs/npm/cypress/13.7.0/13.7.2) | | [electron](https://github.com/electron/electron) | devDependencies | minor | [`29.1.4` -> `29.2.0`](https://renovatebot.com/diffs/npm/electron/29.1.4/29.2.0) | | [eslint-plugin-vue](https://eslint.vuejs.org) ([source](https://github.com/vuejs/eslint-plugin-vue)) | devDependencies | minor | [`9.23.0` -> `9.24.0`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/9.23.0/9.24.0) | | [happy-dom](https://github.com/capricorn86/happy-dom) | devDependencies | minor | [`14.0.0` -> `14.5.1`](https://renovatebot.com/diffs/npm/happy-dom/14.0.0/14.5.1) | | [histoire](https://github.com/Akryum/histoire) ([source](https://github.com/Akryum/histoire/tree/HEAD/packages/histoire)) | devDependencies | patch | [`0.17.14` -> `0.17.15`](https://renovatebot.com/diffs/npm/histoire/0.17.14/0.17.15) | | [postcss](https://postcss.org/) ([source](https://github.com/postcss/postcss)) | devDependencies | patch | [`8.4.37` -> `8.4.38`](https://renovatebot.com/diffs/npm/postcss/8.4.37/8.4.38) | | [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env#readme) ([source](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env)) | devDependencies | patch | [`9.5.2` -> `9.5.4`](https://renovatebot.com/diffs/npm/postcss-preset-env/9.5.2/9.5.4) | | [rollup](https://rollupjs.org/) ([source](https://github.com/rollup/rollup)) | devDependencies | minor | [`4.13.0` -> `4.14.0`](https://renovatebot.com/diffs/npm/rollup/4.13.0/4.14.0) | | [sass](https://github.com/sass/dart-sass) | devDependencies | minor | [`1.72.0` -> `1.74.1`](https://renovatebot.com/diffs/npm/sass/1.72.0/1.74.1) | | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/Microsoft/TypeScript)) | devDependencies | patch | [`5.4.2` -> `5.4.4`](https://renovatebot.com/diffs/npm/typescript/5.4.2/5.4.4) | | [vite](https://vitejs.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | devDependencies | minor | [`5.1.6` -> `5.2.8`](https://renovatebot.com/diffs/npm/vite/5.1.6/5.2.8) | | [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) | devDependencies | patch | [`0.19.5` -> `0.19.8`](https://renovatebot.com/diffs/npm/vite-plugin-pwa/0.19.5/0.19.8) | | [vue-tsc](https://github.com/vuejs/language-tools) ([source](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc)) | devDependencies | patch | [`2.0.6` -> `2.0.10`](https://renovatebot.com/diffs/npm/vue-tsc/2.0.6/2.0.10) | --- ### Release Notes <details> <summary>Akryum/histoire (@&#8203;histoire/plugin-screenshot)</summary> ### [`v0.17.15`](https://github.com/Akryum/histoire/blob/HEAD/CHANGELOG.md#v01715) [Compare Source](https://github.com/Akryum/histoire/compare/v0.17.14...v0.17.15) [compare changes](https://github.com/Akryum/histoire/compare/v0.17.14...v0.17.15) ##### 🩹 Fixes - StoryResponsivePreview vertical resize ([#&#8203;704](https://github.com/Akryum/histoire/pull/704)) ##### ❤️ Contributors - Mobyrr ([@&#8203;Mobyrr](http://github.com/Mobyrr)) </details> <details> <summary>microsoft/rushstack (@&#8203;rushstack/eslint-patch)</summary> ### [`v1.10.1`](https://github.com/microsoft/rushstack/blob/HEAD/eslint/eslint-patch/CHANGELOG.md#1101) [Compare Source](https://github.com/microsoft/rushstack/compare/c09b14c776c99597d2319c57882b00000662319e...323fddb1ea812e038fa3b92e799a5550e81a92d6) Fri, 29 Mar 2024 05:46:41 GMT ##### Patches - Fix an issue where the `eslint-bulk prune` command would crash if a bulk suppressions file exists that speicifies no suppressions. - Exit with success under normal conditions. ### [`v1.10.0`](https://github.com/microsoft/rushstack/blob/HEAD/eslint/eslint-patch/CHANGELOG.md#1100) [Compare Source](https://github.com/microsoft/rushstack/compare/e548e6ec98a1cabe54c2526aa7043a142c50e160...c09b14c776c99597d2319c57882b00000662319e) Thu, 28 Mar 2024 18:11:12 GMT ##### Minor changes - Delete the `.eslint-bulk-suppressions.json` file during pruning if all suppressions have been eliminated. ##### Patches - Fix an issue with running `eslint-bulk prune` in a project with suppressions that refer to deleted files. ### [`v1.9.0`](https://github.com/microsoft/rushstack/blob/HEAD/eslint/eslint-patch/CHANGELOG.md#190) [Compare Source](https://github.com/microsoft/rushstack/compare/6a3db11af1a3f555dae5fe2e798603633d2996ac...e548e6ec98a1cabe54c2526aa7043a142c50e160) Wed, 27 Mar 2024 19:47:21 GMT ##### Minor changes - Fix an issue where `eslint-bulk prune` does not work if there are no files to lint in the project root. </details> <details> <summary>tsconfig/bases (@&#8203;tsconfig/node18)</summary> ### [`v18.2.4`](https://github.com/tsconfig/bases/compare/b02260d1a0e4228dc659c7294789e73afa02f43b...be6b3bb160889347b8614e8d18e1e88c40f8ecc9) [Compare Source](https://github.com/tsconfig/bases/compare/b02260d1a0e4228dc659c7294789e73afa02f43b...be6b3bb160889347b8614e8d18e1e88c40f8ecc9) ### [`v18.2.3`](https://github.com/tsconfig/bases/compare/031273b815ff7f672c7c9057fb7d19ef363054b1...b02260d1a0e4228dc659c7294789e73afa02f43b) [Compare Source](https://github.com/tsconfig/bases/compare/031273b815ff7f672c7c9057fb7d19ef363054b1...b02260d1a0e4228dc659c7294789e73afa02f43b) </details> <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v7.5.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#750-2024-04-01) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.4.0...v7.5.0) ##### 🩹 Fixes - **eslint-plugin:** \[no-floating-promises] handle TaggedTemplateExpression - **eslint-plugin:** \[no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option ##### ❤️ Thank You - Brad Zacher - Kim Sang Du - Mark de Dios - Naru - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.4.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#740-2024-03-25) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.3.1...v7.4.0) ##### 🚀 Features - **eslint-plugin:** \[consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata - **eslint-plugin:** \[no-unnecessary-type-arguments] handle tagged templates - **eslint-plugin:** deprecate no-throw-literal and add a renamed only-throw-error ##### 🩹 Fixes - **eslint-plugin:** \[prefer-optional-chain] address multipart nullish checks false positive - **eslint-plugin:** \[prefer-optional-chain] properly disambiguate between `boolean` and `false` - **eslint-plugin:** \[no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside ##### ❤️ Thank You - Abraham Guo - Brad Zacher - Josh Goldberg ✨ - Kim Sang Du - Kirk Waiblinger - Marco Pasqualetti - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary> ### [`v7.5.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#750-2024-04-01) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.4.0...v7.5.0) ##### 🩹 Fixes - **parser:** disallow `errorOnTypeScriptSyntacticAndSemanticIssues` ##### ❤️ Thank You - Brad Zacher - Kim Sang Du - Mark de Dios - Naru - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.4.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#740-2024-03-25) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.3.1...v7.4.0) ##### 🚀 Features - **eslint-plugin:** \[consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata ##### ❤️ Thank You - Abraham Guo - Brad Zacher - Josh Goldberg ✨ - Kim Sang Du - Kirk Waiblinger - Marco Pasqualetti - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> <details> <summary>postcss/autoprefixer (autoprefixer)</summary> ### [`v10.4.19`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10419) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.18...10.4.19) - Removed `end value has mixed support, consider using flex-end` warning since `end`/`start` now have good support. </details> <details> <summary>browserslist/caniuse-lite (caniuse-lite)</summary> ### [`v1.0.30001606`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001605...1.0.30001606) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001605...1.0.30001606) ### [`v1.0.30001605`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001603...1.0.30001605) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001603...1.0.30001605) ### [`v1.0.30001603`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001600...1.0.30001603) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001600...1.0.30001603) ### [`v1.0.30001600`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001599...1.0.30001600) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001599...1.0.30001600) </details> <details> <summary>csstools/postcss-plugins (css-has-pseudo)</summary> ### [`v6.0.3`](https://github.com/csstools/postcss-plugins/blob/HEAD/plugins/css-has-pseudo/CHANGELOG.md#603) [Compare Source](https://github.com/csstools/postcss-plugins/compare/5f9f75343e60abdab69f561411568d7f1d90e089...eafd01ba36f6b1e237bb01cd04ddd14a6f98f170) *March 31, 2024* - Updated [`@csstools/selector-specificity`](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity/CHANGELOG.md#303) (patch) </details> <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v13.7.2`](https://github.com/cypress-io/cypress/releases/tag/v13.7.2) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.7.1...v13.7.2) Changelog: https://docs.cypress.io/guides/references/changelog#13-7-2 ### [`v13.7.1`](https://github.com/cypress-io/cypress/releases/tag/v13.7.1) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.7.0...v13.7.1) Changelog: https://docs.cypress.io/guides/references/changelog#13-7-1 </details> <details> <summary>electron/electron (electron)</summary> ### [`v29.2.0`](https://github.com/electron/electron/releases/tag/v29.2.0): electron v29.2.0 [Compare Source](https://github.com/electron/electron/compare/v29.1.6...v29.2.0) ### Release Notes for v29.2.0 #### Fixes - Fixed crash in Notification::Close() under libnotify 0.8.x with portal environment. [#&#8203;41707](https://github.com/electron/electron/pull/41707) <span style="font-size:small;">(Also in [28](https://github.com/electron/electron/pull/41709), [30](https://github.com/electron/electron/pull/41708))</span> - Fixed usage of `Storage.{get|set|clear}Cookies` via the Chrome DevTools Protocol. [#&#8203;41739](https://github.com/electron/electron/pull/41739) <span style="font-size:small;">(Also in [28](https://github.com/electron/electron/pull/41738), [30](https://github.com/electron/electron/pull/41740))</span> #### Other Changes - Security: backported fix for CVE-2024-2885. - Security: backported fix for CVE-2024-2883. - Security: backported fix for CVE-2024-2887. - Security: backported fix for CVE-2024-2886. - Security: backported fix for [`3296748`](https://github.com/electron/electron/commit/329674887). - Security: backported fix for [`3271834`](https://github.com/electron/electron/commit/327183408). - Security: backported fix for [`3263494`](https://github.com/electron/electron/commit/326349405). [#&#8203;41746](https://github.com/electron/electron/pull/41746) - Updated Chromium to 122.0.6261.156. [#&#8203;41765](https://github.com/electron/electron/pull/41765) #### Documentation - Documentation changes: [#&#8203;41730](https://github.com/electron/electron/pull/41730) #### Unknown - Added support for Bluetooth ports being requested by service class ID in `navigator.serial`. [#&#8203;41735](https://github.com/electron/electron/pull/41735) <span style="font-size:small;">(Also in [30](https://github.com/electron/electron/pull/41734))</span> ### [`v29.1.6`](https://github.com/electron/electron/releases/tag/v29.1.6): electron v29.1.6 [Compare Source](https://github.com/electron/electron/compare/v29.1.5...v29.1.6) ### Release Notes for v29.1.6 #### Fixes - Fixed `shell.showItemInFolder` not opening Windows Explorer if the passed path contains forward slashes. [#&#8203;41672](https://github.com/electron/electron/pull/41672) <span style="font-size:small;">(Also in [28](https://github.com/electron/electron/pull/41670), [30](https://github.com/electron/electron/pull/41671))</span> - Fixed a potential crash in `chrome.scripting` on extension unload. [#&#8203;41701](https://github.com/electron/electron/pull/41701) <span style="font-size:small;">(Also in [30](https://github.com/electron/electron/pull/41702))</span> - Fixed an issue where emojis weren't properly handled on Windows. [#&#8203;41680](https://github.com/electron/electron/pull/41680) <span style="font-size:small;">(Also in [30](https://github.com/electron/electron/pull/41681))</span> - Fixed an issue where the `serial-port-added` event improperly respected filters set by `serial.requestPort()`. [#&#8203;41636](https://github.com/electron/electron/pull/41636) <span style="font-size:small;">(Also in [28](https://github.com/electron/electron/pull/41637), [30](https://github.com/electron/electron/pull/41635))</span> #### Other Changes - Security: backported fix for CVE-2024-2625. [#&#8203;41631](https://github.com/electron/electron/pull/41631) - Updated Chromium to 122.0.6261.139. [#&#8203;41634](https://github.com/electron/electron/pull/41634) ### [`v29.1.5`](https://github.com/electron/electron/releases/tag/v29.1.5): electron v29.1.5 [Compare Source](https://github.com/electron/electron/compare/v29.1.4...v29.1.5) ### Release Notes for v29.1.5 #### Fixes - Fixed an issue where badge text set using the Badging API no longer appeared correctly on Windows. [#&#8203;41628](https://github.com/electron/electron/pull/41628) <span style="font-size:small;">(Also in [30](https://github.com/electron/electron/pull/41629))</span> #### Other Changes - Updated Chromium to 122.0.6261.130. [#&#8203;41598](https://github.com/electron/electron/pull/41598) </details> <details> <summary>vuejs/eslint-plugin-vue (eslint-plugin-vue)</summary> ### [`v9.24.0`](https://github.com/vuejs/eslint-plugin-vue/releases/tag/v9.24.0) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v9.23.0...v9.24.0) #### ✨ Enhancements - [#&#8203;2407](https://github.com/vuejs/eslint-plugin-vue/issues/2407), [#&#8203;2436](https://github.com/vuejs/eslint-plugin-vue/issues/2436) Added support for the [flat config format](https://eslint.org/docs/latest/use/configure/configuration-files-new). #### 🐛 Bug Fixes - [#&#8203;2425](https://github.com/vuejs/eslint-plugin-vue/issues/2425) Fixed error for empty value in [`vue/no-restricted-class`](https://eslint.vuejs.org/rules/no-restricted-class.html) rule **Full Changelog**: https://github.com/vuejs/eslint-plugin-vue/compare/v9.23.0...v9.24.0 </details> <details> <summary>capricorn86/happy-dom (happy-dom)</summary> ### [`v14.5.1`](https://github.com/capricorn86/happy-dom/releases/tag/v14.5.1) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.5.0...v14.5.1) ##### :construction_worker_man: Patch fixes - Fixes problem with Document.defaultView not referring to the global object when using GlobalRegistrator - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1367](https://github.com/capricorn86/happy-dom/issues/1367) ##### :art: Features - Adds support for closing/destroying the Window in `GlobalRegistrator.unregister()` - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1367](https://github.com/capricorn86/happy-dom/issues/1367) ### [`v14.5.0`](https://github.com/capricorn86/happy-dom/releases/tag/v14.5.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.4.0...v14.5.0) ##### :art: Features - Adds support for handling "application/x-www-form-urlencoded" in `Request.formData()` - By [@&#8203;tt-public](https://github.com/tt-public) in [#&#8203;1379](https://github.com/capricorn86/happy-dom/issues/1379) ### [`v14.4.0`](https://github.com/capricorn86/happy-dom/releases/tag/v14.4.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.3.10...v14.4.0) ##### :art: Features - Adds support for `HTMLIFrameElement.sandbox` to return a `DOMTokenList` - By [@&#8203;jeffwcx](https://github.com/jeffwcx) in task [#&#8203;825](https://github.com/capricorn86/happy-dom/issues/825) ### [`v14.3.10`](https://github.com/capricorn86/happy-dom/releases/tag/v14.3.10) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.3.9...v14.3.10) ##### :construction_worker_man: Patch fixes - Fixes problem related to CSS properties not being used in CSS values when they are declared after (e.g. when CSS properties are defined in Element attribute) - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1364](https://github.com/capricorn86/happy-dom/issues/1364) - Update the `CSSStyleSheet` object when child nodes of an `HTMLStyleElement` are modified - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1364](https://github.com/capricorn86/happy-dom/issues/1364) ### [`v14.3.9`](https://github.com/capricorn86/happy-dom/releases/tag/v14.3.9) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.3.8...v14.3.9) ##### :construction_worker_man: Patch fixes - Fixes problem with spying on properties in Storage - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1368](https://github.com/capricorn86/happy-dom/issues/1368) ### [`v14.3.8`](https://github.com/capricorn86/happy-dom/releases/tag/v14.3.8) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.3.7...v14.3.8) ##### :construction_worker_man: Patch fixes - Fixes problem when the error for the invalid selectors `:is` and :`where` (without argument) was not handled correctly - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1352](https://github.com/capricorn86/happy-dom/issues/1352) ### [`v14.3.7`](https://github.com/capricorn86/happy-dom/releases/tag/v14.3.7) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.3.6...v14.3.7) ##### :construction_worker_man: Patch fixes - Makes `DOMTokenList` iterable - By [@&#8203;silverwind](https://github.com/silverwind) in task [#&#8203;1342](https://github.com/capricorn86/happy-dom/issues/1342) ### [`v14.3.6`](https://github.com/capricorn86/happy-dom/releases/tag/v14.3.6) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.3.5...v14.3.6) ##### :construction_worker_man: Patch fixes - Adds support for parsing the shorthand comment `<!>` - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1288](https://github.com/capricorn86/happy-dom/issues/1288) ### [`v14.3.5`](https://github.com/capricorn86/happy-dom/releases/tag/v14.3.5) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.3.4...v14.3.5) ##### :construction_worker_man: Patch fixes - Fixes bug where the tag name for custom elements constructed using the "new" keyword rendered as `<null>` - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1354](https://github.com/capricorn86/happy-dom/issues/1354) ### [`v14.3.4`](https://github.com/capricorn86/happy-dom/releases/tag/v14.3.4) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.3.3...v14.3.4) ##### :construction_worker_man: Patch fixes - Ignores invalid selectors when parsing CSS in `Window.getComputedStyle()` - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1352](https://github.com/capricorn86/happy-dom/issues/1352) ### [`v14.3.3`](https://github.com/capricorn86/happy-dom/releases/tag/v14.3.3) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.3.2...v14.3.3) ##### :construction_worker_man: Patch fixes - Fixes bug where calling `Storage.getItem()` with a key that has the same name as one of its methods or properties, returned the method/property (e.g. `Storage.getItem('key')` returned `Storage.key()` which is a function) - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1351](https://github.com/capricorn86/happy-dom/issues/1351) - The solution has been changed to use a `Proxy` instead to safeguard against this ### [`v14.3.2`](https://github.com/capricorn86/happy-dom/releases/tag/v14.3.2) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.3.1...v14.3.2) ##### :construction_worker_man: Patch fixes - Converts the value parameter to string in `Storage.setItem()` - By **[@&#8203;dr2009](https://github.com/dr2009)** in task [#&#8203;1347](https://github.com/capricorn86/happy-dom/issues/1347) ### [`v14.3.1`](https://github.com/capricorn86/happy-dom/releases/tag/v14.3.1) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.3.0...v14.3.1) ##### :construction_worker_man: Patch fixes - Adds support for defining keys to the `Storage` class used by the properties `Window.localStorage` and `Window.sessionStorage` - By **[@&#8203;frankdiw](https://github.com/frankdiw)** in task [#&#8203;1181](https://github.com/capricorn86/happy-dom/issues/1181) ### [`v14.3.0`](https://github.com/capricorn86/happy-dom/releases/tag/v14.3.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.2.1...v14.3.0) ##### :art: Features - Adds support for `Select.selectedOptions` - By **[@&#8203;otaviosoares](https://github.com/otaviosoares)** in task [#&#8203;1282](https://github.com/capricorn86/happy-dom/issues/1282) ### [`v14.2.1`](https://github.com/capricorn86/happy-dom/releases/tag/v14.2.1) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.2.0...v14.2.1) ##### :construction_worker_man: Patch fixes - Binds getters and setters on all Window classes (not only `GlobalWindow`), so that they will be available when calling `Object.getOwnPropertyDescriptors()` - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1343](https://github.com/capricorn86/happy-dom/issues/1343) - The reason for this change is that JSDOM and browsers has these properties as part of the Window instance and not the prototype - Happy DOM will now behave correctly when overriding a property on Window with `spyOn(window, 'property')` or `Object.defineProperty(window, 'property')` ### [`v14.2.0`](https://github.com/capricorn86/happy-dom/releases/tag/v14.2.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.1.2...v14.2.0) ##### :art: Features - Adds support for the pseudo selectors `:is()` and `:where()` - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1333](https://github.com/capricorn86/happy-dom/issues/1333) ### [`v14.1.2`](https://github.com/capricorn86/happy-dom/releases/tag/v14.1.2) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.1.1...v14.1.2) ##### :construction_worker_man: Patch fixes - Fixes problem with properties defined as getters and setters not being registered globally by Vitest - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1339](https://github.com/capricorn86/happy-dom/issues/1339) - The problem occurred as Vitest is using `Object.getOwnPropertyDescriptors(window)` to read which properties to register globally, but getters and setters are defined on the prototype - To solve the problem, `GlobalWindow` now defines the properties on the instance when it is constructed ### [`v14.1.1`](https://github.com/capricorn86/happy-dom/releases/tag/v14.1.1) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.1.0...v14.1.1) ##### :construction_worker_man: Patch fixes - Changes `location`, `history`, `navigator`, `screen`, `sessionStorage` and `localStorage` to be getters instead of properties on `Window` - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1336](https://github.com/capricorn86/happy-dom/issues/1336) - Adds setter for `Window.location` - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1336](https://github.com/capricorn86/happy-dom/issues/1336) ### [`v14.1.0`](https://github.com/capricorn86/happy-dom/releases/tag/v14.1.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.0.0...v14.1.0) ##### :art: Features - Adds support for the setting `handleDisabledFileLoadingAsSuccess`, that can be used for triggering a "load" event instead of an "error" event when file loading is disabled - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1334](https://github.com/capricorn86/happy-dom/issues/1334) </details> <details> <summary>postcss/postcss (postcss)</summary> ### [`v8.4.38`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8438) [Compare Source](https://github.com/postcss/postcss/compare/8.4.37...8.4.38) - Fixed `endIndex: 0` in errors and warnings (by [@&#8203;romainmenke](https://github.com/romainmenke)). </details> <details> <summary>csstools/postcss-plugins (postcss-preset-env)</summary> ### [`v9.5.4`](https://github.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#954) [Compare Source](https://github.com/csstools/postcss-plugins/compare/90fa4a8d1f66d9f84ba0980bb62b59cfc165fd05...d46bfb6fcfdaaeb779905a70a4a86a6888987413) *April 2, 2024* - Updated [`@csstools/postcss-light-dark-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function) to [`1.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#103) (patch) ### [`v9.5.3`](https://github.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#953) [Compare Source](https://github.com/csstools/postcss-plugins/compare/4f8a217206b3b7b8136b04bcbf2b196bbbcfcf58...90fa4a8d1f66d9f84ba0980bb62b59cfc165fd05) *March 31, 2024* - Updated [`cssdb`](https://github.com/csstools/cssdb) to [`8.0.0`](https://github.com/csstools/cssdb/blob/main/CHANGELOG.md#800-march-30-2024) (major) - Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.2.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#320) (minor) - Updated [`@csstools/postcss-cascade-layers`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers) to [`4.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers/CHANGELOG.md#404) (patch) - Updated [`@csstools/postcss-ic-unit`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit) to [`3.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit/CHANGELOG.md#306) (patch) - Updated [`@csstools/postcss-is-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to [`4.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md#406) (patch) - Updated [`@csstools/postcss-light-dark-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function) to [`1.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#102) (patch) - Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`3.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#305) (patch) - Updated [`css-has-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo) to [`6.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#603) (patch) - Updated [`postcss-double-position-gradients`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients) to [`5.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients/CHANGELOG.md#506) (patch) - Updated [`postcss-nesting`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting) to [`12.1.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting/CHANGELOG.md#1211) (patch) - Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`3.0.13`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#3013) (patch) - Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`2.0.13`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#2013) (patch) - Updated [`@csstools/postcss-gamut-mapping`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping) to [`1.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping/CHANGELOG.md#106) (patch) - Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.14`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#4014) (patch) - Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`3.0.12`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#3012) (patch) - Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.13`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#3013) (patch) - Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.13`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#2013) (patch) - Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#608) (patch) - Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.13`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#6013) (patch) </details> <details> <summary>rollup/rollup (rollup)</summary> ### [`v4.14.0`](https://github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4140) [Compare Source](https://github.com/rollup/rollup/compare/v4.13.2...v4.14.0) *2024-04-03* ##### Features - Display error causes in Rollup CLI ([#&#8203;5422](https://github.com/rollup/rollup/issues/5422)) - Add basic support for explicit resource management via "using" and "await using" ([#&#8203;5423](https://github.com/rollup/rollup/issues/5423)) ##### Pull Requests - [#&#8203;5422](https://github.com/rollup/rollup/pull/5422): feat: show all cause in Error ([@&#8203;devohda](https://github.com/devohda), [@&#8203;lukastaegert](https://github.com/lukastaegert)) - [#&#8203;5444](https://github.com/rollup/rollup/pull/5444): feat: support explicit-resource-management ([@&#8203;TrickyPi](https://github.com/TrickyPi)) - [#&#8203;5445](https://github.com/rollup/rollup/pull/5445): docs: add `@shikiji/vitepress-twoslash` ([@&#8203;sapphi-red](https://github.com/sapphi-red)) - [#&#8203;5447](https://github.com/rollup/rollup/pull/5447): chore(deps): lock file maintenance minor/patch updates ( [@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5448](https://github.com/rollup/rollup/pull/5448): chore(deps): lock file maintenance ([@&#8203;renovate](https://github.com/renovate)\[bot]) ### [`v4.13.2`](https://github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4132) [Compare Source](https://github.com/rollup/rollup/compare/v4.13.1...v4.13.2) *2024-03-28* ##### Bug Fixes - Ensure accessing module info is cached after the build phase for improved performance ([#&#8203;5438](https://github.com/rollup/rollup/issues/5438)) - Support powerpc64le CPUs ([#&#8203;5350](https://github.com/rollup/rollup/issues/5350)) ##### Pull Requests - [#&#8203;5350](https://github.com/rollup/rollup/pull/5350): Add support for ppc64le ([@&#8203;pavolloffay](https://github.com/pavolloffay), [@&#8203;lukastaegert](https://github.com/lukastaegert)) - [#&#8203;5438](https://github.com/rollup/rollup/pull/5438): Cache module info getters before output generation ([@&#8203;bluwy](https://github.com/bluwy), [@&#8203;lukastaegert](https://github.com/lukastaegert)) ### [`v4.13.1`](https://github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4131) [Compare Source](https://github.com/rollup/rollup/compare/v4.13.0...v4.13.1) *2024-03-27* ##### Bug Fixes - Add new linux-s390x-gnu native binary package ([#&#8203;5346](https://github.com/rollup/rollup/issues/5346)) ##### Pull Requests - [#&#8203;5346](https://github.com/rollup/rollup/pull/5346): Add support for linux s390x gnu ([@&#8203;edlerd](https://github.com/edlerd)) - [#&#8203;5430](https://github.com/rollup/rollup/pull/5430): chore(deps): update dependency [@&#8203;vue/eslint-config-typescript](https://github.com/vue/eslint-config-typescript) to v13 ([@&#8203;renovate](https://github.com/renovate)\[bot], [@&#8203;lukastaegert](https://github.com/lukastaegert)) - [#&#8203;5431](https://github.com/rollup/rollup/pull/5431): chore(deps): lock file maintenance minor/patch updates ( [@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5432](https://github.com/rollup/rollup/pull/5432): chore(deps): lock file maintenance minor/patch updates ( [@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5436](https://github.com/rollup/rollup/pull/5436): chore(deps): lock file maintenance minor/patch updates ( [@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5437](https://github.com/rollup/rollup/pull/5437): chore(deps): lock file maintenance minor/patch updates ( [@&#8203;renovate](https://github.com/renovate)\[bot]) </details> <details> <summary>sass/dart-sass (sass)</summary> ### [`v1.74.1`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1741) [Compare Source](https://github.com/sass/dart-sass/compare/1.72.0...1.74.1) - No user-visible changes. </details> <details> <summary>Microsoft/TypeScript (typescript)</summary> ### [`v5.4.4`](https://github.com/microsoft/TypeScript/releases/tag/v5.4.4): TypeScript 5.4.4 [Compare Source](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.4) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.4.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.4 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v5.4.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.4.3): TypeScript 5.4.3 [Compare Source](https://github.com/Microsoft/TypeScript/compare/v5.4.2...v5.4.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.4.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v5.2.8`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small528-2024-04-03-small) [Compare Source](https://github.com/vitejs/vite/compare/v5.2.7...v5.2.8) - fix: csp nonce injection when no closing tag ([#&#8203;16281](https://github.com/vitejs/vite/issues/16281)) ([#&#8203;16282](https://github.com/vitejs/vite/issues/16282)) ([3c85c6b](https://github.com/vitejs/vite/commit/3c85c6b)), closes [#&#8203;16281](https://github.com/vitejs/vite/issues/16281) [#&#8203;16282](https://github.com/vitejs/vite/issues/16282) - fix: do not access document in `/@&#8203;vite/client` when not defined ([#&#8203;16318](https://github.com/vitejs/vite/issues/16318)) ([646319c](https://github.com/vitejs/vite/commit/646319c)), closes [#&#8203;16318](https://github.com/vitejs/vite/issues/16318) - fix: fix sourcemap when using object as `define` value ([#&#8203;15805](https://github.com/vitejs/vite/issues/15805)) ([445c4f2](https://github.com/vitejs/vite/commit/445c4f2)), closes [#&#8203;15805](https://github.com/vitejs/vite/issues/15805) - fix(css): unknown file error happened with lightningcss ([#&#8203;16306](https://github.com/vitejs/vite/issues/16306)) ([01af308](https://github.com/vitejs/vite/commit/01af308)), closes [#&#8203;16306](https://github.com/vitejs/vite/issues/16306) - fix(hmr): multiple updates happened when invalidate is called while multiple tabs open ([#&#8203;16307](https://github.com/vitejs/vite/issues/16307)) ([21cc10b](https://github.com/vitejs/vite/commit/21cc10b)), closes [#&#8203;16307](https://github.com/vitejs/vite/issues/16307) - fix(scanner): duplicate modules for same id if glob is used in html-like types ([#&#8203;16305](https://github.com/vitejs/vite/issues/16305)) ([eca68fa](https://github.com/vitejs/vite/commit/eca68fa)), closes [#&#8203;16305](https://github.com/vitejs/vite/issues/16305) - chore(deps): update all non-major dependencies ([#&#8203;16325](https://github.com/vitejs/vite/issues/16325)) ([a78e265](https://github.com/vitejs/vite/commit/a78e265)), closes [#&#8203;16325](https://github.com/vitejs/vite/issues/16325) - refactor: use types from sass instead of [@&#8203;types/sass](https://github.com/types/sass) ([#&#8203;16340](https://github.com/vitejs/vite/issues/16340)) ([4581e83](https://github.com/vitejs/vite/commit/4581e83)), closes [#&#8203;16340](https://github.com/vitejs/vite/issues/16340) ### [`v5.2.7`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small527-2024-03-29-small) [Compare Source](https://github.com/vitejs/vite/compare/v5.2.6...v5.2.7) - chore: deprecate splitVendorChunkPlugin ([#&#8203;16274](https://github.com/vitejs/vite/issues/16274)) ([45a06da](https://github.com/vitejs/vite/commit/45a06da)), closes [#&#8203;16274](https://github.com/vitejs/vite/issues/16274) - fix: skip injecting `__vite__mapDeps` when it's not used ([#&#8203;16271](https://github.com/vitejs/vite/issues/16271)) ([890538a](https://github.com/vitejs/vite/commit/890538a)), closes [#&#8203;16271](https://github.com/vitejs/vite/issues/16271) - fix(deps): update all non-major dependencies ([#&#8203;16258](https://github.com/vitejs/vite/issues/16258)) ([7caef42](https://github.com/vitejs/vite/commit/7caef42)), closes [#&#8203;16258](https://github.com/vitejs/vite/issues/16258) - fix(hmr): don't mutate module graph when collecting modules ([#&#8203;16302](https://github.com/vitejs/vite/issues/16302)) ([dfffea1](https://github.com/vitejs/vite/commit/dfffea1)), closes [#&#8203;16302](https://github.com/vitejs/vite/issues/16302) - fix(hmr): trigger hmr for missing file import errored module after file creation ([#&#8203;16303](https://github.com/vitejs/vite/issues/16303)) ([ffedc06](https://github.com/vitejs/vite/commit/ffedc06)), closes [#&#8203;16303](https://github.com/vitejs/vite/issues/16303) - fix(sourcemap): don't warn even if the sourcesContent is an empty string ([#&#8203;16273](https://github.com/vitejs/vite/issues/16273)) ([24e376a](https://github.com/vitejs/vite/commit/24e376a)), closes [#&#8203;16273](https://github.com/vitejs/vite/issues/16273) - feat(hmr): reload when HTML file is created/deleted ([#&#8203;16288](https://github.com/vitejs/vite/issues/16288)) ([1f53796](https://github.com/vitejs/vite/commit/1f53796)), closes [#&#8203;16288](https://github.com/vitejs/vite/issues/16288) ### [`v5.2.6`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small526-2024-03-24-small) [Compare Source](https://github.com/vitejs/vite/compare/v5.2.5...v5.2.6) - fix: `fs.deny` with globs with directories ([#&#8203;16250](https://github.com/vitejs/vite/issues/16250)) ([ba5269c](https://github.com/vitejs/vite/commit/ba5269c)), closes [#&#8203;16250](https://github.com/vitejs/vite/issues/16250) ### [`v5.2.5`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small525-2024-03-24-small) [Compare Source](https://github.com/vitejs/vite/compare/v5.2.4...v5.2.5) - fix: avoid SSR requests in waitForRequestIdle ([#&#8203;16246](https://github.com/vitejs/vite/issues/16246)) ([7093f77](https://github.com/vitejs/vite/commit/7093f77)), closes [#&#8203;16246](https://github.com/vitejs/vite/issues/16246) - docs: clarify enforce vs hook.order ([#&#8203;16226](https://github.com/vitejs/vite/issues/16226)) ([3a73e48](https://github.com/vitejs/vite/commit/3a73e48)), closes [#&#8203;16226](https://github.com/vitejs/vite/issues/16226) ### [`v5.2.4`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small524-2024-03-23-small) - fix: dont resolve imports with malformed URI ([#&#8203;16244](https://github.com/vitejs/vite/issues/16244)) ([fbf69d5](https://github.com/vitejs/vite/commit/fbf69d5)), closes [#&#8203;16244](https://github.com/vitejs/vite/issues/16244) ### [`v5.2.3`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small523-2024-03-22-small) - fix: handle warmup request error correctly ([#&#8203;16223](https://github.com/vitejs/vite/issues/16223)) ([d7c5256](https://github.com/vitejs/vite/commit/d7c5256)), closes [#&#8203;16223](https://github.com/vitejs/vite/issues/16223) - fix: skip encode if is data uri ([#&#8203;16233](https://github.com/vitejs/vite/issues/16233)) ([8617e76](https://github.com/vitejs/vite/commit/8617e76)), closes [#&#8203;16233](https://github.com/vitejs/vite/issues/16233) - fix(optimizer): fix `optimizeDeps.include` glob syntax for `./*` exports ([#&#8203;16230](https://github.com/vitejs/vite/issues/16230)) ([f184c80](https://github.com/vitejs/vite/commit/f184c80)), closes [#&#8203;16230](https://github.com/vitejs/vite/issues/16230) - fix(runtime): fix sourcemap with `prepareStackTrace` ([#&#8203;16220](https://github.com/vitejs/vite/issues/16220)) ([dad7f4f](https://github.com/vitejs/vite/commit/dad7f4f)), closes [#&#8203;16220](https://github.com/vitejs/vite/issues/16220) - chore: `utf8` replaced with `utf-8` ([#&#8203;16232](https://github.com/vitejs/vite/issues/16232)) ([9800c73](https://github.com/vitejs/vite/commit/9800c73)), closes [#&#8203;16232](https://github.com/vitejs/vite/issues/16232) ### [`v5.2.2`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small522-2024-03-20-small) - fix(importAnalysis): skip encode in ssr ([#&#8203;16213](https://github.com/vitejs/vite/issues/16213)) ([e4d2d60](https://github.com/vitejs/vite/commit/e4d2d60)), closes [#&#8203;16213](https://github.com/vitejs/vite/issues/16213) ### [`v5.2.1`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small521-2024-03-20-small) - fix: encode path uri only ([#&#8203;16212](https://github.com/vitejs/vite/issues/16212)) ([0b2e40b](https://github.com/vitejs/vite/commit/0b2e40b)), closes [#&#8203;16212](https://github.com/vitejs/vite/issues/16212) ### [`v5.2.0`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#520-2024-03-20) - fix: update client.ts@cleanUrl to accomodate blob protocol ([#&#8203;16182](https://github.com/vitejs/vite/issues/16182)) ([1a3b1d7](https://github.com/vitejs/vite/commit/1a3b1d7)), closes [#&#8203;16182](https://github.com/vitejs/vite/issues/16182) - fix(assets): avoid splitting `,` inside query parameter of image URI in srcset property ([#&#8203;16081](https://github.com/vitejs/vite/issues/16081)) ([50caf67](https://github.com/vitejs/vite/commit/50caf67)), closes [#&#8203;16081](https://github.com/vitejs/vite/issues/16081) - chore(deps): update all non-major dependencies ([#&#8203;16186](https://github.com/vitejs/vite/issues/16186)) ([842643d](https://github.com/vitejs/vite/commit/842643d)), closes [#&#8203;16186](https://github.com/vitejs/vite/issues/16186) - perf(transformRequest): fast-path watch and sourcemap handling ([#&#8203;16170](https://github.com/vitejs/vite/issues/16170)) ([de60f1e](https://github.com/vitejs/vite/commit/de60f1e)), closes [#&#8203;16170](https://github.com/vitejs/vite/issues/16170) - docs: add `@shikiji/vitepress-twoslash` ([#&#8203;16168](https://github.com/vitejs/vite/issues/16168)) ([6f8a320](https://github.com/vitejs/vite/commit/6f8a320)), closes [#&#8203;16168](https://github.com/vitejs/vite/issues/16168) ### [`v5.1.7`](https://github.com/vitejs/vite/releases/tag/v5.1.7) [Compare Source](https://github.com/vitejs/vite/compare/v5.1.6...v5.1.7) Please refer to [CHANGELOG.md](https://github.com/vitejs/vite/blob/v5.1.7/packages/vite/CHANGELOG.md) for details. </details> <details> <summary>vite-pwa/vite-plugin-pwa (vite-plugin-pwa)</summary> ### [`v0.19.8`](https://github.com/vite-pwa/vite-plugin-pwa/releases/tag/v0.19.8) [Compare Source](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.19.7...v0.19.8) #####    🐞 Bug Fixes - Pwa assets disabled when using custom inline preset  -  by [@&#8203;userquin](https://github.com/userquin) in https://github.com/vite-pwa/vite-plugin-pwa/issues/697 [<samp>(99ed1)</samp>](https://github.com/vite-pwa/vite-plugin-pwa/commit/99ed12b) - Configure favicon preset when using inlined preset  -  by [@&#8203;userquin](https://github.com/userquin) in https://github.com/vite-pwa/vite-plugin-pwa/issues/699 [<samp>(2cb62)</samp>](https://github.com/vite-pwa/vite-plugin-pwa/commit/2cb6287) #####     [View changes on GitHub](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.19.7...v0.19.8) ### [`v0.19.7`](https://github.com/vite-pwa/vite-plugin-pwa/releases/tag/v0.19.7) [Compare Source](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.19.6...v0.19.7) #####    🐞 Bug Fixes - PWA icons not generated when PWA disabled  -  by [@&#8203;userquin](https://github.com/userquin) in https://github.com/vite-pwa/vite-plugin-pwa/issues/691 [<samp>(d1a10)</samp>](https://github.com/vite-pwa/vite-plugin-pwa/commit/d1a1047) #####     [View changes on GitHub](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.19.6...v0.19.7) ### [`v0.19.6`](https://github.com/vite-pwa/vite-plugin-pwa/releases/tag/v0.19.6) [Compare Source](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.19.5...v0.19.6) #####    🚀 Features - **injectManifest**: Add sw build env options and allow change vite configuration  -  by [@&#8203;userquin](https://github.com/userquin) in https://github.com/vite-pwa/vite-plugin-pwa/issues/690 [<samp>(1474e)</samp>](https://github.com/vite-pwa/vite-plugin-pwa/commit/1474e50) #####     [View changes on GitHub](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.19.5...v0.19.6) </details> <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`v2.0.10`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2010-202444) [Compare Source](https://github.com/vuejs/language-tools/compare/v2.0.7...v2.0.10) ##### Features - **vscode:** enable `vue.updateImportsOnFileMove.enabled` by default ([#&#8203;3646](https://github.com/vuejs/language-tools/issues/3646)) - **vscode:** re-add restart server command ([#&#8203;4174](https://github.com/vuejs/language-tools/issues/4174)) - **vscode:** automatically enable Hybrid Mode if possible ([#&#8203;4206](https://github.com/vuejs/language-tools/issues/4206)) - **component-meta:** add typing resolution for defineModel modifiers ([#&#8203;4175](https://github.com/vuejs/language-tools/issues/4175)) - Thanks [@&#8203;stafyniaksacha](https://github.com/stafyniaksacha) - **language-service:** drag and drop import respects tsconfig path aliases ([#&#8203;4184](https://github.com/vuejs/language-tools/issues/4184)) - **language-service:** supports auto insertion of multiple cursors ([#&#8203;4140](https://github.com/vuejs/language-tools/issues/4140)) ##### Bug Fixes - **language-server:** `additionalExtensions` option not working for inferred project - **language-core:** avoid interpolation indentation affecting each other - **language-core:** generate each interpolation into separate virtual code ([#&#8203;4165](https://github.com/vuejs/language-tools/issues/4165)) - **language-service:** ignore html `wrapAttributes` format settings for vue document ([#&#8203;3987](https://github.com/vuejs/language-tools/issues/3987)) - **vscode:** remove duplicate ts version status ([#&#8203;4167](https://github.com/vuejs/language-tools/issues/4167)) - **language-server:** `.html`, `.md` file language id incorrect - **typescript-plugin:** formatting settings not working for ts completion - **tsc:** remove fake global types holder for composite projects compatibility ([#&#8203;4196](https://github.com/vuejs/language-tools/issues/4196)) - Thanks [@&#8203;blake-newman](https://github.com/blake-newman) ##### Performance - **language-core:** cache canonical root file names with string Set ##### Other Changes - Upgrade Volar from `v2.1.3` to `v2.2.0-alpha.5` for a few bug fixes and performance improves, please refer to [CHANGELOG.md](https://github.com/volarjs/volar.js/blob/master/CHANGELOG.md) for details. - **vscode:** update required VSCode version to `^1.88.0` - **docs:** update readme with neovim lspconfig setup ([#&#8203;4134](https://github.com/vuejs/language-tools/issues/4134)) - Thanks [@&#8203;RayGuo-ergou](https://github.com/RayGuo-ergou) - **language-core:** split inline css codegen into separate plugin - **language-core:** move global types codegen into separate script - **language-core:** resolve virtual code features before push code - **test:** added simple tests for vue-tsc and custom SFC extensions. ([#&#8203;4181](https://github.com/vuejs/language-tools/issues/4181)) - Thanks [@&#8203;cabal95](https://github.com/cabal95) ### [`v2.0.7`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#207-2024320) [Compare Source](https://github.com/vuejs/language-tools/compare/v2.0.6...v2.0.7) > \[!NOTE] > Hybrid Mode is now disabled by default, you need to enable `vue.server.hybridMode` in settings to enable it explicitly. ##### Features - **language-server:** reintroducing full TS support and disable Hybrid Mode by default ([#&#8203;4119](https://github.com/vuejs/language-tools/issues/4119)) - **vscode:** check outdated `@vue/language-plugin-pug` in doctor - **vscode:** significantly reduces the status bar space occupied ##### Bug Fixes - **vscode:** vueCompilerOptions no longer prompts for deprecated options - **component-meta:** `defineSlots` allows empty params ([#&#8203;4093](https://github.com/vuejs/language-tools/issues/4093)) - thanks [@&#8203;Evertvdw](https://github.com/Evertvdw) - **typescript-plugin:** fault tolerance for named pipe servers json file ([#&#8203;4075](https://github.com/vuejs/language-tools/issues/4075)) - thanks [@&#8203;Simon-He95](https://github.com/Simon-He95) - **language-core:** generate `defineModel` emits type on-demand ([#&#8203;4052](https://github.com/vuejs/language-tools/issues/4052)) - thanks [@&#8203;so1ve](https://github.com/so1ve) - **language-core:** special treatment for number elements inside `v-for` ([#&#8203;3859](https://github.com/vuejs/language-tools/issues/3859)) - thanks [@&#8203;so1ve](https://github.com/so1ve) - **language-plugin-pug:** semantic tokens mapping failed ([#&#8203;4070](https://github.com/vuejs/language-tools/issues/4070)) ##### Other Changes - **language-service** update neovim lsp set up info ([#&#8203;4085](https://github.com/vuejs/language-tools/issues/4085)) - thanks [@&#8203;CofCat456](https://github.com/CofCat456) - **lint:** add `tsl` linter and auto fix workflow ([#&#8203;4100](https://github.com/vuejs/language-tools/issues/4100)) - **vscode:** remove embedded language IDs ([#&#8203;4081](https://github.com/vuejs/language-tools/issues/4081)) - thanks [@&#8203;remcohaszing](https://github.com/remcohaszing) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am" (UTC), 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate added the
dependencies
label 2024-03-21 00:07:14 +00:00
renovate added 1 commit 2024-03-21 00:07:24 +00:00
continuous-integration/drone/pr Build is passing Details
723fe32198
chore(deps): update dev-dependencies
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the frontend changes of this PR on a preview environment under this URL: https://2229-renovate-dev-dependencies--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somewhere. The easiest to use is https://try.vikunja.io/.

This preview does not contain any changes made to the api, only the frontend.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the frontend changes of this PR on a preview environment under this URL: https://2229-renovate-dev-dependencies--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somewhere. The easiest to use is https://try.vikunja.io/. This preview does not contain any changes made to the api, only the frontend. Have a nice day! > Beep boop, I'm a bot.
renovate force-pushed renovate/dev-dependencies from 723fe32198 to 99c5448939 2024-03-21 15:07:35 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 99c5448939 to 40d86a795a 2024-03-21 20:06:46 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 40d86a795a to 442ae59f32 2024-03-21 22:06:41 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 442ae59f32 to 0940dcb89d 2024-03-21 23:07:45 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 0940dcb89d to c0c0a44b24 2024-03-22 04:07:03 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from c0c0a44b24 to b0ef2c64b5 2024-03-22 14:06:41 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from b0ef2c64b5 to c87e2aa037 2024-03-23 10:07:22 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from c87e2aa037 to 18ba2c3e71 2024-03-23 15:07:00 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 18ba2c3e71 to 6264cd9ace 2024-03-23 20:06:26 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 6264cd9ace to db719106b5 2024-03-24 05:08:56 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from db719106b5 to 2b7bc765f9 2024-03-24 10:06:25 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 2b7bc765f9 to 90197ceefd 2024-03-24 12:08:41 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 90197ceefd to d474c655a4 2024-03-24 13:06:48 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from d474c655a4 to 4d81cd9fd4 2024-03-24 15:07:38 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 4d81cd9fd4 to 1cdba9daa3 2024-03-24 16:06:48 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 1cdba9daa3 to e0f6fb2ab0 2024-03-25 12:08:12 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from e0f6fb2ab0 to b92e6e9d39 2024-03-25 19:08:40 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from b92e6e9d39 to fe7c843102 2024-03-25 23:08:38 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from fe7c843102 to 89ed73156b 2024-03-26 01:06:34 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 89ed73156b to 313ad80a7d 2024-03-27 00:06:42 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 313ad80a7d to 8432710fd3 2024-03-27 05:09:33 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 8432710fd3 to eebf979163 2024-03-27 11:08:33 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from eebf979163 to 3452de2298 2024-03-27 20:08:29 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 3452de2298 to ff139e98c2 2024-03-27 21:07:46 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from ff139e98c2 to eea00db3a0 2024-03-28 15:08:28 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from eea00db3a0 to bb26a92bfd 2024-03-28 19:06:32 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from bb26a92bfd to 1245fdcf50 2024-03-28 21:07:46 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 1245fdcf50 to 1a1800f294 2024-03-28 23:09:26 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 1a1800f294 to c4e0be905b 2024-03-29 06:07:03 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from c4e0be905b to fd9f76575e 2024-03-29 09:08:15 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from fd9f76575e to 4636e30588 2024-03-29 16:09:46 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 4636e30588 to f0a6112c79 2024-03-30 05:09:52 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from f0a6112c79 to b0a1322685 2024-03-30 06:08:47 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from b0a1322685 to 2290302694 2024-03-31 06:08:29 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 2290302694 to db50a31b00 2024-03-31 14:08:23 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from db50a31b00 to a322f8aaa9 2024-04-01 22:11:00 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from a322f8aaa9 to 10025e65d3 2024-04-01 23:11:13 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 10025e65d3 to 2ae1bbb6c2 2024-04-02 06:07:50 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 2ae1bbb6c2 to 502bb10f7a 2024-04-02 10:09:26 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 502bb10f7a to d06cfc3d70 2024-04-02 12:08:12 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from d06cfc3d70 to 91479b263b 2024-04-02 20:09:46 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 91479b263b to be12d9d818 2024-04-02 21:09:10 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from be12d9d818 to fc6c2b450d 2024-04-03 06:08:03 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from fc6c2b450d to 13cbb95c81 2024-04-03 14:09:22 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 13cbb95c81 to c8ed6880f2 2024-04-03 22:09:10 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from c8ed6880f2 to d3580254b6 2024-04-03 23:09:32 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from d3580254b6 to 1867c2cc82 2024-04-04 01:08:46 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 1867c2cc82 to 924d866648 2024-04-04 15:09:26 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 924d866648 to 8e19159406 2024-04-04 17:09:07 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 8e19159406 to 856c973dba 2024-04-04 18:11:10 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 856c973dba to f7bb47a6af 2024-04-04 23:08:41 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from f7bb47a6af to 55f0336aed 2024-04-05 07:09:11 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 55f0336aed to 36d447fadd 2024-04-05 17:07:26 +00:00 Compare
konrad approved these changes 2024-04-05 20:21:40 +00:00
konrad added 1 commit 2024-04-05 20:23:39 +00:00
konrad scheduled this pull request to auto merge when all checks succeed 2024-04-05 20:23:54 +00:00
konrad merged commit 90055d063c into main 2024-04-05 20:41:18 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#2229
No description provided.