chore(deps): update dev-dependencies #2094

Merged
konrad merged 1 commits from renovate/dev-dependencies into main 2024-02-28 21:45:15 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@faker-js/faker devDependencies patch 8.4.0 -> 8.4.1
@histoire/plugin-vue (source) devDependencies patch 0.17.9 -> 0.17.12
@types/node (source) devDependencies patch 20.11.10 -> 20.11.22
@types/sortablejs (source) devDependencies patch 1.15.7 -> 1.15.8
@typescript-eslint/eslint-plugin (source) devDependencies minor 7.0.1 -> 7.1.0
@typescript-eslint/parser (source) devDependencies minor 7.0.1 -> 7.1.0
@vitejs/plugin-legacy (source) devDependencies patch 5.3.0 -> 5.3.1
@vitejs/plugin-vue (source) devDependencies patch 5.0.3 -> 5.0.4
browserslist devDependencies minor 4.22.3 -> 4.23.0
caniuse-lite devDependencies patch 1.0.30001581 -> 1.0.30001591
css-has-pseudo (source) devDependencies patch 6.0.1 -> 6.0.2
cypress (source) devDependencies patch 13.6.3 -> 13.6.6
electron devDependencies minor 29.0.0 -> 29.1.0
electron-builder (source) devDependencies minor 24.9.1 -> 24.12.0
esbuild devDependencies patch 0.20.0 -> 0.20.1
eslint (source) devDependencies minor 8.56.0 -> 8.57.0
eslint-plugin-vue (source) devDependencies minor 9.20.1 -> 9.22.0
happy-dom devDependencies minor 13.3.5 -> 13.6.2
postcss (source) devDependencies patch 8.4.33 -> 8.4.35
postcss-preset-env (source) devDependencies minor 9.3.0 -> 9.4.0
rollup (source) devDependencies minor 4.9.6 -> 4.12.0
sass devDependencies minor 1.70.0 -> 1.71.1
vite (source) devDependencies minor 5.0.12 -> 5.1.4
vite-plugin-pwa devDependencies minor 0.17.5 -> 0.19.1
vite-plugin-sentry devDependencies minor 1.3.0 -> 1.4.0
vitest (source) devDependencies minor 1.2.2 -> 1.3.1

Release Notes

faker-js/faker (@​faker-js/faker)

v8.4.1

Compare Source

  • JSDocs improvements
Akryum/histoire (@​histoire/plugin-vue)

v0.17.12

Compare Source

compare changes

🩹 Fixes
❤️ Contributors
  • Hugo ATTAL

v0.17.11

Compare Source

compare changes

🩹 Fixes
❤️ Contributors
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.1.0

Compare Source

🚀 Features
  • eslint-plugin: add *-type-checked-only configs

  • eslint-plugin: [naming-convention] support the auto-accessor syntax

  • eslint-plugin: [consistent-return] add new rule

🩹 Fixes
  • eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error

  • eslint-plugin: [no-misused-promises] improve check union types

  • eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies

❤️ Thank You
  • Arka Pratim Chaudhuri
  • Josh Goldberg
  • YeonJuan

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

v7.0.2

Compare Source

🩹 Fixes
  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests
❤️ Thank You
  • Brad Zacher
  • Gareth Jones

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

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

v7.1.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.0.2

Compare Source

🩹 Fixes
  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests
❤️ Thank You
  • Brad Zacher
  • Gareth Jones

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

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

v5.3.1

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

v5.0.4

browserslist/browserslist (browserslist)

v4.23.0

Compare Source

browserslist/caniuse-lite (caniuse-lite)

v1.0.30001591

Compare Source

v1.0.30001589

Compare Source

v1.0.30001588

Compare Source

v1.0.30001587

Compare Source

v1.0.30001585

Compare Source

v1.0.30001584

Compare Source

v1.0.30001583

Compare Source

v1.0.30001582

Compare Source

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

v6.0.2

Compare Source

February 19, 2024

cypress-io/cypress (cypress)

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

v13.6.4

Compare Source

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

electron/electron (electron)

v29.1.0: electron v29.1.0

Compare Source

Release Notes for v29.1.0

Features

  • Added proxy configuring support for requests made with net module from utility process. #​41416 (Also in 30)

Fixes

  • Ensured ScreenCaptureKit is used exclusively on macOS 14.4 and higher to avoid permission prompts. #​41403 (Also in 30)

Other Changes

  • Updated Chromium to 122.0.6261.70. #​41446

v29.0.1: electron v29.0.1

Compare Source

Release Notes for v29.0.1

Fixes

  • Fixed an issue where the -webkit-app-region: drag property was not respected on some windows. #​41388

Other Changes

  • Updated Chromium to 122.0.6261.57. #​41390
electron-userland/electron-builder (electron-builder)

v24.12.0

Compare Source

Minor Changes
Patch Changes

v24.11.0

Compare Source

Patch Changes

v24.10.0

Compare Source

Patch Changes

v24.9.4

Compare Source

Patch Changes

v24.9.3

Compare Source

Patch Changes

v24.9.2

Compare Source

Patch Changes
evanw/esbuild (esbuild)

v0.20.1

Compare Source

  • Fix a bug with the CSS nesting transform (#​3648)

    This release fixes a bug with the CSS nesting transform for older browsers where the generated CSS could be incorrect if a selector list contained a pseudo element followed by another selector. The bug was caused by incorrectly mutating the parent rule's selector list when filtering out pseudo elements for the child rules:

    /* Original code */
    .foo {
      &:after,
      & .bar {
        color: red;
      }
    }
    
    /* Old output (with --supported:nesting=false) */
    .foo .bar,
    .foo .bar {
      color: red;
    }
    
    /* New output (with --supported:nesting=false) */
    .foo:after,
    .foo .bar {
      color: red;
    }
    
  • Constant folding for JavaScript inequality operators (#​3645)

    This release introduces constant folding for the < > <= >= operators. The minifier will now replace these operators with true or false when both sides are compile-time numeric or string constants:

    // Original code
    console.log(1 < 2, '🍕' > '🧀')
    
    // Old output (with --minify)
    console.log(1<2,"🍕">"🧀");
    
    // New output (with --minify)
    console.log(!0,!1);
    
  • Better handling of __proto__ edge cases (#​3651)

    JavaScript object literal syntax contains a special case where a non-computed property with a key of __proto__ sets the prototype of the object. This does not apply to computed properties or to properties that use the shorthand property syntax introduced in ES6. Previously esbuild didn't correctly preserve the "sets the prototype" status of properties inside an object literal, meaning a property that sets the prototype could accidentally be transformed into one that doesn't and vice versa. This has now been fixed:

    // Original code
    function foo(__proto__) {
      return { __proto__: __proto__ } // Note: sets the prototype
    }
    function bar(__proto__, proto) {
      {
        let __proto__ = proto
        return { __proto__ } // Note: doesn't set the prototype
      }
    }
    
    // Old output
    function foo(__proto__) {
      return { __proto__ }; // Note: no longer sets the prototype (WRONG)
    }
    function bar(__proto__, proto) {
      {
        let __proto__2 = proto;
        return { __proto__: __proto__2 }; // Note: now sets the prototype (WRONG)
      }
    }
    
    // New output
    function foo(__proto__) {
      return { __proto__: __proto__ }; // Note: sets the prototype (correct)
    }
    function bar(__proto__, proto) {
      {
        let __proto__2 = proto;
        return { ["__proto__"]: __proto__2 }; // Note: doesn't set the prototype (correct)
      }
    }
    
  • Fix cross-platform non-determinism with CSS color space transformations (#​3650)

    The Go compiler takes advantage of "fused multiply and add" (FMA) instructions on certain processors which do the operation x*y + z without intermediate rounding. This causes esbuild's CSS color space math to differ on different processors (currently ppc64le and s390x), which breaks esbuild's guarantee of deterministic output. To avoid this, esbuild's color space math now inserts a float64() cast around every single math operation. This tells the Go compiler not to use the FMA optimization.

  • Fix a crash when resolving a path from a directory that doesn't exist (#​3634)

    This release fixes a regression where esbuild could crash when resolving an absolute path if the source directory for the path resolution operation doesn't exist. While this situation doesn't normally come up, it could come up when running esbuild concurrently with another operation that mutates the file system as esbuild is doing a build (such as using git to switch branches). The underlying problem was a regression that was introduced in version 0.18.0.

eslint/eslint (eslint)

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.22.0

Compare Source

Enhancements

🐛 Bug Fixes

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

v9.21.1

Compare Source

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.21.0...v9.21.1

v9.21.0

Compare Source

Enhancements

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.20.1...v9.21.0

capricorn86/happy-dom (happy-dom)

v13.6.2

Compare Source

🎨 Features
👷‍♂️ Patch fixes

v13.6.1

Compare Source

👷‍♂️ Patch fixes
  • Improves validation for the options argument in MutationsObserver.observe() - By @​romansp in task #​1223

v13.6.0

Compare Source

🎨 Features
👷‍♂️ Patch fixes
  • Adds support for the property Document.forms - By @​juandiegombr in task #​1260
  • Adds check for if MutationObserver options are null, which most likely happens for code that is executed after the Window instance has been closed - By @​zachlankton in task #​1217

v13.5.3

Compare Source

👷‍♂️ Patch fixes
  • Improves check for invalid query selectors - By @​btea in task #​0

v13.5.2

Compare Source

👷‍♂️ Patch fixes

v13.5.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem with query selectors not finding SVG elements after the v13.4.0 release - By @​capricorn86 in task #​1274

v13.5.0

Compare Source

🎨 Features
  • Use the Node.js ReadableStream class for the properties Response.body and Request.body - By @​diego-toro and @​capricorn86 in task #​1180
    • The previous implementation used the Node.js Stream.Readable class, which is not fully spec compliant

v13.4.1

Compare Source

👷‍♂️ Patch fixes

v13.4.0

Compare Source

🎨 Features
  • Adds support for CustomElementRegistry.getName() - By @​mash-graz in task #​1176
  • Adds support for await Window.happyDOM.close(), which makes it possible to wait for the teardown to be completed in a detached window - By @​capricorn86 in task #​1176
👷‍♂️ Patch fixes
  • Use Element.localName correctly in Document.createElement() and Document.createElementNS() - By @​capricorn86 in task #​1176
  • Set correct namespaceURI for "xmlns" attribute when parsing SVGs - By @​capricorn86 in task #​1176
  • Fixes problem related to window being "null" during teardown/close - By @​capricorn86 in task #​1176
  • Validate custom element name in CustomElementRegistry - By @​mash-graz in task #​1176
  • Prevent registration of the same HTMLElement class with different name in CustomElementRegistry - By @​mash-graz in task #​1176

v13.3.8

Compare Source

👷‍♂️ Patch fixes

v13.3.7

Compare Source

👷‍♂️ Patch fixes
  • Removes validation of PR commit messages from Github workflow as it will fallback to patch version anyway - By @​capricorn86 in task #​1249

v13.3.6

Compare Source

👷‍♂️ Patch fixes
  • Adds support for PR username in release notes if it is not possible to retrieve Github username based on commit email - By @​capricorn86 in task #​1247
postcss/postcss (postcss)

v8.4.35

Compare Source

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

v8.4.34

Compare Source

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).
csstools/postcss-plugins (postcss-preset-env)

v9.4.0

Compare Source

February 19, 2024

rollup/rollup (rollup)

v4.12.0

Compare Source

2024-02-16

Features
  • Improve raw bundling performance by 10-15% when not using the cache or plugins that return an AST (#​5391)
Pull Requests

v4.11.0

Compare Source

2024-02-15

Features
  • Add output.reexportProtoFromExternal option to disable special code for handling __proto__ reexports (#​5380)
Bug Fixes
  • Ensure namespace reexport code can be parsed by cjs-module-lexer (#​5380)
  • Throw when trying to reassing const variables (#​5388)
Pull Requests

v4.10.0

Compare Source

2024-02-10

Features
  • Support base-36 and base-16 hashes again via new output.hashCharacters option (#​5371)
Bug Fixes
  • Do not crash process for panics in native code but throw them as JavaScript errors (#​5383)
Pull Requests
sass/dart-sass (sass)

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.
vitejs/vite (vite)

v5.1.4

Compare Source

v5.1.3

Compare Source

v5.1.2

Compare Source

v5.1.1

v5.1.0

Vite 5.1 is out! Read the announcement blog post at https://vitejs.dev/blog/announcing-vite5-1!

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

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
ikenfin/vite-plugin-sentry (vite-plugin-sentry)

v1.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/ikenfin/vite-plugin-sentry/compare/v1.3.0...v1.4.0

vitest-dev/vitest (vitest)

v1.3.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.3.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

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 | |---|---|---|---| | [@faker-js/faker](https://github.com/faker-js/faker) | devDependencies | patch | [`8.4.0` -> `8.4.1`](https://renovatebot.com/diffs/npm/@faker-js%2ffaker/8.4.0/8.4.1) | | [@histoire/plugin-vue](https://github.com/Akryum/histoire) ([source](https://github.com/Akryum/histoire/tree/HEAD/packages/histoire-plugin-vue)) | devDependencies | patch | [`0.17.9` -> `0.17.12`](https://renovatebot.com/diffs/npm/@histoire%2fplugin-vue/0.17.9/0.17.12) | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | patch | [`20.11.10` -> `20.11.22`](https://renovatebot.com/diffs/npm/@types%2fnode/20.11.10/20.11.22) | | [@types/sortablejs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sortablejs) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sortablejs)) | devDependencies | patch | [`1.15.7` -> `1.15.8`](https://renovatebot.com/diffs/npm/@types%2fsortablejs/1.15.7/1.15.8) | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`7.0.1` -> `7.1.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.0.1/7.1.0) | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`7.0.1` -> `7.1.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.0.1/7.1.0) | | [@vitejs/plugin-legacy](https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-legacy)) | devDependencies | patch | [`5.3.0` -> `5.3.1`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-legacy/5.3.0/5.3.1) | | [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme) ([source](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue)) | devDependencies | patch | [`5.0.3` -> `5.0.4`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-vue/5.0.3/5.0.4) | | [browserslist](https://github.com/browserslist/browserslist) | devDependencies | minor | [`4.22.3` -> `4.23.0`](https://renovatebot.com/diffs/npm/browserslist/4.22.3/4.23.0) | | [caniuse-lite](https://github.com/browserslist/caniuse-lite) | devDependencies | patch | [`1.0.30001581` -> `1.0.30001591`](https://renovatebot.com/diffs/npm/caniuse-lite/1.0.30001581/1.0.30001591) | | [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.1` -> `6.0.2`](https://renovatebot.com/diffs/npm/css-has-pseudo/6.0.1/6.0.2) | | [cypress](https://cypress.io) ([source](https://github.com/cypress-io/cypress)) | devDependencies | patch | [`13.6.3` -> `13.6.6`](https://renovatebot.com/diffs/npm/cypress/13.6.3/13.6.6) | | [electron](https://github.com/electron/electron) | devDependencies | minor | [`29.0.0` -> `29.1.0`](https://renovatebot.com/diffs/npm/electron/29.0.0/29.1.0) | | [electron-builder](https://github.com/electron-userland/electron-builder) ([source](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder)) | devDependencies | minor | [`24.9.1` -> `24.12.0`](https://renovatebot.com/diffs/npm/electron-builder/24.9.1/24.12.0) | | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.20.0` -> `0.20.1`](https://renovatebot.com/diffs/npm/esbuild/0.20.0/0.20.1) | | [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | devDependencies | minor | [`8.56.0` -> `8.57.0`](https://renovatebot.com/diffs/npm/eslint/8.56.0/8.57.0) | | [eslint-plugin-vue](https://eslint.vuejs.org) ([source](https://github.com/vuejs/eslint-plugin-vue)) | devDependencies | minor | [`9.20.1` -> `9.22.0`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/9.20.1/9.22.0) | | [happy-dom](https://github.com/capricorn86/happy-dom) | devDependencies | minor | [`13.3.5` -> `13.6.2`](https://renovatebot.com/diffs/npm/happy-dom/13.3.5/13.6.2) | | [postcss](https://postcss.org/) ([source](https://github.com/postcss/postcss)) | devDependencies | patch | [`8.4.33` -> `8.4.35`](https://renovatebot.com/diffs/npm/postcss/8.4.33/8.4.35) | | [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 | minor | [`9.3.0` -> `9.4.0`](https://renovatebot.com/diffs/npm/postcss-preset-env/9.3.0/9.4.0) | | [rollup](https://rollupjs.org/) ([source](https://github.com/rollup/rollup)) | devDependencies | minor | [`4.9.6` -> `4.12.0`](https://renovatebot.com/diffs/npm/rollup/4.9.6/4.12.0) | | [sass](https://github.com/sass/dart-sass) | devDependencies | minor | [`1.70.0` -> `1.71.1`](https://renovatebot.com/diffs/npm/sass/1.70.0/1.71.1) | | [vite](https://vitejs.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | devDependencies | minor | [`5.0.12` -> `5.1.4`](https://renovatebot.com/diffs/npm/vite/5.0.12/5.1.4) | | [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) | devDependencies | minor | [`0.17.5` -> `0.19.1`](https://renovatebot.com/diffs/npm/vite-plugin-pwa/0.17.5/0.19.1) | | [vite-plugin-sentry](https://github.com/ikenfin/vite-plugin-sentry) | devDependencies | minor | [`1.3.0` -> `1.4.0`](https://renovatebot.com/diffs/npm/vite-plugin-sentry/1.3.0/1.4.0) | | [vitest](https://github.com/vitest-dev/vitest) ([source](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | devDependencies | minor | [`1.2.2` -> `1.3.1`](https://renovatebot.com/diffs/npm/vitest/1.2.2/1.3.1) | --- ### Release Notes <details> <summary>faker-js/faker (@&#8203;faker-js/faker)</summary> ### [`v8.4.1`](https://github.com/faker-js/faker/blob/HEAD/CHANGELOG.md#841-2024-02-06) [Compare Source](https://github.com/faker-js/faker/compare/v8.4.0...v8.4.1) - JSDocs improvements </details> <details> <summary>Akryum/histoire (@&#8203;histoire/plugin-vue)</summary> ### [`v0.17.12`](https://github.com/Akryum/histoire/blob/HEAD/CHANGELOG.md#v01712) [Compare Source](https://github.com/Akryum/histoire/compare/v0.17.11...v0.17.12) [compare changes](https://github.com/Akryum/histoire/compare/v0.17.11...v0.17.12) ##### 🩹 Fixes - Add a story root wrapper for Suspense ([#&#8203;677](https://github.com/Akryum/histoire/pull/677), [#&#8203;678](https://github.com/Akryum/histoire/pull/678)) ##### ❤️ Contributors - Hugo ATTAL ### [`v0.17.11`](https://github.com/Akryum/histoire/blob/HEAD/CHANGELOG.md#v01711) [Compare Source](https://github.com/Akryum/histoire/compare/v0.17.9...v0.17.11) [compare changes](https://github.com/Akryum/histoire/compare/v0.17.10...v0.17.11) ##### 🩹 Fixes - **vue3:** Wrap story with Suspense, fix [#&#8203;668](https://github.com/Akryum/histoire/issues/668) ([#&#8203;668](https://github.com/Akryum/histoire/issues/668)) ##### ❤️ Contributors - Guillaume Chau ([@&#8203;Akryum](http://github.com/Akryum)) </details> <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v7.1.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#710-2024-02-26) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.0.2...v7.1.0) ##### 🚀 Features - **eslint-plugin:** add \*-type-checked-only configs - **eslint-plugin:** \[naming-convention] support the auto-accessor syntax - **eslint-plugin:** \[consistent-return] add new rule ##### 🩹 Fixes - **eslint-plugin:** \[prefer-optional-chan] allow typeof for avoiding reference error - **eslint-plugin:** \[no-misused-promises] improve check union types - **eslint-plugin:** \[no-use-before-define] fix false positive type reference in as, satisfies ##### ❤️ Thank You - Arka Pratim Chaudhuri - Josh Goldberg ✨ - 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.0.2`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#702-2024-02-19) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.0.1...v7.0.2) ##### 🩹 Fixes - fix tsconfig-less check errors, fix `@types/eslint` incompatibilities, add tests ##### ❤️ Thank You - Brad Zacher - Gareth Jones 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.1.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#710-2024-02-26) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.0.2...v7.1.0) This was a version bump only for parser to align it with other projects, there were no code changes. 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.0.2`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#702-2024-02-19) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.0.1...v7.0.2) ##### 🩹 Fixes - fix tsconfig-less check errors, fix `@types/eslint` incompatibilities, add tests ##### ❤️ Thank You - Brad Zacher - Gareth Jones 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>vitejs/vite (@&#8203;vitejs/plugin-legacy)</summary> ### [`v5.3.1`](https://github.com/vitejs/vite/blob/HEAD/packages/plugin-legacy/CHANGELOG.md#small531-2024-02-21-small) - fix(deps): update all non-major dependencies ([#&#8203;15675](https://github.com/vitejs/vite/issues/15675)) ([4d9363a](https://github.com/vitejs/vite/commit/4d9363a)), closes [#&#8203;15675](https://github.com/vitejs/vite/issues/15675) - fix(deps): update all non-major dependencies ([#&#8203;15803](https://github.com/vitejs/vite/issues/15803)) ([e0a6ef2](https://github.com/vitejs/vite/commit/e0a6ef2)), closes [#&#8203;15803](https://github.com/vitejs/vite/issues/15803) - fix(deps): update all non-major dependencies ([#&#8203;15959](https://github.com/vitejs/vite/issues/15959)) ([571a3fd](https://github.com/vitejs/vite/commit/571a3fd)), closes [#&#8203;15959](https://github.com/vitejs/vite/issues/15959) </details> <details> <summary>vitejs/vite-plugin-vue (@&#8203;vitejs/plugin-vue)</summary> ### [`v5.0.4`](https://github.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small504-2024-02-09-small) - chore(deps-dev): bump vite from 5.0.10 to 5.0.12 ([#&#8203;354](https://github.com/vitejs/vite-plugin-vue/issues/354)) ([0294b9d](https://github.com/vitejs/vite-plugin-vue/commit/0294b9d)), closes [#&#8203;354](https://github.com/vitejs/vite-plugin-vue/issues/354) - chore(deps): update dependency prettier to v3.2.4 ([#&#8203;347](https://github.com/vitejs/vite-plugin-vue/issues/347)) ([e957179](https://github.com/vitejs/vite-plugin-vue/commit/e957179)), closes [#&#8203;347](https://github.com/vitejs/vite-plugin-vue/issues/347) - chore(deps): update dependency prettier to v3.2.5 ([#&#8203;352](https://github.com/vitejs/vite-plugin-vue/issues/352)) ([a9f5b11](https://github.com/vitejs/vite-plugin-vue/commit/a9f5b11)), closes [#&#8203;352](https://github.com/vitejs/vite-plugin-vue/issues/352) - chore(deps): update upstream ([#&#8203;333](https://github.com/vitejs/vite-plugin-vue/issues/333)) ([573420d](https://github.com/vitejs/vite-plugin-vue/commit/573420d)), closes [#&#8203;333](https://github.com/vitejs/vite-plugin-vue/issues/333) - types: omit overridden options ([0c7432b](https://github.com/vitejs/vite-plugin-vue/commit/0c7432b)) - fix(deps): update all non-major dependencies ([#&#8203;332](https://github.com/vitejs/vite-plugin-vue/issues/332)) ([70e5df9](https://github.com/vitejs/vite-plugin-vue/commit/70e5df9)), closes [#&#8203;332](https://github.com/vitejs/vite-plugin-vue/issues/332) - fix(plugin-vue): allow disabling transformAssetUrls ([#&#8203;326](https://github.com/vitejs/vite-plugin-vue/issues/326)) ([0ff6fb7](https://github.com/vitejs/vite-plugin-vue/commit/0ff6fb7)), closes [#&#8203;326](https://github.com/vitejs/vite-plugin-vue/issues/326) </details> <details> <summary>browserslist/browserslist (browserslist)</summary> ### [`v4.23.0`](https://github.com/browserslist/browserslist/blob/HEAD/CHANGELOG.md#4230) [Compare Source](https://github.com/browserslist/browserslist/compare/4.22.3...4.23.0) - Added `BROWSERSLIST_ROOT_PATH` (by [@&#8203;teleclimber](https://github.com/teleclimber)). </details> <details> <summary>browserslist/caniuse-lite (caniuse-lite)</summary> ### [`v1.0.30001591`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001589...1.0.30001591) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001589...1.0.30001591) ### [`v1.0.30001589`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001588...1.0.30001589) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001588...1.0.30001589) ### [`v1.0.30001588`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001587...1.0.30001588) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001587...1.0.30001588) ### [`v1.0.30001587`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001585...1.0.30001587) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001585...1.0.30001587) ### [`v1.0.30001585`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001584...1.0.30001585) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001584...1.0.30001585) ### [`v1.0.30001584`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001583...1.0.30001584) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001583...1.0.30001584) ### [`v1.0.30001583`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001582...1.0.30001583) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001582...1.0.30001583) ### [`v1.0.30001582`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001581...1.0.30001582) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001581...1.0.30001582) </details> <details> <summary>csstools/postcss-plugins (css-has-pseudo)</summary> ### [`v6.0.2`](https://github.com/csstools/postcss-plugins/blob/HEAD/plugins/css-has-pseudo/CHANGELOG.md#602) [Compare Source](https://github.com/csstools/postcss-plugins/compare/60419f5097416007bcc8207bc081d3d6ef5c9448...5f9f75343e60abdab69f561411568d7f1d90e089) *February 19, 2024* - Updated [`@csstools/selector-specificity`](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity/CHANGELOG.md#302) (patch) </details> <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v13.6.6`](https://github.com/cypress-io/cypress/releases/tag/v13.6.6) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.6.5...v13.6.6) Changelog: https://docs.cypress.io/guides/references/changelog#13-6-6 ### [`v13.6.5`](https://github.com/cypress-io/cypress/releases/tag/v13.6.5) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.6.4...v13.6.5) Changelog: https://docs.cypress.io/guides/references/changelog#13-6-5 ### [`v13.6.4`](https://github.com/cypress-io/cypress/releases/tag/v13.6.4) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.6.3...v13.6.4) Changelog: https://docs.cypress.io/guides/references/changelog#13-6-4 </details> <details> <summary>electron/electron (electron)</summary> ### [`v29.1.0`](https://github.com/electron/electron/releases/tag/v29.1.0): electron v29.1.0 [Compare Source](https://github.com/electron/electron/compare/v29.0.1...v29.1.0) ### Release Notes for v29.1.0 #### Features - Added proxy configuring support for requests made with net module from utility process. [#&#8203;41416](https://github.com/electron/electron/pull/41416) <span style="font-size:small;">(Also in [30](https://github.com/electron/electron/pull/41417))</span> #### Fixes - Ensured ScreenCaptureKit is used exclusively on macOS 14.4 and higher to avoid permission prompts. [#&#8203;41403](https://github.com/electron/electron/pull/41403) <span style="font-size:small;">(Also in [30](https://github.com/electron/electron/pull/41404))</span> #### Other Changes - Updated Chromium to 122.0.6261.70. [#&#8203;41446](https://github.com/electron/electron/pull/41446) ### [`v29.0.1`](https://github.com/electron/electron/releases/tag/v29.0.1): electron v29.0.1 [Compare Source](https://github.com/electron/electron/compare/v29.0.0...v29.0.1) ### Release Notes for v29.0.1 #### Fixes - Fixed an issue where the -webkit-app-region: drag property was not respected on some windows. [#&#8203;41388](https://github.com/electron/electron/pull/41388) #### Other Changes - Updated Chromium to 122.0.6261.57. [#&#8203;41390](https://github.com/electron/electron/pull/41390) </details> <details> <summary>electron-userland/electron-builder (electron-builder)</summary> ### [`v24.12.0`](https://github.com/electron-userland/electron-builder/blob/HEAD/packages/electron-builder/CHANGELOG.md#24120) [Compare Source](https://github.com/electron-userland/electron-builder/compare/v24.11.0...v24.12.0) ##### Minor Changes - [#&#8203;8002](https://github.com/electron-userland/electron-builder/pull/8002) [`adf97dcc`](https://github.com/electron-userland/electron-builder/commit/adf97dccd0146288ab482a261b749d67a458868a) Thanks [@&#8203;scottnonnenberg-signal](https://github.com/scottnonnenberg-signal)! - mac: Support for a custom 'sign' action ##### Patch Changes - Updated dependencies \[[`adf97dcc`](https://github.com/electron-userland/electron-builder/commit/adf97dccd0146288ab482a261b749d67a458868a), [`27734100`](https://github.com/electron-userland/electron-builder/commit/277341000a87abaa65a7985854c06e88ed5938b9), [`61dfe7fb`](https://github.com/electron-userland/electron-builder/commit/61dfe7fbaa592785353348a16abd1525dcbfaf28)]: - app-builder-lib@24.12.0 - dmg-builder@24.12.0 ### [`v24.11.0`](https://github.com/electron-userland/electron-builder/blob/HEAD/packages/electron-builder/CHANGELOG.md#24110) [Compare Source](https://github.com/electron-userland/electron-builder/compare/v24.10.0...v24.11.0) ##### Patch Changes - Updated dependencies \[[`28e5b5dd`](https://github.com/electron-userland/electron-builder/commit/28e5b5ddb6bb2d77ef6847fc0c93e62c97174156), [`8803852c`](https://github.com/electron-userland/electron-builder/commit/8803852c7aadf56771f537dc33ffd51c14830f50), [`88e61bc4`](https://github.com/electron-userland/electron-builder/commit/88e61bc410fae8c0bea0b2029ee1347864af98ac), [`869c7e46`](https://github.com/electron-userland/electron-builder/commit/869c7e4652a5d5a3562e25723d6cedd622ab657b)]: - app-builder-lib@24.11.0 - dmg-builder@24.11.0 ### [`v24.10.0`](https://github.com/electron-userland/electron-builder/blob/HEAD/packages/electron-builder/CHANGELOG.md#24100) [Compare Source](https://github.com/electron-userland/electron-builder/compare/v24.9.4...v24.10.0) ##### Patch Changes - Updated dependencies \[[`843d5017`](https://github.com/electron-userland/electron-builder/commit/843d5017f0303cf6d5a71564aad73dd15ca75d88), [`0f0e942a`](https://github.com/electron-userland/electron-builder/commit/0f0e942a45d52faed9ff2bd6dd0198e79c8e183d), [`664a09c4`](https://github.com/electron-userland/electron-builder/commit/664a09c4471f46a5b88be0b8e26f24b1a0b2bcc1)]: - app-builder-lib@24.10.0 - dmg-builder@24.10.0 ### [`v24.9.4`](https://github.com/electron-userland/electron-builder/blob/HEAD/packages/electron-builder/CHANGELOG.md#2494) [Compare Source](https://github.com/electron-userland/electron-builder/compare/v24.9.3...v24.9.4) ##### Patch Changes - Updated dependencies \[[`e4d6be81`](https://github.com/electron-userland/electron-builder/commit/e4d6be81d80ce9de0c95288d4418bbb80f7902af), [`f7aacabd`](https://github.com/electron-userland/electron-builder/commit/f7aacabd9cc1b98e365134004aafa31566c7d801), [`4e930a74`](https://github.com/electron-userland/electron-builder/commit/4e930a74d7c2e9b53d47e37997b444da95680a24), [`0f439890`](https://github.com/electron-userland/electron-builder/commit/0f439890229431f02c7f86d5bf523e940e217657), [`8b91d315`](https://github.com/electron-userland/electron-builder/commit/8b91d315727bfbac2ec2c2109f12aa92cf6f6c15)]: - app-builder-lib@24.9.4 - builder-util@24.9.4 - dmg-builder@24.9.4 ### [`v24.9.3`](https://github.com/electron-userland/electron-builder/blob/HEAD/packages/electron-builder/CHANGELOG.md#2493) [Compare Source](https://github.com/electron-userland/electron-builder/compare/v24.9.2...v24.9.3) ##### Patch Changes - [#&#8203;7908](https://github.com/electron-userland/electron-builder/pull/7908) [`9fc51578`](https://github.com/electron-userland/electron-builder/commit/9fc5157879bfa380a78003ff13cdbc26b5e8fd23) Thanks [@&#8203;Rychu-Pawel](https://github.com/Rychu-Pawel)! - fix: pass publish options to snap publisher - Updated dependencies \[[`d1347a06`](https://github.com/electron-userland/electron-builder/commit/d1347a06e5bd14f7811a543d2e8929b2ca3cdc39), [`9fc51578`](https://github.com/electron-userland/electron-builder/commit/9fc5157879bfa380a78003ff13cdbc26b5e8fd23)]: - dmg-builder@24.9.3 - app-builder-lib@24.9.3 ### [`v24.9.2`](https://github.com/electron-userland/electron-builder/blob/HEAD/packages/electron-builder/CHANGELOG.md#2492) [Compare Source](https://github.com/electron-userland/electron-builder/compare/v24.9.1...v24.9.2) ##### Patch Changes - Updated dependencies \[[`65817e0e`](https://github.com/electron-userland/electron-builder/commit/65817e0edc43a2e6707fab835b0bbe680bd0b1e4), [`f83f05f6`](https://github.com/electron-userland/electron-builder/commit/f83f05f6f24a36b96d0e0c7786e1a12e5c762389), [`3b3a6989`](https://github.com/electron-userland/electron-builder/commit/3b3a69895f0caa3870219bc0bec7420de81a07ed)]: - app-builder-lib@24.9.2 - dmg-builder@24.9.2 </details> <details> <summary>evanw/esbuild (esbuild)</summary> ### [`v0.20.1`](https://github.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0201) [Compare Source](https://github.com/evanw/esbuild/compare/v0.20.0...v0.20.1) - Fix a bug with the CSS nesting transform ([#&#8203;3648](https://github.com/evanw/esbuild/issues/3648)) This release fixes a bug with the CSS nesting transform for older browsers where the generated CSS could be incorrect if a selector list contained a pseudo element followed by another selector. The bug was caused by incorrectly mutating the parent rule's selector list when filtering out pseudo elements for the child rules: ```css /* Original code */ .foo { &:after, & .bar { color: red; } } /* Old output (with --supported:nesting=false) */ .foo .bar, .foo .bar { color: red; } /* New output (with --supported:nesting=false) */ .foo:after, .foo .bar { color: red; } ``` - Constant folding for JavaScript inequality operators ([#&#8203;3645](https://github.com/evanw/esbuild/issues/3645)) This release introduces constant folding for the `< > <= >=` operators. The minifier will now replace these operators with `true` or `false` when both sides are compile-time numeric or string constants: ```js // Original code console.log(1 < 2, '🍕' > '🧀') // Old output (with --minify) console.log(1<2,"🍕">"🧀"); // New output (with --minify) console.log(!0,!1); ``` - Better handling of `__proto__` edge cases ([#&#8203;3651](https://github.com/evanw/esbuild/pull/3651)) JavaScript object literal syntax contains a special case where a non-computed property with a key of `__proto__` sets the prototype of the object. This does not apply to computed properties or to properties that use the shorthand property syntax introduced in ES6. Previously esbuild didn't correctly preserve the "sets the prototype" status of properties inside an object literal, meaning a property that sets the prototype could accidentally be transformed into one that doesn't and vice versa. This has now been fixed: ```js // Original code function foo(__proto__) { return { __proto__: __proto__ } // Note: sets the prototype } function bar(__proto__, proto) { { let __proto__ = proto return { __proto__ } // Note: doesn't set the prototype } } // Old output function foo(__proto__) { return { __proto__ }; // Note: no longer sets the prototype (WRONG) } function bar(__proto__, proto) { { let __proto__2 = proto; return { __proto__: __proto__2 }; // Note: now sets the prototype (WRONG) } } // New output function foo(__proto__) { return { __proto__: __proto__ }; // Note: sets the prototype (correct) } function bar(__proto__, proto) { { let __proto__2 = proto; return { ["__proto__"]: __proto__2 }; // Note: doesn't set the prototype (correct) } } ``` - Fix cross-platform non-determinism with CSS color space transformations ([#&#8203;3650](https://github.com/evanw/esbuild/issues/3650)) The Go compiler takes advantage of "fused multiply and add" (FMA) instructions on certain processors which do the operation `x*y + z` without intermediate rounding. This causes esbuild's CSS color space math to differ on different processors (currently `ppc64le` and `s390x`), which breaks esbuild's guarantee of deterministic output. To avoid this, esbuild's color space math now inserts a `float64()` cast around every single math operation. This tells the Go compiler not to use the FMA optimization. - Fix a crash when resolving a path from a directory that doesn't exist ([#&#8203;3634](https://github.com/evanw/esbuild/issues/3634)) This release fixes a regression where esbuild could crash when resolving an absolute path if the source directory for the path resolution operation doesn't exist. While this situation doesn't normally come up, it could come up when running esbuild concurrently with another operation that mutates the file system as esbuild is doing a build (such as using `git` to switch branches). The underlying problem was a regression that was introduced in version 0.18.0. </details> <details> <summary>eslint/eslint (eslint)</summary> ### [`v8.57.0`](https://github.com/eslint/eslint/releases/tag/v8.57.0) [Compare Source](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0) #### Features - [`1120b9b`](https://github.com/eslint/eslint/commit/1120b9b7b97f10f059d8b7ede19de2572f892366) feat: Add loadESLint() API method for v8 ([#&#8203;18098](https://github.com/eslint/eslint/issues/18098)) (Nicholas C. Zakas) - [`dca7d0f`](https://github.com/eslint/eslint/commit/dca7d0f1c262bc72310147bcefe1d04ecf60acbc) feat: Enable `eslint.config.mjs` and `eslint.config.cjs` ([#&#8203;18066](https://github.com/eslint/eslint/issues/18066)) (Nitin Kumar) #### Bug Fixes - [`2196d97`](https://github.com/eslint/eslint/commit/2196d97094ba94d6d750828879a29538d1600de5) fix: handle absolute file paths in `FlatRuleTester` ([#&#8203;18064](https://github.com/eslint/eslint/issues/18064)) (Nitin Kumar) - [`69dd1d1`](https://github.com/eslint/eslint/commit/69dd1d1387b7b53617548d1f9f2c149f179e6e17) fix: Ensure config keys are printed for config errors ([#&#8203;18067](https://github.com/eslint/eslint/issues/18067)) (Nitin Kumar) - [`9852a31`](https://github.com/eslint/eslint/commit/9852a31edcf054bd5d15753ef18e2ad3216b1b71) fix: deep merge behavior in flat config ([#&#8203;18065](https://github.com/eslint/eslint/issues/18065)) (Nitin Kumar) - [`4c7e9b0`](https://github.com/eslint/eslint/commit/4c7e9b0b539ba879ac1799e81f3b6add2eed4b2f) fix: allow circular references in config ([#&#8203;18056](https://github.com/eslint/eslint/issues/18056)) (Milos Djermanovic) #### Documentation - [`84922d0`](https://github.com/eslint/eslint/commit/84922d0bfa10689a34a447ab8e55975ff1c1c708) docs: Show prerelease version in dropdown ([#&#8203;18139](https://github.com/eslint/eslint/issues/18139)) (Nicholas C. Zakas) - [`5b8c363`](https://github.com/eslint/eslint/commit/5b8c3636a3d7536535a6878eca0e5b773e4829d4) docs: Switch to Ethical Ads ([#&#8203;18117](https://github.com/eslint/eslint/issues/18117)) (Milos Djermanovic) - [`77dbfd9`](https://github.com/eslint/eslint/commit/77dbfd9887b201a46fc68631cbde50c08e1a8dbf) docs: show NEXT in version selectors ([#&#8203;18052](https://github.com/eslint/eslint/issues/18052)) (Milos Djermanovic) #### Chores - [`1813aec`](https://github.com/eslint/eslint/commit/1813aecc4660582b0678cf32ba466eb9674266c4) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)[@&#8203;8](https://github.com/8).57.0 ([#&#8203;18143](https://github.com/eslint/eslint/issues/18143)) (Milos Djermanovic) - [`5c356bb`](https://github.com/eslint/eslint/commit/5c356bb0c6f53c570224f8e9f02c4baca8fc6d2f) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`f4a1fe2`](https://github.com/eslint/eslint/commit/f4a1fe2e45aa1089fe775290bf530de82f34bf16) test: add more tests for ignoring files and directories ([#&#8203;18068](https://github.com/eslint/eslint/issues/18068)) (Nitin Kumar) - [`42c0aef`](https://github.com/eslint/eslint/commit/42c0aefaf6ea8b998b1c6db61906a79c046d301a) ci: Enable CI for `v8.x` branch ([#&#8203;18047](https://github.com/eslint/eslint/issues/18047)) (Milos Djermanovic) </details> <details> <summary>vuejs/eslint-plugin-vue (eslint-plugin-vue)</summary> ### [`v9.22.0`](https://github.com/vuejs/eslint-plugin-vue/releases/tag/v9.22.0) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v9.21.1...v9.22.0) #### ✨ Enhancements - [#&#8203;2390](https://github.com/vuejs/eslint-plugin-vue/issues/2390) Improved autofix for [`vue/no-deprecated-slot-attribute`](https://eslint.vuejs.org/rules/no-deprecated-slot-attribute.html) to wrap `<template v-slot>`. - [#&#8203;2393](https://github.com/vuejs/eslint-plugin-vue/issues/2393) Added support for type assertions and non-null expressions in [`vue/valid-v-model`](https://eslint.vuejs.org/rules/valid-v-model.html) rule. #### 🐛 Bug Fixes - [#&#8203;2389](https://github.com/vuejs/eslint-plugin-vue/issues/2389) Fixed wrong autofix for `{{'<'}}` in [`vue/no-useless-mustaches`](https://eslint.vuejs.org/rules/no-useless-mustaches.html) rule. - [#&#8203;2394](https://github.com/vuejs/eslint-plugin-vue/issues/2394) Fixed false negative for conditional expressions in [`vue/no-setup-props-reactivity-loss`](https://eslint.vuejs.org/rules/no-setup-props-reactivity-loss.html) rule. - [#&#8203;2397](https://github.com/vuejs/eslint-plugin-vue/issues/2397) Fixed [`vue/require-explicit-slots`](https://eslint.vuejs.org/rules/require-explicit-slots.html) rule to recognize slot names enclosed in quotes. - [#&#8203;2408](https://github.com/vuejs/eslint-plugin-vue/issues/2408) Fixed wrong autofix for `v-bind` with spaces in [`vue/no-useless-v-bind`](https://eslint.vuejs.org/rules/no-useless-v-bind.html) rule. **Full Changelog**: https://github.com/vuejs/eslint-plugin-vue/compare/v9.21.1...v9.22.0 ### [`v9.21.1`](https://github.com/vuejs/eslint-plugin-vue/releases/tag/v9.21.1) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v9.21.0...v9.21.1) #### 🐛 Bug Fixes - [#&#8203;2388](https://github.com/vuejs/eslint-plugin-vue/issues/2388) Fixed error in render functions in [`vue/no-unused-emit-declarations`](https://eslint.vuejs.org/rules/no-unused-properties.html) rule. - [#&#8203;2386](https://github.com/vuejs/eslint-plugin-vue/issues/2386) Fixed false positives/negatives for multiple `defineModel` calls in [`vue/define-macros-order`](https://eslint.vuejs.org/rules/define-macros-order.html) rule. **Full Changelog**: https://github.com/vuejs/eslint-plugin-vue/compare/v9.21.0...v9.21.1 ### [`v9.21.0`](https://github.com/vuejs/eslint-plugin-vue/releases/tag/v9.21.0) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v9.20.1...v9.21.0) #### ✨ Enhancements - [#&#8203;2325](https://github.com/vuejs/eslint-plugin-vue/issues/2325) Added [`vue/require-explicit-slots`](https://eslint.vuejs.org/rules/require-explicit-slots.html) rule that requires slots to be explicitly defined with `defineSlots` or `slots` component option. - [#&#8203;2367](https://github.com/vuejs/eslint-plugin-vue/issues/2367) Added [`vue/no-restricted-v-on`](https://eslint.vuejs.org/rules/no-restricted-v-on.html) rule that disallows specific arguments in `v-on`. - [#&#8203;2381](https://github.com/vuejs/eslint-plugin-vue/issues/2381) Added `sameNameShorthand` option to [`vue/v-bind-style`](https://eslint.vuejs.org/rules/v-bind-style.html) rule. #### ⚙️ Updates - [#&#8203;2379](https://github.com/vuejs/eslint-plugin-vue/issues/2379) Upgraded [`vue-eslint-parser`](https://github.com/vuejs/vue-eslint-parser) to v9.4.2. - Fixed false positive with camelCase `v-bind` same-name shorthand in [`vue/no-unused-property`](https://eslint.vuejs.org/rules/no-unused-properties.html). **Full Changelog**: https://github.com/vuejs/eslint-plugin-vue/compare/v9.20.1...v9.21.0 </details> <details> <summary>capricorn86/happy-dom (happy-dom)</summary> ### [`v13.6.2`](https://github.com/capricorn86/happy-dom/releases/tag/v13.6.2) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.6.1...v13.6.2) ##### :art: Features - Add support for the ":target" pseudo query selector - By **[@&#8203;Schleuse](https://github.com/Schleuse)** in task [#&#8203;1221](https://github.com/capricorn86/happy-dom/issues/1221) ##### :construction_worker_man: Patch fixes - The Event listener method `handleEvent()` should be called within the listener scope - By **[@&#8203;titouanmathis](https://github.com/titouanmathis)** in task [#&#8203;1182](https://github.com/capricorn86/happy-dom/issues/1182) ### [`v13.6.1`](https://github.com/capricorn86/happy-dom/releases/tag/v13.6.1) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.6.0...v13.6.1) ##### :construction_worker_man: Patch fixes - Improves validation for the options argument in `MutationsObserver.observe()` - By **[@&#8203;romansp](https://github.com/romansp)** in task [#&#8203;1223](https://github.com/capricorn86/happy-dom/issues/1223) ### [`v13.6.0`](https://github.com/capricorn86/happy-dom/releases/tag/v13.6.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.5.3...v13.6.0) ##### :art: Features - Adds support for `Node.isEqualNode()` - By **[@&#8203;aralroca](https://github.com/aralroca)** in task [#&#8203;1263](https://github.com/capricorn86/happy-dom/issues/1263) ##### :construction_worker_man: Patch fixes - Adds support for the property `Document.forms` - By **[@&#8203;juandiegombr](https://github.com/juandiegombr)** in task [#&#8203;1260](https://github.com/capricorn86/happy-dom/issues/1260) - Adds check for if `MutationObserver` options are null, which most likely happens for code that is executed after the Window instance has been closed - By **[@&#8203;zachlankton](https://github.com/zachlankton)** in task [#&#8203;1217](https://github.com/capricorn86/happy-dom/issues/1217) ### [`v13.5.3`](https://github.com/capricorn86/happy-dom/releases/tag/v13.5.3) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.5.2...v13.5.3) ##### :construction_worker_man: Patch fixes - Improves check for invalid query selectors - By **[@&#8203;btea](https://github.com/btea)** in task #&#8203;0 ### [`v13.5.2`](https://github.com/capricorn86/happy-dom/releases/tag/v13.5.2) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.5.1...v13.5.2) ##### :construction_worker_man: Patch fixes - Adds unit test for Vue component with SVG - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1271](https://github.com/capricorn86/happy-dom/issues/1271) ### [`v13.5.1`](https://github.com/capricorn86/happy-dom/releases/tag/v13.5.1) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.5.0...v13.5.1) ##### :construction_worker_man: Patch fixes - Fixes problem with query selectors not finding SVG elements after the v13.4.0 release - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1274](https://github.com/capricorn86/happy-dom/issues/1274) ### [`v13.5.0`](https://github.com/capricorn86/happy-dom/releases/tag/v13.5.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.4.1...v13.5.0) ##### :art: Features - Use the Node.js `ReadableStream` class for the properties `Response.body` and `Request.body` - By **[@&#8203;diego-toro](https://github.com/diego-toro)** and **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1180](https://github.com/capricorn86/happy-dom/issues/1180) - The previous implementation used the Node.js `Stream.Readable` class, which is not fully spec compliant ### [`v13.4.1`](https://github.com/capricorn86/happy-dom/releases/tag/v13.4.1) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.4.0...v13.4.1) ##### :construction_worker_man: Patch fixes - Updates documentation for tearing down the Window instance - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1268](https://github.com/capricorn86/happy-dom/issues/1268) ### [`v13.4.0`](https://github.com/capricorn86/happy-dom/releases/tag/v13.4.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.3.8...v13.4.0) ##### :art: Features - Adds support for `CustomElementRegistry.getName()` - By **[@&#8203;mash-graz](https://github.com/mash-graz)** in task [#&#8203;1176](https://github.com/capricorn86/happy-dom/issues/1176) - Adds support for `await Window.happyDOM.close()`, which makes it possible to wait for the teardown to be completed in a detached window - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1176](https://github.com/capricorn86/happy-dom/issues/1176) ##### :construction_worker_man: Patch fixes - Use `Element.localName` correctly in `Document.createElement()` and `Document.createElementNS()` - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1176](https://github.com/capricorn86/happy-dom/issues/1176) - Set correct `namespaceURI` for "xmlns" attribute when parsing SVGs - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1176](https://github.com/capricorn86/happy-dom/issues/1176) - Fixes problem related to window being "null" during teardown/close - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1176](https://github.com/capricorn86/happy-dom/issues/1176) - Validate custom element name in `CustomElementRegistry` - By **[@&#8203;mash-graz](https://github.com/mash-graz)** in task [#&#8203;1176](https://github.com/capricorn86/happy-dom/issues/1176) - Prevent registration of the same `HTMLElement` class with different name in `CustomElementRegistry` - By **[@&#8203;mash-graz](https://github.com/mash-graz)** in task [#&#8203;1176](https://github.com/capricorn86/happy-dom/issues/1176) ### [`v13.3.8`](https://github.com/capricorn86/happy-dom/releases/tag/v13.3.8) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.3.7...v13.3.8) ##### :construction_worker_man: Patch fixes - Updates documentation - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1251](https://github.com/capricorn86/happy-dom/issues/1251) ### [`v13.3.7`](https://github.com/capricorn86/happy-dom/releases/tag/v13.3.7) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.3.6...v13.3.7) ##### :construction_worker_man: Patch fixes - Removes validation of PR commit messages from Github workflow as it will fallback to patch version anyway - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1249](https://github.com/capricorn86/happy-dom/issues/1249) ### [`v13.3.6`](https://github.com/capricorn86/happy-dom/releases/tag/v13.3.6) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.3.5...v13.3.6) ##### :construction_worker_man: Patch fixes - Adds support for PR username in release notes if it is not possible to retrieve Github username based on commit email - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1247](https://github.com/capricorn86/happy-dom/issues/1247) </details> <details> <summary>postcss/postcss (postcss)</summary> ### [`v8.4.35`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8435) [Compare Source](https://github.com/postcss/postcss/compare/8.4.34...8.4.35) - Avoid `!` in `node.parent.nodes` type. - Allow to pass `undefined` to node adding method to simplify types. ### [`v8.4.34`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8434) [Compare Source](https://github.com/postcss/postcss/compare/8.4.33...8.4.34) - Fixed `AtRule#nodes` type (by Tim Weißenfels). - Cleaned up code (by Dmitry Kirillov). </details> <details> <summary>csstools/postcss-plugins (postcss-preset-env)</summary> ### [`v9.4.0`](https://github.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#940) [Compare Source](https://github.com/csstools/postcss-plugins/compare/a50f890b5f3352b985f01e0fe556d2f651b2ca19...2c46a8897c21fc01c70579979c43f915ebcc82c1) *February 19, 2024* - Added `@csstools/postcss-light-dark-function` [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function#readme) for usage details. - Fix type definitions - Remove extraneous dependency on `postcss-value-parser` - Updated [`@csstools/postcss-cascade-layers`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers) to [`4.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers/CHANGELOG.md#403) (patch) - Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`3.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#309) (patch) - Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`2.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#209) (patch) - Updated [`@csstools/postcss-exponential-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions) to [`1.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions/CHANGELOG.md#104) (patch) - Updated [`@csstools/postcss-font-format-keywords`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-font-format-keywords) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-font-format-keywords/CHANGELOG.md#302) (patch) - Updated [`@csstools/postcss-gamut-mapping`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping) to [`1.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping/CHANGELOG.md#103) (patch) - Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.10`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#4010) (patch) - Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`3.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#309) (patch) - Updated [`@csstools/postcss-ic-unit`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit/CHANGELOG.md#304) (patch) - Updated [`@csstools/postcss-initial`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-initial) to [`1.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-initial/CHANGELOG.md#101) (patch) - Updated [`@csstools/postcss-is-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to [`4.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md#405) (patch) - Updated [`@csstools/postcss-logical-float-and-clear`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-float-and-clear) to [`2.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-float-and-clear/CHANGELOG.md#201) (patch) - Updated [`@csstools/postcss-logical-overflow`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-overflow) to [`1.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-overflow/CHANGELOG.md#101) (patch) - Updated [`@csstools/postcss-logical-overscroll-behavior`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-overscroll-behavior) to [`1.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-overscroll-behavior/CHANGELOG.md#101) (patch) - Updated [`@csstools/postcss-logical-resize`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-resize) to [`2.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-resize/CHANGELOG.md#201) (patch) - Updated [`@csstools/postcss-logical-viewport-units`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units) to [`2.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#206) (patch) - Updated [`@csstools/postcss-media-minmax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax) to [`1.1.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax/CHANGELOG.md#113) (patch) - Updated [`@csstools/postcss-media-queries-aspect-ratio-number-values`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values) to [`2.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values/CHANGELOG.md#206) (patch) - Updated [`@csstools/postcss-nested-calc`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nested-calc) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nested-calc/CHANGELOG.md#302) (patch) - Updated [`@csstools/postcss-normalize-display-values`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values/CHANGELOG.md#302) (patch) - Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.10`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#3010) (patch) - Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.1.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#310) (minor) - Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.10`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#2010) (patch) - Updated [`@csstools/postcss-scope-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-scope-pseudo-class) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-scope-pseudo-class/CHANGELOG.md#301) (patch) - Updated [`@csstools/postcss-stepped-value-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions) to [`3.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#305) (patch) - Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#304) (patch) - Updated [`@csstools/postcss-trigonometric-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions) to [`3.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#305) (patch) - Updated [`@csstools/postcss-unset-value`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-unset-value) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-unset-value/CHANGELOG.md#301) (patch) - Updated [`css-blank-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo) to [`6.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo/CHANGELOG.md#601) (patch) - Updated [`css-has-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo) to [`6.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#602) (patch) - Updated [`css-prefers-color-scheme`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-prefers-color-scheme) to [`9.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-prefers-color-scheme/CHANGELOG.md#901) (patch) - Updated [`cssdb`](https://github.com/csstools/cssdb) to [`7.11.0`](https://github.com/csstools/cssdb/blob/main/CHANGELOG.md#7110-february-17-2024) (minor) - Updated [`postcss-attribute-case-insensitive`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive) to [`6.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive/CHANGELOG.md#603) (patch) - Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#605) (patch) - Updated [`postcss-color-hex-alpha`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-hex-alpha) to [`9.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-hex-alpha/CHANGELOG.md#904) (patch) - Updated [`postcss-color-rebeccapurple`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-rebeccapurple) to [`9.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-rebeccapurple/CHANGELOG.md#903) (patch) - Updated [`postcss-custom-media`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media) to [`10.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1003) (patch) - Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1335) (patch) - Updated [`postcss-custom-selectors`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors) to [`7.1.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors/CHANGELOG.md#717) (patch) - Updated [`postcss-dir-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-dir-pseudo-class) to [`8.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-dir-pseudo-class/CHANGELOG.md#801) (patch) - Updated [`postcss-double-position-gradients`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients) to [`5.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients/CHANGELOG.md#504) (patch) - Updated [`postcss-focus-visible`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-visible) to [`9.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-visible/CHANGELOG.md#901) (patch) - Updated [`postcss-focus-within`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-within) to [`8.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-within/CHANGELOG.md#801) (patch) - Updated [`postcss-gap-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties/CHANGELOG.md#501) (patch) - Updated [`postcss-image-set-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-image-set-function) to [`6.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-image-set-function/CHANGELOG.md#603) (patch) - Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.10`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#6010) (patch) - Updated [`postcss-logical`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical) to [`7.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical/CHANGELOG.md#701) (patch) - Updated [`postcss-nesting`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting) to [`12.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting/CHANGELOG.md#1203) (patch) - Updated [`postcss-overflow-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-overflow-shorthand) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-overflow-shorthand/CHANGELOG.md#501) (patch) - Updated [`postcss-place`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place) to [`9.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place/CHANGELOG.md#901) (patch) - Updated [`postcss-pseudo-class-any-link`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link) to [`9.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link/CHANGELOG.md#901) (patch) - Updated [`postcss-selector-not`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-selector-not) to [`7.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-selector-not/CHANGELOG.md#702) (patch) </details> <details> <summary>rollup/rollup (rollup)</summary> ### [`v4.12.0`](https://github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4120) [Compare Source](https://github.com/rollup/rollup/compare/v4.11.0...v4.12.0) *2024-02-16* ##### Features - Improve raw bundling performance by 10-15% when not using the cache or plugins that return an AST ([#&#8203;5391](https://github.com/rollup/rollup/issues/5391)) ##### Pull Requests - [#&#8203;5391](https://github.com/rollup/rollup/pull/5391): Improve performance by directly constructing AST from buffer ([@&#8203;lukastaegert](https://github.com/lukastaegert)) - [#&#8203;5393](https://github.com/rollup/rollup/pull/5393): chore(deps): update dependency eslint-plugin-unicorn to v51 ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5394](https://github.com/rollup/rollup/pull/5394): chore(deps): update typescript-eslint monorepo to v7 (major) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5395](https://github.com/rollup/rollup/pull/5395): chore(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://github.com/renovate)\[bot]) ### [`v4.11.0`](https://github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4110) [Compare Source](https://github.com/rollup/rollup/compare/v4.10.0...v4.11.0) *2024-02-15* ##### Features - Add `output.reexportProtoFromExternal` option to disable special code for handling `__proto__` reexports ([#&#8203;5380](https://github.com/rollup/rollup/issues/5380)) ##### Bug Fixes - Ensure namespace reexport code can be parsed by cjs-module-lexer ([#&#8203;5380](https://github.com/rollup/rollup/issues/5380)) - Throw when trying to reassing `const` variables ([#&#8203;5388](https://github.com/rollup/rollup/issues/5388)) ##### Pull Requests - [#&#8203;5380](https://github.com/rollup/rollup/pull/5380): fix: separately export `__proto__` for compatibility with CJS Transpiler Re-exports ([@&#8203;TrickyPi](https://github.com/TrickyPi)) - [#&#8203;5388](https://github.com/rollup/rollup/pull/5388): Add const reassign rule ([@&#8203;TrickyPi](https://github.com/TrickyPi)) ### [`v4.10.0`](https://github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4100) [Compare Source](https://github.com/rollup/rollup/compare/v4.9.6...v4.10.0) *2024-02-10* ##### Features - Support base-36 and base-16 hashes again via new `output.hashCharacters` option ([#&#8203;5371](https://github.com/rollup/rollup/issues/5371)) ##### Bug Fixes - Do not crash process for panics in native code but throw them as JavaScript errors ([#&#8203;5383](https://github.com/rollup/rollup/issues/5383)) ##### Pull Requests - [#&#8203;5359](https://github.com/rollup/rollup/pull/5359): chore(deps): update actions/cache action to v4 ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5360](https://github.com/rollup/rollup/pull/5360): chore(deps): update dependency pretty-ms to v9 ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5366](https://github.com/rollup/rollup/pull/5366): chore(deps): update dependency husky to v9 ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5367](https://github.com/rollup/rollup/pull/5367): chore(deps): update peter-evans/create-or-update-comment action to v4 ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5368](https://github.com/rollup/rollup/pull/5368): chore(deps): update peter-evans/find-comment action to v3 ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5369](https://github.com/rollup/rollup/pull/5369): chore(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5370](https://github.com/rollup/rollup/pull/5370): Fix dependency range for Node types ([@&#8203;lukastaegert](https://github.com/lukastaegert)) - [#&#8203;5371](https://github.com/rollup/rollup/pull/5371): Implement "output.hashCharacters" option to define character set for file hashes ([@&#8203;lukastaegert](https://github.com/lukastaegert)) - [#&#8203;5372](https://github.com/rollup/rollup/pull/5372): Roll back vitepress as 1.0.0-rc.40 breaks the development build ([@&#8203;lukastaegert](https://github.com/lukastaegert)) - [#&#8203;5382](https://github.com/rollup/rollup/pull/5382): Update documentation ([@&#8203;TrickyPi](https://github.com/TrickyPi)) - [#&#8203;5383](https://github.com/rollup/rollup/pull/5383): Catch Rust panics and then throw them in JS ([@&#8203;TrickyPi](https://github.com/TrickyPi)) - [#&#8203;5384](https://github.com/rollup/rollup/pull/5384): chore(deps): update codecov/codecov-action action to v4 ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5385](https://github.com/rollup/rollup/pull/5385): chore(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5386](https://github.com/rollup/rollup/pull/5386): Resolve all rollup imports to node_modules to avoid type conflict ([@&#8203;TrickyPi](https://github.com/TrickyPi)) </details> <details> <summary>sass/dart-sass (sass)</summary> ### [`v1.71.1`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1711) [Compare Source](https://github.com/sass/dart-sass/compare/1.71.0...1.71.1) ##### Command-Line Interface - Ship the musl Linux release with the proper Dart executable. ##### JavaScript API - Export the `NodePackageImporter` class in ESM mode. - Allow `NodePackageImporter` to locate a default directory even when the entrypoint is an ESM module. ##### Dart API - Make passing a null argument to `NodePackageImporter()` a static error rather than just a runtime error. ##### Embedded Sass - In the JS Embedded Host, properly install the musl Linux embedded compiler when running on musl Linux. ### [`v1.71.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1710) [Compare Source](https://github.com/sass/dart-sass/compare/1.70.0...1.71.0) For more information about `pkg:` importers, see [the announcement][pkg-importers] on the Sass blog. [pkg-importers]: https://sass-lang.com/blog/announcing-pkg-importers ##### Command-Line Interface - Add a `--pkg-importer` flag to enable built-in `pkg:` importers. Currently this only supports the Node.js package resolution algorithm, via `--pkg-importer=node`. For example, `@use "pkg:bootstrap"` will load `node_modules/bootstrap/scss/bootstrap.scss`. ##### JavaScript API - Add a `NodePackageImporter` importer that can be passed to the `importers` option. This loads files using the `pkg:` URL scheme according to the Node.js package resolution algorithm. For example, `@use "pkg:bootstrap"` will load `node_modules/bootstrap/scss/bootstrap.scss`. The constructor takes a single optional argument, which indicates the base directory to use when locating `node_modules` directories. It defaults to `path.dirname(require.main.filename)`. ##### Dart API - Add a `NodePackageImporter` importer that can be passed to the `importers` option. This loads files using the `pkg:` URL scheme according to the Node.js package resolution algorithm. For example, `@use "pkg:bootstrap"` will load `node_modules/bootstrap/scss/bootstrap.scss`. The constructor takes a single argument, which indicates the base directory to use when locating `node_modules` directories. </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v5.1.4`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small514-2024-02-21-small) [Compare Source](https://github.com/vitejs/vite/compare/v5.1.3...v5.1.4) - perf: remove unnecessary regex s modifier ([#&#8203;15766](https://github.com/vitejs/vite/issues/15766)) ([8dc1b73](https://github.com/vitejs/vite/commit/8dc1b73)), closes [#&#8203;15766](https://github.com/vitejs/vite/issues/15766) - fix: fs cached checks disabled by default for yarn pnp ([#&#8203;15920](https://github.com/vitejs/vite/issues/15920)) ([8b11fea](https://github.com/vitejs/vite/commit/8b11fea)), closes [#&#8203;15920](https://github.com/vitejs/vite/issues/15920) - fix: resolve directory correctly when `fs.cachedChecks: true` ([#&#8203;15983](https://github.com/vitejs/vite/issues/15983)) ([4fe971f](https://github.com/vitejs/vite/commit/4fe971f)), closes [#&#8203;15983](https://github.com/vitejs/vite/issues/15983) - fix: srcSet with optional descriptor ([#&#8203;15905](https://github.com/vitejs/vite/issues/15905)) ([81b3bd0](https://github.com/vitejs/vite/commit/81b3bd0)), closes [#&#8203;15905](https://github.com/vitejs/vite/issues/15905) - fix(deps): update all non-major dependencies ([#&#8203;15959](https://github.com/vitejs/vite/issues/15959)) ([571a3fd](https://github.com/vitejs/vite/commit/571a3fd)), closes [#&#8203;15959](https://github.com/vitejs/vite/issues/15959) - fix(watch): build watch fails when outDir is empty string ([#&#8203;15979](https://github.com/vitejs/vite/issues/15979)) ([1d263d3](https://github.com/vitejs/vite/commit/1d263d3)), closes [#&#8203;15979](https://github.com/vitejs/vite/issues/15979) ### [`v5.1.3`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small513-2024-02-15-small) [Compare Source](https://github.com/vitejs/vite/compare/v5.1.2...v5.1.3) - fix: cachedTransformMiddleware for direct css requests ([#&#8203;15919](https://github.com/vitejs/vite/issues/15919)) ([5099028](https://github.com/vitejs/vite/commit/5099028)), closes [#&#8203;15919](https://github.com/vitejs/vite/issues/15919) - refactor(runtime): minor tweaks ([#&#8203;15904](https://github.com/vitejs/vite/issues/15904)) ([63a39c2](https://github.com/vitejs/vite/commit/63a39c2)), closes [#&#8203;15904](https://github.com/vitejs/vite/issues/15904) - refactor(runtime): seal ES module namespace object instead of feezing ([#&#8203;15914](https://github.com/vitejs/vite/issues/15914)) ([4172f02](https://github.com/vitejs/vite/commit/4172f02)), closes [#&#8203;15914](https://github.com/vitejs/vite/issues/15914) ### [`v5.1.2`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small512-2024-02-14-small) [Compare Source](https://github.com/vitejs/vite/compare/v5.1.1...v5.1.2) - fix: normalize import file path info ([#&#8203;15772](https://github.com/vitejs/vite/issues/15772)) ([306df44](https://github.com/vitejs/vite/commit/306df44)), closes [#&#8203;15772](https://github.com/vitejs/vite/issues/15772) - fix(build): do not output build time when build fails ([#&#8203;15711](https://github.com/vitejs/vite/issues/15711)) ([added3e](https://github.com/vitejs/vite/commit/added3e)), closes [#&#8203;15711](https://github.com/vitejs/vite/issues/15711) - fix(runtime): pass path instead of fileURL to `isFilePathESM` ([#&#8203;15908](https://github.com/vitejs/vite/issues/15908)) ([7b15607](https://github.com/vitejs/vite/commit/7b15607)), closes [#&#8203;15908](https://github.com/vitejs/vite/issues/15908) - fix(worker): support UTF-8 encoding in inline workers (fixes [#&#8203;12117](https://github.com/vitejs/vite/issues/12117)) ([#&#8203;15866](https://github.com/vitejs/vite/issues/15866)) ([570e0f1](https://github.com/vitejs/vite/commit/570e0f1)), closes [#&#8203;12117](https://github.com/vitejs/vite/issues/12117) [#&#8203;15866](https://github.com/vitejs/vite/issues/15866) - chore: update license file ([#&#8203;15885](https://github.com/vitejs/vite/issues/15885)) ([d9adf18](https://github.com/vitejs/vite/commit/d9adf18)), closes [#&#8203;15885](https://github.com/vitejs/vite/issues/15885) - chore(deps): update all non-major dependencies ([#&#8203;15874](https://github.com/vitejs/vite/issues/15874)) ([d16ce5d](https://github.com/vitejs/vite/commit/d16ce5d)), closes [#&#8203;15874](https://github.com/vitejs/vite/issues/15874) - chore(deps): update dependency dotenv-expand to v11 ([#&#8203;15875](https://github.com/vitejs/vite/issues/15875)) ([642d528](https://github.com/vitejs/vite/commit/642d528)), closes [#&#8203;15875](https://github.com/vitejs/vite/issues/15875) ### [`v5.1.1`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small511-2024-02-09-small) - fix: empty CSS file was output when only .css?url is used ([#&#8203;15846](https://github.com/vitejs/vite/issues/15846)) ([b2873ac](https://github.com/vitejs/vite/commit/b2873ac)), closes [#&#8203;15846](https://github.com/vitejs/vite/issues/15846) - fix: skip not only .js but also .mjs manifest entries ([#&#8203;15841](https://github.com/vitejs/vite/issues/15841)) ([3d860e7](https://github.com/vitejs/vite/commit/3d860e7)), closes [#&#8203;15841](https://github.com/vitejs/vite/issues/15841) - chore: post 5.1 release edits ([#&#8203;15840](https://github.com/vitejs/vite/issues/15840)) ([9da6502](https://github.com/vitejs/vite/commit/9da6502)), closes [#&#8203;15840](https://github.com/vitejs/vite/issues/15840) ### [`v5.1.0`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#510-2024-02-08) Vite 5.1 is out! Read the announcement blog post at https://vitejs.dev/blog/announcing-vite5-1! - chore: revert [#&#8203;15746](https://github.com/vitejs/vite/issues/15746) ([#&#8203;15839](https://github.com/vitejs/vite/issues/15839)) ([ed875f8](https://github.com/vitejs/vite/commit/ed875f8)), closes [#&#8203;15746](https://github.com/vitejs/vite/issues/15746) [#&#8203;15839](https://github.com/vitejs/vite/issues/15839) - fix: pass `customLogger` to `loadConfigFromFile` (fix [#&#8203;15824](https://github.com/vitejs/vite/issues/15824)) ([#&#8203;15831](https://github.com/vitejs/vite/issues/15831)) ([55a3427](https://github.com/vitejs/vite/commit/55a3427)), closes [#&#8203;15824](https://github.com/vitejs/vite/issues/15824) [#&#8203;15831](https://github.com/vitejs/vite/issues/15831) - fix(deps): update all non-major dependencies ([#&#8203;15803](https://github.com/vitejs/vite/issues/15803)) ([e0a6ef2](https://github.com/vitejs/vite/commit/e0a6ef2)), closes [#&#8203;15803](https://github.com/vitejs/vite/issues/15803) - refactor: remove `vite build --force` ([#&#8203;15837](https://github.com/vitejs/vite/issues/15837)) ([f1a4242](https://github.com/vitejs/vite/commit/f1a4242)), closes [#&#8203;15837](https://github.com/vitejs/vite/issues/15837) </details> <details> <summary>vite-pwa/vite-plugin-pwa (vite-plugin-pwa)</summary> ### [`v0.19.1`](https://github.com/vite-pwa/vite-plugin-pwa/releases/tag/v0.19.1) [Compare Source](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.19.0...v0.19.1) #####    🐞 Bug Fixes - Revert PR 633  -  by [@&#8203;userquin](https://github.com/userquin) in https://github.com/vite-pwa/vite-plugin-pwa/issues/673 [<samp>(e33aa)</samp>](https://github.com/vite-pwa/vite-plugin-pwa/commit/e33aaba) #####     [View changes on GitHub](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.19.0...v0.19.1) ### [`v0.19.0`](https://github.com/vite-pwa/vite-plugin-pwa/releases/tag/v0.19.0) [Compare Source](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.18.2...v0.19.0) #####    🚨 Breaking Changes - Add experimental PWA assets generation and injection  -  by [@&#8203;userquin](https://github.com/userquin) in https://github.com/vite-pwa/vite-plugin-pwa/issues/621 [<samp>(d9ffc)</samp>](https://github.com/vite-pwa/vite-plugin-pwa/commit/d9ffcb5) #####     [View changes on GitHub](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.18.2...v0.19.0) ### [`v0.18.2`](https://github.com/vite-pwa/vite-plugin-pwa/releases/tag/v0.18.2) [Compare Source](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.18.1...v0.18.2) #####    🐞 Bug Fixes - Use `swDest` folder to resolve mjs and map files in Vite build  -  by [@&#8203;userquin](https://github.com/userquin) in https://github.com/vite-pwa/vite-plugin-pwa/issues/661 [<samp>(aaa85)</samp>](https://github.com/vite-pwa/vite-plugin-pwa/commit/aaa856b) #####     [View changes on GitHub](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.18.1...v0.18.2) ### [`v0.18.1`](https://github.com/vite-pwa/vite-plugin-pwa/releases/tag/v0.18.1) [Compare Source](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.18.0...v0.18.1) #####    🐞 Bug Fixes - Handle Vite's base properly in dev server  -  by [@&#8203;userquin](https://github.com/userquin) in https://github.com/vite-pwa/vite-plugin-pwa/issues/657 [<samp>(8cac9)</samp>](https://github.com/vite-pwa/vite-plugin-pwa/commit/8cac935) #####     [View changes on GitHub](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.18.0...v0.18.1) ### [`v0.18.0`](https://github.com/vite-pwa/vite-plugin-pwa/releases/tag/v0.18.0) [Compare Source](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.17.5...v0.18.0) #####    🚨 Breaking Changes - New custom service worker build  -  by [@&#8203;userquin](https://github.com/userquin) in https://github.com/vite-pwa/vite-plugin-pwa/issues/629 [<samp>(865fd)</samp>](https://github.com/vite-pwa/vite-plugin-pwa/commit/865fdad) #####    🐞 Bug Fixes - Register client module and prompt  -  by [@&#8203;userquin](https://github.com/userquin) in https://github.com/vite-pwa/vite-plugin-pwa/issues/633 [<samp>(b3474)</samp>](https://github.com/vite-pwa/vite-plugin-pwa/commit/b347432) #####     [View changes on GitHub](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.17.5...v0.18.0) </details> <details> <summary>ikenfin/vite-plugin-sentry (vite-plugin-sentry)</summary> ### [`v1.4.0`](https://github.com/ikenfin/vite-plugin-sentry/releases/tag/v1.4.0) [Compare Source](https://github.com/ikenfin/vite-plugin-sentry/compare/v1.3.0...v1.4.0) #### What's Changed - Bump [@&#8203;sentry/cli](https://github.com/sentry/cli) from 2.19.0 to 2.19.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/330 - Bump eslint from 8.39.0 to 8.42.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/331 - Bump [@&#8203;rollup/plugin-commonjs](https://github.com/rollup/plugin-commonjs) from 24.1.0 to 25.0.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/333 - Bump [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 5.59.11 to 5.62.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/343 - Bump [@&#8203;rollup/plugin-commonjs](https://github.com/rollup/plugin-commonjs) from 25.0.1 to 25.0.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/346 - Bump eslint from 8.42.0 to 8.45.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/345 - Bump [@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 5.59.11 to 5.62.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/344 - Bump [@&#8203;rollup/plugin-typescript](https://github.com/rollup/plugin-typescript) from 11.1.1 to 11.1.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/348 - Bump [@&#8203;types/node](https://github.com/types/node) from 20.3.1 to 20.4.8 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/357 - ⬆️ Bump eslint from 8.45.0 to 8.46.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/358 - Bump [@&#8203;sentry/cli](https://github.com/sentry/cli) from 2.19.1 to 2.20.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/363 - Bump rollup from 3.25.1 to 3.28.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/367 - Bump [@&#8203;types/node](https://github.com/types/node) from 20.4.8 to 20.5.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/370 - Bump semver from 6.3.0 to 6.3.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/371 - Bump [@&#8203;rollup/plugin-commonjs](https://github.com/rollup/plugin-commonjs) from 25.0.3 to 25.0.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/390 - Bump [@&#8203;types/node](https://github.com/types/node) from 20.5.4 to 20.8.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/391 - Bump eslint from 8.46.0 to 8.51.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/392 - Bump [@&#8203;rollup/plugin-typescript](https://github.com/rollup/plugin-typescript) from 11.1.2 to 11.1.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/393 - Bump [@&#8203;types/node](https://github.com/types/node) from 20.8.3 to 20.10.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/427 - Bump prettier from 2.8.8 to 3.1.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/425 - Add Vite 5 to allowed peerDep versions by [@&#8203;bensaufley](https://github.com/bensaufley) in https://github.com/ikenfin/vite-plugin-sentry/pull/437 - Bump [@&#8203;rollup/plugin-commonjs](https://github.com/rollup/plugin-commonjs) from 25.0.5 to 25.0.7 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/429 - Bump [@&#8203;rollup/plugin-eslint](https://github.com/rollup/plugin-eslint) from 9.0.4 to 9.0.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/430 - Bump eslint from 8.51.0 to 8.56.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/ikenfin/vite-plugin-sentry/pull/431 #### New Contributors - [@&#8203;bensaufley](https://github.com/bensaufley) made their first contribution in https://github.com/ikenfin/vite-plugin-sentry/pull/437 **Full Changelog**: https://github.com/ikenfin/vite-plugin-sentry/compare/v1.3.0...v1.4.0 </details> <details> <summary>vitest-dev/vitest (vitest)</summary> ### [`v1.3.1`](https://github.com/vitest-dev/vitest/releases/tag/v1.3.1) [Compare Source](https://github.com/vitest-dev/vitest/compare/v1.3.0...v1.3.1) #####    🚀 Features - **vitest**: Expose parseCLI method  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5248 [<samp>(c793a)</samp>](https://github.com/vitest-dev/vitest/commit/c793a136) - This feature is not affected by SemVer because it is part of an [experimental API](https://vitest.dev/advanced/api.html). #####    🐞 Bug Fixes - Add task tests iteratively  -  by [@&#8203;DerYeger](https://github.com/DerYeger) in https://github.com/vitest-dev/vitest/issues/5235 [<samp>(38155)</samp>](https://github.com/vitest-dev/vitest/commit/38155548) - **coverage**: Ignore generated TS decorators  -  by [@&#8203;AriPerkkio](https://github.com/AriPerkkio) and [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5206 [<samp>(a2804)</samp>](https://github.com/vitest-dev/vitest/commit/a280451b) - **ui**: Auto reload coverage iframe after test run  -  by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in https://github.com/vitest-dev/vitest/issues/5242 [<samp>(5376d)</samp>](https://github.com/vitest-dev/vitest/commit/5376d5be) #####     [View changes on GitHub](https://github.com/vitest-dev/vitest/compare/v1.3.0...v1.3.1) ### [`v1.3.0`](https://github.com/vitest-dev/vitest/releases/tag/v1.3.0) [Compare Source](https://github.com/vitest-dev/vitest/compare/v1.2.2...v1.3.0) ##### 🚀 Features - Deprecate watchExclude - by [@&#8203;patak-dev](https://github.com/patak-dev) in https://github.com/vitest-dev/vitest/issues/5171 [<samp>(82885)</samp>](https://github.com/vitest-dev/vitest/commit/828858f8) - **browser**: - Run test files in isolated iframes - by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5036 [<samp>(4f401)</samp>](https://github.com/vitest-dev/vitest/commit/4f40177e) - **config**: - Add `snapshotSerializers` option - by [@&#8203;fenghan34](https://github.com/fenghan34) in https://github.com/vitest-dev/vitest/issues/5092 [<samp>(5b102)</samp>](https://github.com/vitest-dev/vitest/commit/5b1021da) - **reporters**: - Support custom options - by [@&#8203;AriPerkkio](https://github.com/AriPerkkio) in https://github.com/vitest-dev/vitest/issues/5111 [<samp>(fec9c)</samp>](https://github.com/vitest-dev/vitest/commit/fec9ca0b) - **runner**: - Support automatic fixtures - by [@&#8203;fenghan34](https://github.com/fenghan34) and [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5102 [<samp>(0441f)</samp>](https://github.com/vitest-dev/vitest/commit/0441f761) - **ui**: - Save splitpanes size to local storage - by [@&#8203;posva](https://github.com/posva) in https://github.com/vitest-dev/vitest/issues/5166 [<samp>(c28b4)</samp>](https://github.com/vitest-dev/vitest/commit/c28b4c26) - **vitest**: - Add onTestFinished hook - by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5128 [<samp>(6f5b4)</samp>](https://github.com/vitest-dev/vitest/commit/6f5b42b7) - Add github actions reporter - by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in https://github.com/vitest-dev/vitest/issues/5093 [<samp>(40afb)</samp>](https://github.com/vitest-dev/vitest/commit/40afbe3a) - Expose jsdom global if jsdom environment is enabled - by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5155 [<samp>(567d2)</samp>](https://github.com/vitest-dev/vitest/commit/567d20b9) - Add new CLI options - by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5163 [<samp>(4e179)</samp>](https://github.com/vitest-dev/vitest/commit/4e179426) - "test" accepts options object as the second parameter - by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5142 [<samp>(7d9b1)</samp>](https://github.com/vitest-dev/vitest/commit/7d9b1fb0) - **vm**: - Support wasm module - by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in https://github.com/vitest-dev/vitest/issues/5131 [<samp>(5ed53)</samp>](https://github.com/vitest-dev/vitest/commit/5ed537f0) ##### 🐞 Bug Fixes - Fix sourcemap in vm pools - by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in https://github.com/vitest-dev/vitest/issues/5063 [<samp>(81105)</samp>](https://github.com/vitest-dev/vitest/commit/8110540a) - Don't optimize react/jsx-runtime by default when running in Node - by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5079 [<samp>(0d2bf)</samp>](https://github.com/vitest-dev/vitest/commit/0d2bfeac) - Rpc timeout error messages to include caller - by [@&#8203;AriPerkkio](https://github.com/AriPerkkio) in https://github.com/vitest-dev/vitest/issues/5103 [<samp>(a6e04)</samp>](https://github.com/vitest-dev/vitest/commit/a6e04bd8) - Requires fixed version across the monorepo - by [@&#8203;antfu](https://github.com/antfu) in https://github.com/vitest-dev/vitest/issues/5208 [<samp>(68f51)</samp>](https://github.com/vitest-dev/vitest/commit/68f51961) - Prevent merging of `poolOptions` - by [@&#8203;penalosa](https://github.com/penalosa) in https://github.com/vitest-dev/vitest/issues/5221 [<samp>(bc5b2)</samp>](https://github.com/vitest-dev/vitest/commit/bc5b2d04) - **browser**: - Don't exclude node builtins from optimization - by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5082 [<samp>(714c9)</samp>](https://github.com/vitest-dev/vitest/commit/714c911f) - Support `coverage.reportsDirectory` with multiple directories - by [@&#8203;AriPerkkio](https://github.com/AriPerkkio) in https://github.com/vitest-dev/vitest/issues/5056 [<samp>(ae73f)</samp>](https://github.com/vitest-dev/vitest/commit/ae73f273) - **cli**: - Parse `--browser=<name>` correctly - by [@&#8203;AriPerkkio](https://github.com/AriPerkkio) in https://github.com/vitest-dev/vitest/issues/5179 [<samp>(656e2)</samp>](https://github.com/vitest-dev/vitest/commit/656e210b) - **coverage**: - `.tmp` directory conflicts with `--shard` option - by [@&#8203;AriPerkkio](https://github.com/AriPerkkio) in https://github.com/vitest-dev/vitest/issues/5184 [<samp>(5749d)</samp>](https://github.com/vitest-dev/vitest/commit/5749d2c2) - **deps**: - Update dependency strip-literal to v2 - by [@&#8203;renovate](https://github.com/renovate)\[bot] in https://github.com/vitest-dev/vitest/issues/5136 [<samp>(ef557)</samp>](https://github.com/vitest-dev/vitest/commit/ef557243) - **reporters**: - Testsuite name should include project root in Junit output - by [@&#8203;fenghan34](https://github.com/fenghan34) in https://github.com/vitest-dev/vitest/issues/5116 [<samp>(2494f)</samp>](https://github.com/vitest-dev/vitest/commit/2494fbf2) - **typecheck**: - Fix suite collection while-loop - by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in https://github.com/vitest-dev/vitest/issues/5065 [<samp>(35675)</samp>](https://github.com/vitest-dev/vitest/commit/35675bd3) - **ui**: - Fix tests duration time - by [@&#8203;vovsemenv](https://github.com/vovsemenv) in https://github.com/vitest-dev/vitest/issues/5219 [<samp>(58103)</samp>](https://github.com/vitest-dev/vitest/commit/581030ee) - **utils**: - Fix asymmetric matcher diff inside array - by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in https://github.com/vitest-dev/vitest/issues/5189 [<samp>(3ffcd)</samp>](https://github.com/vitest-dev/vitest/commit/3ffcd2ea) - **vitest**: - Correctly report failed test files as failures in json reporter, export json reporter types - by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5081 [<samp>(0417b)</samp>](https://github.com/vitest-dev/vitest/commit/0417ba20) - Don't run typecheck tests in browser if both are enabled - by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5080 [<samp>(1045b)</samp>](https://github.com/vitest-dev/vitest/commit/1045b98b) - Handle function config inside `defineWorkspace` - by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in https://github.com/vitest-dev/vitest/issues/5089 [<samp>(0bf52)</samp>](https://github.com/vitest-dev/vitest/commit/0bf52533) - Remove excessive listeners when running without isolation, don't reset the state - by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5132 [<samp>(b607f)</samp>](https://github.com/vitest-dev/vitest/commit/b607f1ea) - Auto-enable "github-actions" only where users didn't configure reporters - by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in https://github.com/vitest-dev/vitest/issues/5158 [<samp>(ef044)</samp>](https://github.com/vitest-dev/vitest/commit/ef0440cb) - Support more array cli options - by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in https://github.com/vitest-dev/vitest/issues/5162 [<samp>(3afe6)</samp>](https://github.com/vitest-dev/vitest/commit/3afe68f1) - Add types for the new global `jsdom` variable - by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5164 [<samp>(0f898)</samp>](https://github.com/vitest-dev/vitest/commit/0f898d87) - Expose onTestFinished globally - by [@&#8203;sheremet-va](https://github.com/sheremet-va) [<samp>(1304f)</samp>](https://github.com/vitest-dev/vitest/commit/1304fed7) - Disable optimizer by default until it's stable - by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5156 [<samp>(e1bd8)</samp>](https://github.com/vitest-dev/vitest/commit/e1bd8d5d) - Delegate snapshot options to workspace from root config - by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in https://github.com/vitest-dev/vitest/issues/5199 [<samp>(86297)</samp>](https://github.com/vitest-dev/vitest/commit/86297d42) - Fix `optimizeDeps.disabled` warnings on Vite 5.1 - by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in https://github.com/vitest-dev/vitest/issues/5215 [<samp>(1aecd)</samp>](https://github.com/vitest-dev/vitest/commit/1aecd650) - **vm**: - Handle `disableConsoleIntercept` config - by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in https://github.com/vitest-dev/vitest/issues/5074 [<samp>(a55ad)</samp>](https://github.com/vitest-dev/vitest/commit/a55adac6) - Improve error when module is not found - by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in https://github.com/vitest-dev/vitest/issues/5053 [<samp>(79a50)</samp>](https://github.com/vitest-dev/vitest/commit/79a50c3f) ##### [View changes on GitHub](https://github.com/vitest-dev/vitest/compare/v1.2.2...v1.3.0) </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-02-08 14:02:38 +00:00
renovate added 1 commit 2024-02-08 14:02:40 +00:00
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details
4cc7a550e2
chore(deps): update dev-dependencies
renovate force-pushed renovate/dev-dependencies from c6405cceae to 4cc7a550e2 2024-02-08 14:02:44 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 4cc7a550e2 to 5d72371361 2024-02-08 17:05:58 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 5d72371361 to 9dfd6bba86 2024-02-08 21:06:27 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 9dfd6bba86 to 10372c30fc 2024-02-09 10:06:19 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 10372c30fc to 4250b1dad3 2024-02-09 19:06:11 +00:00 Compare
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://2094-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 somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://2094-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 somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
konrad scheduled this pull request to auto merge when all checks succeed 2024-02-09 19:16:47 +00:00
renovate force-pushed renovate/dev-dependencies from 4250b1dad3 to 25e0354e0a 2024-02-10 06:06:28 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 25e0354e0a to 357eee1b6c 2024-02-10 14:06:35 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 357eee1b6c to 169f3547b5 2024-02-11 09:06:18 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 169f3547b5 to 4906ffe83d 2024-02-11 15:05:52 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 4906ffe83d to 3768fb6de4 2024-02-12 08:05:50 +00:00 Compare
konrad canceled auto merging this pull request when all checks succeed 2024-02-12 10:12:20 +00:00
renovate force-pushed renovate/dev-dependencies from 3768fb6de4 to aac9d160a8 2024-02-13 09:05:51 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from aac9d160a8 to a33b936417 2024-02-13 14:06:02 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from a33b936417 to 9760e71599 2024-02-14 15:06:19 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 9760e71599 to 618088f748 2024-02-14 18:06:01 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 618088f748 to 16fca399ce 2024-02-15 00:06:28 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 16fca399ce to ff1b4e46db 2024-02-15 07:05:43 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from ff1b4e46db to 6e3b11551c 2024-02-15 11:07:12 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 6e3b11551c to 618291b33a 2024-02-15 14:06:44 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 618291b33a to f05d98c1dd 2024-02-15 17:05:49 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from f05d98c1dd to 3163b6f767 2024-02-15 19:06:10 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 3163b6f767 to 2190a3d4ce 2024-02-16 02:06:31 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 2190a3d4ce to 680b846ad1 2024-02-16 14:06:08 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 680b846ad1 to 56cafb1ace 2024-02-16 18:06:22 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 56cafb1ace to cab3afd797 2024-02-17 03:06:29 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from cab3afd797 to d5ae08c961 2024-02-17 13:06:08 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from d5ae08c961 to 4bce04ef3f 2024-02-17 14:06:23 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 4bce04ef3f to 865414f432 2024-02-18 02:06:15 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 865414f432 to 107e0496e1 2024-02-19 07:06:01 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 107e0496e1 to 049cb479e1 2024-02-19 09:06:03 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 049cb479e1 to ef23be0496 2024-02-19 18:05:43 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from ef23be0496 to 69233896b6 2024-02-19 22:06:30 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 69233896b6 to c3a070f32f 2024-02-20 03:06:37 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from c3a070f32f to 41366158e5 2024-02-20 14:06:40 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 41366158e5 to f8bd3ab2d6 2024-02-20 21:06:39 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from f8bd3ab2d6 to b6344f2ef6 2024-02-21 02:06:19 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from b6344f2ef6 to 64b7596703 2024-02-21 10:06:22 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 64b7596703 to b37b59d2f8 2024-02-21 12:05:50 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from b37b59d2f8 to 5c1b3f371f 2024-02-21 13:06:03 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 5c1b3f371f to dabad1120c 2024-02-21 21:06:52 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from dabad1120c to 3621353be8 2024-02-21 22:06:41 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 3621353be8 to 614d76dff8 2024-02-21 23:06:29 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 614d76dff8 to fffd37b934 2024-02-22 00:07:52 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from fffd37b934 to db9ba3152d 2024-02-22 05:07:15 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from db9ba3152d to 731a0e3aa2 2024-02-22 19:06:38 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 731a0e3aa2 to f1c9f8e102 2024-02-22 22:06:15 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from f1c9f8e102 to 38b00512e5 2024-02-23 03:06:11 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 38b00512e5 to 15ab1b8cc5 2024-02-23 18:06:03 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 15ab1b8cc5 to ac9f86250b 2024-02-23 21:06:11 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from ac9f86250b to 417df524d9 2024-02-25 13:06:31 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 417df524d9 to 50a940b240 2024-02-25 14:06:16 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 50a940b240 to 50cb8e7e0e 2024-02-25 21:06:25 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 50cb8e7e0e to df1d9adf02 2024-02-26 11:06:34 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from df1d9adf02 to e1fb603087 2024-02-26 18:06:46 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from e1fb603087 to b5e5f7fb42 2024-02-27 07:06:11 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 7ac70964ae to ba821b71ec 2024-02-28 14:06:37 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from ba821b71ec to eea356e570 2024-02-28 18:05:44 +00:00 Compare
konrad merged commit eea356e570 into main 2024-02-28 21:45:15 +00:00
konrad deleted branch renovate/dev-dependencies 2024-02-28 21:45:16 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 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#2094
No description provided.