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 26 updates #4368

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2023

Bumps the development-dependencies group with 26 updates:

Package From To
@rushstack/eslint-patch 1.3.3 1.5.1
@tailwindcss/forms 0.5.6 0.5.7
@types/bluebird 3.5.38 3.5.42
@types/lodash 4.14.198 4.14.201
@types/node 20.5.0 20.9.1
@typescript-eslint/eslint-plugin 5.62.0 6.11.0
@typescript-eslint/parser 5.62.0 6.11.0
@vitejs/plugin-vue 2.3.4 4.5.0
@vitest/coverage-v8 0.34.5 0.34.6
@vitest/ui 0.33.0 0.34.6
@vue/eslint-config-typescript 9.0.0 12.0.0
@vue/test-utils 2.4.1 2.4.2
autoprefixer 10.4.15 10.4.16
eslint 8.46.0 8.53.0
eslint-plugin-vue 7.20.0 9.18.1
happy-dom 10.11.0 12.10.3
patch-package 7.0.0 8.0.0
postcss 8.4.28 8.4.31
rollup-plugin-visualizer 5.9.0 5.9.2
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.16.7
unplugin-icons 0.16.5 0.17.4
vite 2.9.14 5.0.0
vitest 0.33.0 0.34.6

Updates @rushstack/eslint-patch from 1.3.3 to 1.5.1

Changelog

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

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
  • ef3017f Bump versions [skip ci]
  • 2d2f78b Update changelogs [skip ci]
  • f6f71a1 Fix the patch and be more specific about compatibility issues with various ve...
  • ffb627e Bump cyclic dependencies.
  • 8df3e01 Bump versions [skip ci]
  • 9cfb7f3 Update changelogs [skip ci]
  • 87a0c58 Include a missing file and update the docs for @​rushstack/eslint-patch.
  • 9174b9e Fix logic bug in eslint 7
  • af3dc78 Fix version check
  • 6103a23 PR feedback
  • 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.201

Commits

Updates @types/node from 20.5.0 to 20.9.1

Commits

Updates @typescript-eslint/eslint-plugin from 5.62.0 to 6.11.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.11.0

6.11.0 (2023-11-13)

Bug Fixes

  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#7883) (a668f5b)

Features

  • add no-unsafe-unary-minus rule (#7390) (c4709c2)
  • add types for flat config files (#7273) (66cd0c0)
  • allow typescript 5.3.0-beta as devDependency (#7821) (b6c40b4)
  • eslint-plugin: no-unsafe-enum-comparison handles switch cases (#7898) (72cb9e4)
  • typescript-estree: skip isTTY version check if user passes loggerFn on unsupported TypeScript version warning (#7739) (9656e13)
  • utils: add ESLint CodePath selector types (#7551) (99a026f)
  • utils: update types to reflect RuleContext and SourceCode changes and deprecations (#7812) (b73d8b2)

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

v6.10.0

6.10.0 (2023-11-06)

Bug Fixes

  • eslint-plugin: [no-unused-vars] handle logical assignment (#7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#7866) (855abea)

Features

  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#7849) (5e73a48)

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

v6.9.1

6.9.1 (2023-10-30)

Bug Fixes

  • eslint-plugin: [naming-convention] allow PascalCase for imports (#7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#7831) (31988e0)

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.11.0 (2023-11-13)

Bug Fixes

  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#7883) (a668f5b)

Features

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

6.10.0 (2023-11-06)

Bug Fixes

  • eslint-plugin: [no-unused-vars] handle logical assignment (#7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#7866) (855abea)

Features

  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#7849) (5e73a48)

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

6.9.1 (2023-10-30)

Bug Fixes

  • eslint-plugin: [naming-convention] allow PascalCase for imports (#7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#7831) (31988e0)

... (truncated)

Commits
  • 06496e2 chore: publish v6.11.0
  • a54a60b chore: add eslint-utils wrappers around deprecated ESLint methods (#7914)
  • e77616b chore(eslint-plugin): fixed no-unnecessary-condition complaints (#7837)
  • 8e87fac chore: fix miscellaneous no-unnecessary-condition violations (#7834)
  • 72cb9e4 feat(eslint-plugin): no-unsafe-enum-comparison handles switch cases (#7898)
  • 99a026f feat(utils): add ESLint CodePath selector types (#7551)
  • b6c40b4 feat: allow [email protected] as devDependency (#7821)
  • c4709c2 feat: add no-unsafe-unary-minus rule (#7390)
  • 66cd0c0 feat: add types for flat config files (#7273)
  • a668f5b fix(eslint-plugin): [no-unnecessary-qualifier] handle nested namespace id (#7...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 5.62.0 to 6.11.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.11.0

6.11.0 (2023-11-13)

Bug Fixes

  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#7883) (a668f5b)

Features

  • add no-unsafe-unary-minus rule (#7390) (c4709c2)
  • add types for flat config files (#7273) (66cd0c0)
  • allow typescript 5.3.0-beta as devDependency (#7821) (b6c40b4)
  • eslint-plugin: no-unsafe-enum-comparison handles switch cases (#7898) (72cb9e4)
  • typescript-estree: skip isTTY version check if user passes loggerFn on unsupported TypeScript version warning (#7739) (9656e13)
  • utils: add ESLint CodePath selector types (#7551) (99a026f)
  • utils: update types to reflect RuleContext and SourceCode changes and deprecations (#7812) (b73d8b2)

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

v6.10.0

6.10.0 (2023-11-06)

Bug Fixes

  • eslint-plugin: [no-unused-vars] handle logical assignment (#7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#7866) (855abea)

Features

  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#7849) (5e73a48)

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

v6.9.1

6.9.1 (2023-10-30)

Bug Fixes

  • eslint-plugin: [naming-convention] allow PascalCase for imports (#7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#7831) (31988e0)

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.11.0 (2023-11-13)

Note: Version bump only for package @​typescript-eslint/parser

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

6.10.0 (2023-11-06)

Note: Version bump only for package @​typescript-eslint/parser

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

6.9.1 (2023-10-30)

Note: Version bump only for package @​typescript-eslint/parser

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

6.9.0 (2023-10-23)

Note: Version bump only for package @​typescript-eslint/parser

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

6.8.0 (2023-10-16)

Note: Version bump only for package @​typescript-eslint/parser

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

... (truncated)

Commits

Updates @vitejs/plugin-vue from 2.3.4 to 4.5.0

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

4.3.1 (2023-08-17)

  • fix: revert "fix(plugin-vue): distinguish HMR and transform descriptor (#227)" (0c28448), closes #227

... (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 @vitest/ui from 0.33.0 to 0.34.6

Release notes

Sourced from @​vitest/ui's releases.

v0.34.6

   🐞 Bug Fixes

    View changes on GitHub

v0.34.5

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

... (truncated)

Commits
  • 23c9db9 chore: release v0.34.6
  • 859d236 chore: release v0.34.5
  • 8c3152f fix(ui): correctly render ansi diff (#3810)
  • 417e868 chore: use flatMap instead of map_flat in rollup config (#4138)
  • 1fe9267 docs: enhancements for a smoother user experience
  • 91853bb chore: release v0.34.4
  • 8b39c11 fix(vitest): show error when calling API on files that user has no access to ...
  • bf83936 chore: release v0.34.3
  • 8caabaa fix(ui): Use web hash history in ui (fix #3481) (#3487)
  • 41e828f chore: release v0.34.2
  • Additional commits viewable in compare view

Updates @vue/eslint-config-typescript from 9.0.0 to 12.0.0

Release notes

Sourced from @​vue/eslint-config-typescript's releases.

v12.0.0

Notable Changes

typescript-eslint is upgraded to v6.x. The full release notes can be found in their release blog: https://typescript-eslint.io/blog/announcing-typescript-eslint-v6/ Here are some notable changes you might encounter when upgrading @vue/eslint-config-typescript from v11 to v12:

v11.0.0

Breaking Changes

  • Bump eslint-plugin-vue to v9
  • Drop Node.js v12 support

Other Notable Changes

  • Use multiple parsers for more precise checking, and potentially improves performance (8c3628c)

v10.0.0

Breaking Change

  • @typescript-eslint/* becomes dependencies instead of peer dependencies. It's because we now recommend using this package along with @rushstack/eslint-patch.

v9.1.0

  • feat: allow using const foo = require('foo') in plain CommonJS modules (109b3f8)

v9.0.1

  • Fixes the peer dependency version of eslint-plugin-vue (#37) (@​2malh)
Commits

Updates @vue/test-utils from 2.4.1 to 2.4.2

Release notes

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

v2.4.2

What's Changed

Fix

Docs

Chore

<...

Description has been truncated

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 17, 2023
Copy link

vercel bot commented Nov 17, 2023

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

Name Status Preview Comments Updated (UTC)
snapshot ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 17, 2023 11:29am

Bumps the development-dependencies group with 26 updates:

| Package | From | To |
| --- | --- | --- |
| [@rushstack/eslint-patch](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-patch) | `1.3.3` | `1.5.1` |
| [@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.201` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.5.0` | `20.9.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `5.62.0` | `6.11.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `5.62.0` | `6.11.0` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `2.3.4` | `4.5.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `0.34.5` | `0.34.6` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `0.33.0` | `0.34.6` |
| [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) | `9.0.0` | `12.0.0` |
| [@vue/test-utils](https://github.com/vuejs/test-utils) | `2.4.1` | `2.4.2` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.15` | `10.4.16` |
| [eslint](https://github.com/eslint/eslint) | `8.46.0` | `8.53.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `7.20.0` | `9.18.1` |
| [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.31` |
| [rollup-plugin-visualizer](https://github.com/btd/rollup-plugin-visualizer) | `5.9.0` | `5.9.2` |
| [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/antfu/unplugin-auto-import) | `0.16.1` | `0.16.7` |
| [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `0.16.5` | `0.17.4` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `2.9.14` | `5.0.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `0.33.0` | `0.34.6` |


Updates `@rushstack/eslint-patch` from 1.3.3 to 1.5.1
- [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.5.1/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.201
- [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.9.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 5.62.0 to 6.11.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.11.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 5.62.0 to 6.11.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.11.0/packages/parser)

Updates `@vitejs/plugin-vue` from 2.3.4 to 4.5.0
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/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 `@vitest/ui` 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/ui)

Updates `@vue/eslint-config-typescript` from 9.0.0 to 12.0.0
- [Release notes](https://github.com/vuejs/eslint-config-typescript/releases)
- [Commits](vuejs/eslint-config-typescript@v9.0.0...v12.0.0)

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

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.53.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.53.0)

Updates `eslint-plugin-vue` from 7.20.0 to 9.18.1
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v7.20.0...v9.18.1)

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.31
- [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.31)

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

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.16.7
- [Release notes](https://github.com/antfu/unplugin-auto-import/releases)
- [Commits](unplugin/unplugin-auto-import@v0.16.1...v0.16.7)

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

Updates `vite` from 2.9.14 to 5.0.0
- [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/[email protected]/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: "@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: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  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: "@vitest/ui"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@vue/eslint-config-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-major
  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: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-major
  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-patch
  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-patch
  dependency-group: development-dependencies
- dependency-name: unplugin-icons
  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]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-a607fd2195 branch from 5dba2d1 to 788d5fe Compare November 17, 2023 11:25
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 19, 2023

Superseded by #4372.

@dependabot dependabot bot closed this Nov 19, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-a607fd2195 branch November 19, 2023 03:11
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