Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump the development-dependencies group with 23 updates #4428

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps the development-dependencies group with 23 updates:

Package From To
@iconify-json/heroicons-outline 1.1.7 1.1.9
@rushstack/eslint-patch 1.3.3 1.6.0
@tailwindcss/forms 0.5.6 0.5.7
@types/bluebird 3.5.38 3.5.42
@types/lodash 4.14.198 4.14.202
@types/node 20.5.0 20.10.3
@vitejs/plugin-vue 2.3.4 4.5.1
@vitest/coverage-v8 0.34.5 0.34.6
@vue/test-utils 2.4.1 2.4.3
autoprefixer 10.4.15 10.4.16
eslint 8.46.0 8.55.0
happy-dom 10.11.0 12.10.3
patch-package 7.0.0 8.0.0
postcss 8.4.28 8.4.32
rollup-plugin-visualizer 5.9.0 5.10.0
sass 1.62.1 1.69.5
sass-loader 13.2.2 13.3.2
start-server-and-test 2.0.0 2.0.3
unplugin-auto-import 0.16.1 0.17.2
unplugin-icons 0.16.5 0.18.1
unplugin-vue-components 0.25.2 0.26.0
vite 2.9.14 5.0.5
vitest 0.33.0 0.34.6

Updates @iconify-json/heroicons-outline from 1.1.7 to 1.1.9

Commits
  • 99c2980 Update SVG Logos, Material Design Icons
  • 091c70e Update SVG Logos, Material Design Icons, Simple Icons
  • See full diff in compare view

Updates @rushstack/eslint-patch from 1.3.3 to 1.6.0

Changelog

Sourced from @​rushstack/eslint-patch's changelog.

1.6.0

Wed, 22 Nov 2023 01:45:18 GMT

Minor changes

  • Add an experimental new feature for ESLint bulk suppressions; for details see GitHub #4303

1.5.1

Sun, 01 Oct 2023 02:56:29 GMT

Patches

  • Fix patch compatibility with ESLint 7 for versions matching <7.12.0

1.5.0

Tue, 26 Sep 2023 09:30:33 GMT

Minor changes

  • Add an optional patch which can be used to allow ESLint to extend configurations from packages that do not have the "eslint-config-" prefix

1.4.0

Fri, 15 Sep 2023 00:36:58 GMT

Minor changes

  • Update @​types/node from 14 to 18
Commits
  • 2840be2 Bump versions [skip ci]
  • 0767166 Update changelogs [skip ci]
  • 2e9e0ed fix: incorporate feedback
  • a01c2e7 fix(eslint-bulk): change clean command to prune and update --help
  • d698ca7 Add a notice for borrowed code
  • bea0cdf Properly escape the configuration string printed by eslint-patch; add a minim...
  • 0db8777 Turns out that "eslint-patch/bin/eslint-bulk" was actually being used, but it...
  • c28b3e8 Remove leftover file
  • 08e89cf The "tsconfig.tsbuildinfo" file should not be committed to Git
  • 118c02c fix(eslint-patch): fix the README to recommend using the eslint-bulk companio...
  • Additional commits viewable in compare view

Updates @tailwindcss/forms from 0.5.6 to 0.5.7

Release notes

Sourced from @​tailwindcss/forms's releases.

v0.5.7

Fixed

  • Use normal checkbox and radio appearance in forced-colors mode (#152)
Changelog

Sourced from @​tailwindcss/forms's changelog.

[0.5.7] - 2023-11-10

Fixed

  • Use normal checkbox and radio appearance in forced-colors mode (#152)
Commits

Updates @types/bluebird from 3.5.38 to 3.5.42

Commits

Updates @types/lodash from 4.14.198 to 4.14.202

Commits

Updates @types/node from 20.5.0 to 20.10.3

Commits

Updates @vitejs/plugin-vue from 2.3.4 to 4.5.1

Release notes

Sourced from @​vitejs/plugin-vue's releases.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

4.5.1 (2023-12-01)

  • fix: respect vite base config for absolute URLs during dev (44d3eb0)

4.5.0 (2023-11-16)

  • chore: update peerDependencies to support Vite 5 (#290) (f92861a), closes #290
  • chore: upgrade deps (c046eba)
  • fix(deps): update all non-major dependencies (#262) (c316d43), closes #262

4.4.1 (2023-11-08)

4.4.0 (2023-10-02)

  • fix(plugin-vue): re-create filters after updating options (#246) (c383503), closes #246
  • feat: support generated JS imports for external scoped style (#196) (bd5055d), closes #196
  • chore: add @ts-ignore when accessing legacy?.buildSsrCjsExternalHeuristics (#255) (04c3b0b), closes #255
  • refactor(plugin-vue): deprecate reactivity transform (38f8ea5)
  • refactor(plugin-vue): use source-map-js (#247) (b43690d), closes #247

4.3.4 (2023-08-28)

  • chore(deps): update typescript-eslint monorepo to v6 (major) (#210) (fb07b5b), closes #210
  • feat(plugin-vue): expose options in api (#177) (269121e), closes #177

4.3.3 (2023-08-22)

4.3.2 (2023-08-21)

  • fix(plugin-vue): distinguish HMR and transform descriptor (#232) (9119d4d), closes #232

... (truncated)

Commits

Updates @vitest/coverage-v8 from 0.34.5 to 0.34.6

Release notes

Sourced from @​vitest/coverage-v8's releases.

v0.34.6

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vue/test-utils from 2.4.1 to 2.4.3

Release notes

Sourced from @​vue/test-utils's releases.

v2.4.3

What's Changed

Full Changelog: vuejs/test-utils@v2.4.2...v2.4.3

v2.4.2

What's Changed

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

Fix

Docs

Chore

New Contributors

Full Changelog: vuejs/test-utils@v2.4.1...v2.4.2

Commits
  • b6a8a66 publish: v2.4.3
  • 2b4f9e8 Merge branch 'main' of https://github.com/vuejs/test-utils
  • 0f9bb3e chore(deps): update dependency jsdom to v23
  • b00181b chore(deps): update dependency vitepress to v1.0.0-rc.31
  • 043a2c9 chore(deps): update dependency vitepress to v1.0.0-rc.30
  • 574e82d chore(deps): update all non-major dependencies
  • d5f95cf chore(deps): update dependency vitepress to v1.0.0-rc.29
  • f2be46d chore(deps): update dependency vitepress to v1.0.0-rc.28
  • 3e98cdf chore(deps): update dependency vitepress to v1.0.0-rc.27
  • c91eced chore(deps): update dependency vitepress to v1.0.0-rc.26
  • Additional commits viewable in compare view

Updates autoprefixer from 10.4.15 to 10.4.16

Release notes

Sourced from autoprefixer's releases.

10.4.16

Changelog

Sourced from autoprefixer's changelog.

10.4.16

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).
Commits

Updates eslint from 8.46.0 to 8.55.0

Release notes

Sourced from eslint's releases.

v8.55.0

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#17778) (Etienne)

Chores

  • eb8950c chore: upgrade @​eslint/js@​8.55.0 (#17811) (Milos Djermanovic)
  • 93df384 chore: package.json update for @​eslint/js release (Jenkins)
  • fe4b954 chore: upgrade @​eslint/eslintrc@​2.1.4 (#17799) (Milos Djermanovic)
  • bd8911d ci: pin Node.js 21.2.0 (#17809) (Milos Djermanovic)
  • b29a16b chore: fix several cli tests to run in the intended flat config mode (#17797) (Milos Djermanovic)
  • de165c1 chore: remove unused config-extends fixtures (#17781) (Milos Djermanovic)
  • d4304b8 chore: remove formatting/stylistic rules from new rule templates (#17780) (Francesco Trotta)
  • 21024fe chore: check rule examples for syntax errors (#17718) (Francesco Trotta)

v8.54.0

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#17705) (Milos Djermanovic)

Documentation

  • becfdd3 docs: Make clear when rules are removed (#17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#17722) (Filip Tammergård)

Chores

  • d644de9 chore: upgrade @​eslint/js@​8.54.0 (#17773) (Milos Djermanovic)
  • 1e6e314 chore: package.json update for @​eslint/js release (Jenkins)
  • 6fb8805 chore: Fixed grammar in issue_templates/rule_change (#17770) (Joel Mathew Koshy)
  • 85db724 chore: upgrade markdownlint to 0.31.1 (#17754) (Nitin Kumar)
  • 6d470d2 chore: update dependency recast to ^0.23.0 (#17736) (renovate[bot])
  • b7121b5 chore: update dependency markdownlint-cli to ^0.37.0 (#17735) (renovate[bot])
  • 633b9a1 chore: update dependency regenerator-runtime to ^0.14.0 (#17739) (renovate[bot])
  • acac16f chore: update dependency vite-plugin-commonjs to ^0.10.0 (#17740) (renovate[bot])
  • ba8ca7e chore: add .github/renovate.json5 (#17567) (Josh Goldberg ✨)

v8.53.0

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.55.0 - December 1, 2023

  • eb8950c chore: upgrade @​eslint/js@​8.55.0 (#17811) (Milos Djermanovic)
  • 93df384 chore: package.json update for @​eslint/js release (Jenkins)
  • fe4b954 chore: upgrade @​eslint/eslintrc@​2.1.4 (#17799) (Milos Djermanovic)
  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#17721) (Tanuj Kanti)
  • 83ece2a docs: fix typo --rules -> --rule (#17806) (OKURA Masafumi)
  • bd8911d ci: pin Node.js 21.2.0 (#17809) (Milos Djermanovic)
  • b29a16b chore: fix several cli tests to run in the intended flat config mode (#17797) (Milos Djermanovic)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#17778) (Etienne)
  • de165c1 chore: remove unused config-extends fixtures (#17781) (Milos Djermanovic)
  • d4304b8 chore: remove formatting/stylistic rules from new rule templates (#17780) (Francesco Trotta)
  • 21024fe chore: check rule examples for syntax errors (#17718) (Francesco Trotta)

v8.54.0 - November 17, 2023

  • d644de9 chore: upgrade @​eslint/js@​8.54.0 (#17773) (Milos Djermanovic)
  • 1e6e314 chore: package.json update for @​eslint/js release (Jenkins)
  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#17760) (Milos Djermanovic)
  • a7a883b feat: for-direction rule add check for condition in reverse order (#17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#17680) (Joel Mathew Koshy)
  • 6fb8805 chore: Fixed grammar in issue_templates/rule_change (#17770) (Joel Mathew Koshy)
  • becfdd3 docs: Make clear when rules are removed (#17728) (Nicholas C. Zakas)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#17753) (Pavel)
  • 85db724 chore: upgrade markdownlint to 0.31.1 (#17754) (Nitin Kumar)
  • 21ebf8a feat: update no-array-constructor rule (#17711) (Francesco Trotta)
  • 05d6e99 docs: update "Submit a Pull Request" page (#17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#17749) (Percy Ma)
  • 6d470d2 chore: update dependency recast to ^0.23.0 (#17736) (renovate[bot])
  • b7121b5 chore: update dependency markdownlint-cli to ^0.37.0 (#17735) (renovate[bot])
  • 633b9a1 chore: update dependency regenerator-runtime to ^0.14.0 (#17739) (renovate[bot])
  • acac16f chore: update dependency vite-plugin-commonjs to ^0.10.0 (#17740) (renovate[bot])
  • ba8ca7e chore: add .github/renovate.json5 (#17567) (Josh Goldberg ✨)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#17705) (Milos Djermanovic)
  • d245326 docs: Correct working in migrating plugin docs (#17722) (Filip Tammergård)
  • 5454c22 Revert "chore: remove metascraper (#17707)" (#17708) (Milos Djermanovic)

v8.53.0 - November 3, 2023

  • ba4d4d5 chore: remove metascraper (#17707) (Milos Djermanovic)
  • 0d07338 chore: Update dependencies (#17706) (Milos Djermanovic)
  • 93256a3 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • ab8c60d docs: change position of return to top button (#17688) (Tanuj Kanti)
  • 528e1c0 feat: Deprecate formatting rules (#17696) (Nicholas C. Zakas)
  • 485ec7d test: fix ESLint tests for caching (#17699) (Milos Djermanovic)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#17677) (Yonathan Randolph)
  • 4fc44c0 docs: update twitter icon to new X icon (#17687) (Tanuj Kanti)

... (truncated)

Commits

Updates happy-dom from 10.11.0 to 12.10.3

Release notes

Sourced from happy-dom's releases.

v12.10.3

👷‍♂️ Patch fixes

  • Fix for week being wrong sometimes as it is not calculated as UTC in HTMLInputElement.valueAsDate(). (#1144)

Thank you @​IGx89 for your contribution!

v12.10.2

👷‍♂️ Patch fixes

  • Element.cloneNode() should not clone scroll properties. (#1148)

v12.10.1

👷‍♂️ Patch fixes

  • Fixes wrong callback parameter order of "key" and "value" in FormData.forEach(). (#1136)

Thank you @​armandabric for your contribution!

v12.10.0

🎨 Features

  • Adds support for Navigator.sendBeacon(). (#309)
  • Adds support for the property Window.CSSStyleDeclaration. (#309)

v12.9.2

👷‍♂️ Patch fixes

  • Fixes Node 18.18.2+ support in @happy-dom/global-registrator by not binding classes to the global object. (#1140)

Thank you @​IGx89 for your contribution!

v12.9.1

👷‍♂️ Patch fixes

  • Fixes typo in documentation. (#1123)

Thank you @​goring for your contribution!

v12.9.0

🎨 Features

  • Improves performance of the async task manager. This will improve performance of timers in general as they have less logic executed related to the async task manager. (#1114)

v12.8.1

👷‍♂️ Patch fixes

... (truncated)

Commits

Updates patch-package from 7.0.0 to 8.0.0

Release notes

Sourced from patch-package's releases.

v8.0.0

  • Add support for multiple patch files for a single package. (@​ds300) #474

Breaking

I removed some really old legacy filename handling stuff so it's technically a breaking change.

Changelog

Sourced from patch-package's changelog.

8.0.0

  • Add support for multiple patch files for a single package. #474

Breaking Changes

  • Removed support for some very old legacy filename format stuff (pre-2019).

7.0.2

7.0.1

Breaking changes

  • Bump yaml to fix security issue. Required bumping minimum node version from 8 to 14. (contribution from @​mayank99 in #463)

Other changes

6.5.1

Special thanks to @​orta again for putting this release together.

6.5.0

Special thanks to @​orta for stepping in to get this release out.

  • Don't show issue creation tips for DefinitelyTyped...

    Description has been truncated

Bumps the development-dependencies group with 23 updates:

| Package | From | To |
| --- | --- | --- |
| [@iconify-json/heroicons-outline](https://github.com/iconify/icon-sets) | `1.1.7` | `1.1.9` |
| [@rushstack/eslint-patch](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-patch) | `1.3.3` | `1.6.0` |
| [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) | `0.5.6` | `0.5.7` |
| [@types/bluebird](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bluebird) | `3.5.38` | `3.5.42` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.14.198` | `4.14.202` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.5.0` | `20.10.3` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `2.3.4` | `4.5.1` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `0.34.5` | `0.34.6` |
| [@vue/test-utils](https://github.com/vuejs/test-utils) | `2.4.1` | `2.4.3` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.15` | `10.4.16` |
| [eslint](https://github.com/eslint/eslint) | `8.46.0` | `8.55.0` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `10.11.0` | `12.10.3` |
| [patch-package](https://github.com/ds300/patch-package) | `7.0.0` | `8.0.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.28` | `8.4.32` |
| [rollup-plugin-visualizer](https://github.com/btd/rollup-plugin-visualizer) | `5.9.0` | `5.10.0` |
| [sass](https://github.com/sass/dart-sass) | `1.62.1` | `1.69.5` |
| [sass-loader](https://github.com/webpack-contrib/sass-loader) | `13.2.2` | `13.3.2` |
| [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | `2.0.0` | `2.0.3` |
| [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import) | `0.16.1` | `0.17.2` |
| [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `0.16.5` | `0.18.1` |
| [unplugin-vue-components](https://github.com/unplugin/unplugin-vue-components) | `0.25.2` | `0.26.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `2.9.14` | `5.0.5` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `0.33.0` | `0.34.6` |


Updates `@iconify-json/heroicons-outline` from 1.1.7 to 1.1.9
- [Commits](iconify/icon-sets@1.1.7...1.1.9)

Updates `@rushstack/eslint-patch` from 1.3.3 to 1.6.0
- [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.6.0/eslint/eslint-patch)

Updates `@tailwindcss/forms` from 0.5.6 to 0.5.7
- [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-forms@v0.5.6...v0.5.7)

Updates `@types/bluebird` from 3.5.38 to 3.5.42
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bluebird)

Updates `@types/lodash` from 4.14.198 to 4.14.202
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

Updates `@types/node` from 20.5.0 to 20.10.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitejs/plugin-vue` from 2.3.4 to 4.5.1
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/[email protected]/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/[email protected]/packages/plugin-vue)

Updates `@vitest/coverage-v8` from 0.34.5 to 0.34.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.34.6/packages/coverage-v8)

Updates `@vue/test-utils` from 2.4.1 to 2.4.3
- [Release notes](https://github.com/vuejs/test-utils/releases)
- [Commits](vuejs/test-utils@v2.4.1...v2.4.3)

Updates `autoprefixer` from 10.4.15 to 10.4.16
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.15...10.4.16)

Updates `eslint` from 8.46.0 to 8.55.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.46.0...v8.55.0)

Updates `happy-dom` from 10.11.0 to 12.10.3
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v10.11.0...v12.10.3)

Updates `patch-package` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/ds300/patch-package/releases)
- [Changelog](https://github.com/ds300/patch-package/blob/master/CHANGELOG.md)
- [Commits](ds300/patch-package@v7.0.0...v8.0.0)

Updates `postcss` from 8.4.28 to 8.4.32
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.28...8.4.32)

Updates `rollup-plugin-visualizer` from 5.9.0 to 5.10.0
- [Changelog](https://github.com/btd/rollup-plugin-visualizer/blob/master/CHANGELOG.md)
- [Commits](btd/rollup-plugin-visualizer@v5.9.0...v5.10.0)

Updates `sass` from 1.62.1 to 1.69.5
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.62.1...1.69.5)

Updates `sass-loader` from 13.2.2 to 13.3.2
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v13.2.2...v13.3.2)

Updates `start-server-and-test` from 2.0.0 to 2.0.3
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v2.0.0...v2.0.3)

Updates `unplugin-auto-import` from 0.16.1 to 0.17.2
- [Release notes](https://github.com/unplugin/unplugin-auto-import/releases)
- [Commits](unplugin/unplugin-auto-import@v0.16.1...v0.17.2)

Updates `unplugin-icons` from 0.16.5 to 0.18.1
- [Release notes](https://github.com/unplugin/unplugin-icons/releases)
- [Commits](unplugin/unplugin-icons@v0.16.5...v0.18.1)

Updates `unplugin-vue-components` from 0.25.2 to 0.26.0
- [Release notes](https://github.com/unplugin/unplugin-vue-components/releases)
- [Commits](unplugin/unplugin-vue-components@v0.25.2...v0.26.0)

Updates `vite` from 2.9.14 to 5.0.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.5/packages/vite)

Updates `vitest` from 0.33.0 to 0.34.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.34.6/packages/vitest)

---
updated-dependencies:
- dependency-name: "@iconify-json/heroicons-outline"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@rushstack/eslint-patch"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@tailwindcss/forms"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@types/bluebird"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@vue/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: happy-dom
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: patch-package
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: rollup-plugin-visualizer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: start-server-and-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: unplugin-auto-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: unplugin-icons
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: unplugin-vue-components
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

vercel bot commented Dec 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
snapshot ❌ Failed (Inspect) Dec 4, 2023 11:22am

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 4, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 11, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-e204631662 branch December 11, 2023 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants