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): bump the dev-dependencies group with 32 updates #44

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dev-dependencies group with 32 updates:

Package From To
langchain 0.0.197-rc.1 0.0.197
@antfu/eslint-config 0.39.8 2.1.1
@ffflorian/jszip-cli 3.4.1 3.5.6
@iconify/json 2.2.96 2.2.147
@playwright/test 1.36.2 1.40.0
@types/fs-extra 11.0.1 11.0.4
@types/node 20.4.5 20.10.0
@types/webextension-polyfill 0.10.1 0.10.7
@typescript-eslint/eslint-plugin 6.2.1 6.13.0
@unocss/reset 0.54.1 0.57.7
@vitejs/plugin-vue 4.2.3 4.5.0
@vue/compiler-sfc 3.3.4 3.3.9
@vue/test-utils 2.4.1 2.4.2
@vueform/multiselect 2.6.2 2.6.6
@vueuse/core 10.3.0 10.6.1
bumpp 9.1.1 9.2.0
eemoji 1.0.3 1.1.4
eslint 8.46.0 8.54.0
esno 0.17.0 4.0.0
jsdom 22.1.0 23.0.0
lint-staged 13.2.3 15.1.0
rimraf 5.0.1 5.0.5
typescript 5.1.6 5.3.2
unocss 0.54.1 0.57.7
unplugin-auto-import 0.16.6 0.17.1
unplugin-icons 0.16.5 0.17.4
unplugin-vue-components 0.25.1 0.25.2
vite 4.4.7 5.0.2
vitest 0.33.0 0.34.6
vue 3.3.4 3.3.9
vue-demi 0.14.5 0.14.6
web-ext 7.6.2 7.8.0

Updates langchain from 0.0.197-rc.1 to 0.0.197

Release notes

Sourced from langchain's releases.

Release 0.0.197

What's Changed

New Contributors

Full Changelog: langchain-ai/langchainjs@0.0.196...0.0.197

Commits

Updates @antfu/eslint-config from 0.39.8 to 2.1.1

Release notes

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

v2.1.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.1.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0

   🚨 Breaking Changes

   🚀 Features

    View changes on GitHub

v1.2.1

   🐞 Bug Fixes

    View changes on GitHub

v1.2.0

   🚀 Features

    View changes on GitHub

v1.1.4

   🐞 Bug Fixes

... (truncated)

Commits

Updates @ffflorian/jszip-cli from 3.4.1 to 3.5.6

Commits

Updates @iconify/json from 2.2.96 to 2.2.147

Commits

Updates @playwright/test from 1.36.2 to 1.40.0

Release notes

Sourced from @​playwright/test's releases.

v1.40.0

Test Generator Update

Playwright Test Generator

New tools to generate assertions:

Here is an example of a generated test with assertions:

import { test, expect } from '@playwright/test';
test('test', async ({ page }) => {
await page.goto('https://playwright.dev/');
await page.getByRole('link', { name: 'Get started' }).click();
await expect(page.getByLabel('Breadcrumbs').getByRole('list')).toContainText('Installation');
await expect(page.getByLabel('Search')).toBeVisible();
await page.getByLabel('Search').click();
await page.getByPlaceholder('Search docs').fill('locator');
await expect(page.getByPlaceholder('Search docs')).toHaveValue('locator');
});

New APIs

Other Changes

Browser Versions

  • Chromium 120.0.6099.28
  • Mozilla Firefox 119.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 119
  • Microsoft Edge 119

v1.39.0

Add custom matchers to your expect

You can extend Playwright assertions by providing custom matchers. These matchers will be available on the expect object.

import { expect as baseExpect } from '@playwright/test';
</tr></table> 

... (truncated)

Commits
  • b894916 cherry-pick(#28198): feat(recorder): UX updates for assertion tools (#28202)
  • 59e8f48 chore: mark v1.40.0 (#28199)
  • 85438ed test: Intl.ListFormat is working in playwright all browsers (#28178)
  • aec4399 docs: release notes for v1.40 (#28175)
  • 25b9c4e chore: do not lose error name for js errors (#28177)
  • 4575c9a chore(logs): Add new log level to capture client-server message's metadata in...
  • 80bab8a fix(electron/android): re-add Element.prototype.checkVisibility check (#28173)
  • 7ffcb42 test: fix 'exposeFunction should not leak' in video mode (#28169)
  • 0867c3c feat(chromium): roll to r1091 (#28171)
  • 1c8ceb0 fix(html-reporter): Include specified host and port in the logged instruction...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by dgozman-ms, a new releaser for @​playwright/test since your current version.


Updates @types/fs-extra from 11.0.1 to 11.0.4

Commits

Updates @types/node from 20.4.5 to 20.10.0

Commits

Updates @types/webextension-polyfill from 0.10.1 to 0.10.7

Commits

Updates @typescript-eslint/eslint-plugin from 6.2.1 to 6.13.0

Release notes

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

v6.13.0

6.13.0 (2023-11-27)

Bug Fixes

  • typescript-estree: ensure backwards compat with pre-5.3 import attributes (#7967) (810fc8c)

Features

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

v6.12.0

6.12.0 (2023-11-20)

Bug Fixes

  • eslint-plugin: [class-methods-use-this] detect a problematic case for private/protected members if ignoreClassesThatImplementAnInterface is set (#7705) (155aa1f)
  • eslint-plugin: [no-unnecessary-condition] fix false positive with computed member access and branded key type (#7706) (f151b26)
  • eslint-plugin: [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#7806) (a034d0a), closes #7768
  • utils: add missing fields to flat config types (#7933) (533861a)
  • utils: allow string processor in flat config (024ed9e)

Features

  • [member-ordering] add accessor support for member-ordering (#7927) (3c8312d)
  • eslint-plugin: [switch-exhaustiveness-check] add requireDefaultForNonUnion option (#7880) (4cfcd45)
  • update TypeScript to 5.3-rc (#7923) (9034d17)

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

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

... (truncated)

Changelog

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

6.13.0 (2023-11-27)

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

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

6.12.0 (2023-11-20)

Bug Fixes

  • eslint-plugin: [class-methods-use-this] detect a problematic case for private/protected members if ignoreClassesThatImplementAnInterface is set (#7705) (155aa1f)
  • eslint-plugin: [no-unnecessary-condition] fix false positive with computed member access and branded key type (#7706) (f151b26)
  • eslint-plugin: [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#7806) (a034d0a), closes #7768

Features

  • [member-ordering] add accessor support for member-ordering (#7927) (3c8312d)
  • eslint-plugin: [switch-exhaustiveness-check] add requireDefaultForNonUnion option (#7880) (4cfcd45)

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

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.

... (truncated)

Commits
  • 39c437a chore: publish v6.13.0
  • 9093e95 chore: publish v6.12.0
  • 2e535b8 chore(deps): update dependency prettier to v3.1.0 (#7938)
  • 4cfcd45 feat(eslint-plugin): [switch-exhaustiveness-check] add requireDefaultForNonUn...
  • 155aa1f fix(eslint-plugin): [class-methods-use-this] detect a problematic case for pr...
  • f151b26 fix(eslint-plugin): [no-unnecessary-condition] fix false positive with comput...
  • a034d0a fix(eslint-plugin): [switch-exhaustiveness-check] enum members with new line ...
  • 3c8312d feat: [member-ordering] add accessor support for member-ordering (#7927)
  • 06496e2 chore: publish v6.11.0
  • a54a60b chore: add eslint-utils wrappers around deprecated ESLint methods (#7914)
  • Additional commits viewable in compare view

Updates @unocss/reset from 0.54.1 to 0.57.7

Release notes

Sourced from @​unocss/reset's releases.

v0.57.7

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.57.6

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.57.5

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.57.4

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.57.3

   🚀 Features

... (truncated)

Commits

Updates @vitejs/plugin-vue from 4.2.3 to 4.5.0

Release notes

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

plugin-vue@4.5.0

Please refer to CHANGELOG.md for details.

plugin-vue@4.4.1

Please refer to CHANGELOG.md for details.

plugin-vue@4.4.0

Please refer to CHANGELOG.md for details.

plugin-vue@4.3.4

Please refer to CHANGELOG.md for details.

plugin-vue@4.3.3

Please refer to CHANGELOG.md for details.

plugin-vue@4.3.2

Please refer to CHANGELOG.md for details.

plugin-vue@4.3.1

Please refer to CHANGELOG.md for details.

plugin-vue@4.3.0

Please refer to CHANGELOG.md for details.

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
  • 6bd09a1 release: plugin-vue@4.5.0
  • c046eba chore: upgrade deps
  • c316d43 fix(deps): update all non-major dependencies (#262)
  • f92861a chore: update peerDependencies to support Vite 5 (#290)
  • 21e27fa release: plugin-vue@4.4.1
  • a26a854 fix: fix style block hmr for vitepress md files
  • 298d419 chore: make tests pass with rollup4 (#271)
  • e2a6a98 release: plugin-vue@4.4.0
  • c383503 fix(plugin-vue): re-create filters after updating options (#246)
  • bd5055d feat: support generated JS imports for external scoped style (#196)
  • Additional commits viewable in compare view

Updates @vue/compiler-sfc from 3.3.4 to 3.3.9

Release notes

Sourced from @​vue/compiler-sfc's releases.

v3.3.9

Please refer to CHANGELOG.md for details.

v3.3.8

Please refer to CHANGELOG.md for details.

v3.3.7

Please refer to CHANGELOG.md for details.

v3.3.6

Please refer to CHANGELOG.md for details.

v3.3.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vue/compiler-sfc's changelog.

3.3.9 (2023-11-25)

Bug Fixes

Bumps the dev-dependencies group with 32 updates:

| Package | From | To |
| --- | --- | --- |
| [langchain](https://github.com/langchain-ai/langchainjs) | `0.0.197-rc.1` | `0.0.197` |
| [@antfu/eslint-config](https://github.com/antfu/eslint-config) | `0.39.8` | `2.1.1` |
| [@ffflorian/jszip-cli](https://github.com/ffflorian/node-packages) | `3.4.1` | `3.5.6` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.96` | `2.2.147` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.36.2` | `1.40.0` |
| [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra) | `11.0.1` | `11.0.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.4.5` | `20.10.0` |
| [@types/webextension-polyfill](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webextension-polyfill) | `0.10.1` | `0.10.7` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.2.1` | `6.13.0` |
| [@unocss/reset](https://github.com/unocss/unocss) | `0.54.1` | `0.57.7` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `4.2.3` | `4.5.0` |
| [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.3.4` | `3.3.9` |
| [@vue/test-utils](https://github.com/vuejs/test-utils) | `2.4.1` | `2.4.2` |
| [@vueform/multiselect](https://github.com/vueform/multiselect) | `2.6.2` | `2.6.6` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `10.3.0` | `10.6.1` |
| [bumpp](https://github.com/antfu/bumpp) | `9.1.1` | `9.2.0` |
| [eemoji](https://github.com/Rettend/eemoji) | `1.0.3` | `1.1.4` |
| [eslint](https://github.com/eslint/eslint) | `8.46.0` | `8.54.0` |
| [esno](https://github.com/esbuild-kit/esno) | `0.17.0` | `4.0.0` |
| [jsdom](https://github.com/jsdom/jsdom) | `22.1.0` | `23.0.0` |
| [lint-staged](https://github.com/okonet/lint-staged) | `13.2.3` | `15.1.0` |
| [rimraf](https://github.com/isaacs/rimraf) | `5.0.1` | `5.0.5` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.1.6` | `5.3.2` |
| [unocss](https://github.com/unocss/unocss) | `0.54.1` | `0.57.7` |
| [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import) | `0.16.6` | `0.17.1` |
| [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `0.16.5` | `0.17.4` |
| [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components) | `0.25.1` | `0.25.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.4.7` | `5.0.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `0.33.0` | `0.34.6` |
| [vue](https://github.com/vuejs/core) | `3.3.4` | `3.3.9` |
| [vue-demi](https://github.com/antfu/vue-demi) | `0.14.5` | `0.14.6` |
| [web-ext](https://github.com/mozilla/web-ext) | `7.6.2` | `7.8.0` |


Updates `langchain` from 0.0.197-rc.1 to 0.0.197
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/commits/0.0.197)

Updates `@antfu/eslint-config` from 0.39.8 to 2.1.1
- [Release notes](https://github.com/antfu/eslint-config/releases)
- [Commits](antfu/eslint-config@v0.39.8...v2.1.1)

Updates `@ffflorian/jszip-cli` from 3.4.1 to 3.5.6
- [Commits](https://github.com/ffflorian/node-packages/compare/@ffflorian/jszip-cli@3.4.1...@ffflorian/jszip-cli@3.5.6)

Updates `@iconify/json` from 2.2.96 to 2.2.147
- [Commits](iconify/icon-sets@2.2.96...2.2.147)

Updates `@playwright/test` from 1.36.2 to 1.40.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.36.2...v1.40.0)

Updates `@types/fs-extra` from 11.0.1 to 11.0.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra)

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

Updates `@types/webextension-polyfill` from 0.10.1 to 0.10.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webextension-polyfill)

Updates `@typescript-eslint/eslint-plugin` from 6.2.1 to 6.13.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.13.0/packages/eslint-plugin)

Updates `@unocss/reset` from 0.54.1 to 0.57.7
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.54.1...v0.57.7)

Updates `@vitejs/plugin-vue` from 4.2.3 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/plugin-vue@4.5.0/packages/plugin-vue)

Updates `@vue/compiler-sfc` from 3.3.4 to 3.3.9
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.3.9/packages/compiler-sfc)

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 `@vueform/multiselect` from 2.6.2 to 2.6.6
- [Release notes](https://github.com/vueform/multiselect/releases)
- [Changelog](https://github.com/vueform/multiselect/blob/main/CHANGELOG.md)
- [Commits](vueform/multiselect@2.6.2...2.6.6)

Updates `@vueuse/core` from 10.3.0 to 10.6.1
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v10.6.1/packages/core)

Updates `bumpp` from 9.1.1 to 9.2.0
- [Release notes](https://github.com/antfu/bumpp/releases)
- [Commits](antfu-collective/bumpp@v9.1.1...v9.2.0)

Updates `eemoji` from 1.0.3 to 1.1.4
- [Release notes](https://github.com/Rettend/eemoji/releases)
- [Commits](Rettend/eemoji@v1.0.3...v1.1.4)

Updates `eslint` from 8.46.0 to 8.54.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.54.0)

Updates `esno` from 0.17.0 to 4.0.0
- [Commits](antfu/esno@v0.17.0...v4.0.0)

Updates `jsdom` from 22.1.0 to 23.0.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@22.1.0...23.0.0)

Updates `lint-staged` from 13.2.3 to 15.1.0
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v13.2.3...v15.1.0)

Updates `rimraf` from 5.0.1 to 5.0.5
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v5.0.1...v5.0.5)

Updates `typescript` from 5.1.6 to 5.3.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.1.6...v5.3.2)

Updates `unocss` from 0.54.1 to 0.57.7
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.54.1...v0.57.7)

Updates `unplugin-auto-import` from 0.16.6 to 0.17.1
- [Release notes](https://github.com/unplugin/unplugin-auto-import/releases)
- [Commits](unplugin/unplugin-auto-import@v0.16.6...v0.17.1)

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 `unplugin-vue-components` from 0.25.1 to 0.25.2
- [Release notes](https://github.com/antfu/unplugin-vue-components/releases)
- [Commits](unplugin/unplugin-vue-components@v0.25.1...v0.25.2)

Updates `vite` from 4.4.7 to 5.0.2
- [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.2/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)

Updates `vue` from 3.3.4 to 3.3.9
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.3.4...v3.3.9)

Updates `vue-demi` from 0.14.5 to 0.14.6
- [Release notes](https://github.com/antfu/vue-demi/releases)
- [Commits](vueuse/vue-demi@v0.14.5...v0.14.6)

Updates `web-ext` from 7.6.2 to 7.8.0
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](mozilla/web-ext@7.6.2...7.8.0)

---
updated-dependencies:
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@antfu/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@ffflorian/jszip-cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@iconify/json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/fs-extra"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/webextension-polyfill"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@unocss/reset"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@vue/compiler-sfc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@vue/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@vueform/multiselect"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@vueuse/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: bumpp
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eemoji
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: esno
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: jsdom
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: unocss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: unplugin-auto-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: unplugin-icons
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: unplugin-vue-components
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vue
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vue-demi
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: web-ext
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2023

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

@dependabot dependabot bot closed this Dec 4, 2023
auto-merge was automatically disabled December 4, 2023 20:46

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-5f6a663a52 branch December 4, 2023 20:46
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.

None yet

0 participants