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 33 updates #49

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps the dev-dependencies group with 33 updates:

Package From To
langchain 0.0.197-rc.1 0.0.213
@antfu/eslint-config 0.39.8 2.6.1
@ffflorian/jszip-cli 3.4.1 3.6.2
@iconify/json 2.2.96 2.2.163
@playwright/test 1.36.2 1.40.1
@types/node 20.4.5 20.10.6
@types/webextension-polyfill 0.10.1 0.10.7
@typescript-eslint/eslint-plugin 6.2.1 6.17.0
@unocss/reset 0.54.1 0.58.2
@vitejs/plugin-vue 4.2.3 5.0.2
@vue/compiler-sfc 3.3.4 3.4.3
@vue/test-utils 2.4.1 2.4.3
@vueform/multiselect 2.6.2 2.6.6
@vueuse/core 10.3.0 10.7.1
bumpp 9.1.1 9.2.1
eemoji 1.0.3 1.1.4
eslint 8.46.0 8.56.0
esno 0.17.0 4.0.0
fs-extra 11.1.1 11.2.0
@types/fs-extra 11.0.1 11.0.4
jsdom 22.1.0 23.0.1
lint-staged 13.2.3 15.2.0
rimraf 5.0.1 5.0.5
typescript 5.1.6 5.3.3
unocss 0.54.1 0.58.2
unplugin-auto-import 0.16.6 0.17.3
unplugin-icons 0.16.5 0.18.1
unplugin-vue-components 0.25.1 0.26.0
vite 4.4.7 5.0.10
vitest 0.33.0 1.1.1
vue 3.3.4 3.4.3
vue-demi 0.14.5 0.14.6
web-ext 7.6.2 7.9.0

Updates langchain from 0.0.197-rc.1 to 0.0.213

Release notes

Sourced from langchain's releases.

Release 0.0.213

What's Changed

New Contributors

Full Changelog: langchain-ai/langchainjs@0.0.212...0.0.213

Release 0.0.212

What's Changed

... (truncated)

Commits

Updates @antfu/eslint-config from 0.39.8 to 2.6.1

Release notes

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

v2.6.1

   🐞 Bug Fixes

    View changes on GitHub

v2.6.0

   🚀 Features

    View changes on GitHub

v2.5.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.4.6

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.4.4

   🐞 Bug Fixes

    View changes on GitHub

v2.4.3

   🐞 Bug Fixes

... (truncated)

Commits
  • 02d29d7 chore: release v2.6.1
  • 05b1a78 fix: disable dist check on binary files
  • 47bad21 chore: release v2.6.0
  • 8af5bfa feat: move overrides option inside each integrations (#371)
  • 75a547b chore: release v2.5.0
  • a5e7ecf feat: enable antfu/no-import-dist
  • 84e4c85 feat: set prettier's default printWidth to 120
  • a2d9b18 feat: support overrides for stylistic
  • 0c1c8db fix: only apply type-aware on ts files, close #375
  • f4c9ddf chore: update deps
  • Additional commits viewable in compare view

Updates @ffflorian/jszip-cli from 3.4.1 to 3.6.2

Commits
  • c73786d chore: Publish [ci skip]
  • bf124da fix(mastodon-bot-yearprogress): Toot on new year's morning
  • 160a1f9 chore: Publish [ci skip]
  • c975b51 fix(my-timezone): Add axios as prod dependency
  • c98f968 chore: Publish [ci skip]
  • 98ff218 feat(ntfy): Add default config including authorization (#374)
  • bcbf5a8 chore(deps): Update semver to 5.7.2
  • eb1cb3a chore(deps): Update megalodon to 9.1.2
  • f763737 chore: Publish [ci skip]
  • f0a7bdc chore: Lefthook command wording
  • Additional commits viewable in compare view

Updates @iconify/json from 2.2.96 to 2.2.163

Commits
  • 5eb8044 Update 2 icon sets: Health Icons, Lucide
  • ad518a9 Update 8 icon sets
  • f452e4e Update 3 icon sets: Lucide, OpenMoji, Gitlab SVGs
  • 621c9ee Update 3 icon sets: Health Icons, HeroIcons, OpenMoji
  • 7fdd99e Update 9 icon sets
  • f3cff61 Update 8 icon sets
  • ecb9fdb Update 2 icon sets: Flag Icons, Material Design Icons
  • d90db50 Update 157 icon sets
  • bc9a13c Update 6 icon sets
  • 81d5ec7 Update 9 icon sets
  • Additional commits viewable in compare view

Updates @playwright/test from 1.36.2 to 1.40.1

Release notes

Sourced from @​playwright/test's releases.

v1.40.1

Highlights

microsoft/playwright#28319 - [REGRESSION]: Version 1.40.0 Produces corrupted traces microsoft/playwright#28371 - [BUG] The color of the 'ok' text did not change to green in the vs code test results section microsoft/playwright#28321 - [BUG] Ambiguous test outcome and status for serial mode microsoft/playwright#28362 - [BUG] Merging blobs ends up in Error: Cannot create a string longer than 0x1fffffe8 characters microsoft/playwright#28239 - fix: collect all errors in removeFolders

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

... (truncated)

Commits
Maintainer changes

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


Updates @types/node from 20.4.5 to 20.10.6

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

Release notes

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

v6.17.0

6.17.0 (2024-01-01)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#8108) (675e987)

Features

  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#7539) (6a219bd)

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

v6.16.0

6.16.0 (2023-12-25)

Bug Fixes

  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#8096) (3182959)

Features

  • eslint-plugin: deprecate formatting rules (#8073) (04dea84)
  • typescript-estree: add allowDefaultProjectForFiles project service allowlist option (#7752) (7ddadda)

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

v6.15.0

6.15.0 (2023-12-18)

Features

  • eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846
  • eslint-plugin: [require-array-sort-compare] support toSorted (#8052) (c9661c8)

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

v6.14.0

... (truncated)

Changelog

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

6.17.0 (2024-01-01)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#8108) (675e987)

Features

  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#7539) (6a219bd)

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

6.16.0 (2023-12-25)

Bug Fixes

  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#8096) (3182959)

Features

  • eslint-plugin: deprecate formatting (meta.type: layout) rules (#8073) (04dea84)
  • eslint-plugin: deprecate no-extra-semi in favor of ESLint Stylistic equivalent (#8123) (9368bf3)

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

6.15.0 (2023-12-18)

Features

  • eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846
  • require-array-sort-compare + toSorted (#8052) (c9661c8)

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

... (truncated)

Commits
  • e566a5d chore: publish v6.17.0
  • 675e987 fix(eslint-plugin): [no-restricted-imports] prevent crash when patterns or ...
  • 5857356 feat(eslint-plugin): [no-floating-promises] flag result of .map(async) (#7897)
  • 6a219bd feat(eslint-plugin): [switch-exhaustiveness-check] add an option to warn agai...
  • 5ad1b76 docs: modify examples for explicit-module-boundary-types (#7404)
  • cde4d4d docs(eslint-plugin): [prefer-readonly-parameter-types] fix broken code sample...
  • 7246e56 chore: publish v6.16.0
  • 3182959 fix(eslint-plugin): [unbound-method] exempt all non-Promise built-in statics ...
  • 3031117 docs(eslint-plugin): enforce a heading for each rule option (#8015)
  • b3f87fc docs(eslint-plugin): add Deprecating Formatting Rules blog post (#8117)
  • Additional commits viewable in compare view

Updates @unocss/reset from 0.54.1 to 0.58.2

Release notes

Sourced from @​unocss/reset's releases.

v0.58.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.58.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.58.0

   🚨 Breaking Changes

   🚀 Features

... (truncated)

Commits
  • e2a0809 chore: release v0.58.2
  • 8cbe6af feat(vscode): introduce strictAnnotationMatch and turn on by default, close...
  • 532cc8a fix(preset-wind): add missing coma for Jello animation keyframes (#3466)
  • 591ce49 chore: release v0.58.1
  • e9dccbd feat(preset-mini): support new color notation using css variables for compati...
  • 4ec30a4 feat(preset-mini): add gap-(col|row)- shorthands (#3423)
  • 967f7ea chore: lint
  • f55cd6f fix(eslint-plugin): provide correct docs link, close #3461
  • 4c9a23c chore: update deps
  • 9c1e40b chore: update settings
  • Additional commits viewable in compare view

Updates @vitejs/plugin-vue from 4.2.3 to 5.0.2

Release notes

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

plugin-vue@5.0.2

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.1

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.0

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.0-beta.1

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.0-beta.0

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.0-alpha.0

Please refer to CHANGELOG.md for details.

plugin-vue@4.6.2

Please refer to CHANGELOG.md for details.

plugin-vue@4.6.1

Please refer to CHANGELOG.md for details.

plugin-vue@4.6.0

Please refer to CHANGELOG.md for details.

plugin-vue@4.5.2

Please refer to CHANGELOG.md for details.

plugin-vue@4.5.1

Please refer to CHANGELOG.md for details.

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.

... (truncated)

Changelog

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

5.0.2 (2023-12-30)

  • fix: ensure consistent user template options when reusing AST (bc0ad64), closes #322
  • fix: only enable ast reuse for vue 3.4.3+ (4a53b6f)
  • chore: bump vue to 3.4.2 (97002e1)

5.0.1 (2023-12-29)

5.0.0 (2023-12-25)

  • Breaking: drop reactivityTransform support
  • Breaking: drop Node 14/16 support
  • Breaking: drop Vite 4.x support
  • Vue 3.4 template AST reuse support
  • Vue 3.4 compile-time flag __VUE_PROD_HYDRATION_MISMATCH_DETAILS__ support
  • Added customElement option
  • Deprecated defineModel option

5.0.0-beta.1 (2023-12-14)

  • chore: deprecate defineModel option (0d52a27)
  • feat: provide default value for __VUE_PROD_HYDRATION_MISMATCH_DETAILS__ (new in Vue 3.4) (0fbc4a4)

5.0.0-beta.0 (2023-12-07)

  • chore: upgrade vitest (db4cf1c)
  • chore(deps): update dependency rollup to ^4.6.1 (#308) (1a5df4f), closes #308
  • feat(plugin-vue): add customElement option to compiler (#238) (99564d5), closes #238
  • fix: respect vite base config for absolute URLs during dev (515b171)
  • fix(deps): update all non-major dependencies (#298) (cad0825), closes #298

5.0.0-alpha.0 (2023-11-28)

  • fix(plugin-vue): dts for cjs and esm (c6050ea)
  • feat: skip hmr when script is merely formatted (#258) (8383f49), closes #258
  • feat: support template AST reuse from Vue 3.4 parser (ba1bab9)
  • feat(plugin-vue): add api type to plugin (028617d)
  • chore: remove leftover references to reactivity transform (66d81ce)
  • chore(deps): update upstream (#302) (9c93426), closes #302

... (truncated)

Commits
  • fded9f9 release: plugin-vue@5.0.2
  • 4a53b6f fix: only enable ast reuse for vue 3.4.3+
  • bc0ad64 fix: ensure consistent user template options when reusing AST
  • 97002e1 chore: bump vue to 3.4.2
  • 05cb6ad release: plugin-vue@5.0.1
  • 5d68fbd fix: Revert "feat: support template AST reuse from Vue 3.4 parser"
  • 2b33c32 chore: aggregated changelog for 5.0 [ci skip]
  • e0593a6 release: plugin-vue@5.0.0
  • c5ef4e4 release: plugin-vue@5.0.0-beta.1
  • 0d52a27 chore: deprecate defineModel option
  • Additional commits viewable in compare view

Updates @vue/compiler-sfc from 3.3.4 to 3.4.3

Release notes

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

v3.4.3

Please refer to CHANGELOG.md for details.

v3.4.2

Please refer to CHANGELOG.md for details.

v3.4.1

Please refer to CHANGELOG.md for details.

v3.4.0

Please refer to CHANGELOG.md for details.

v3.4.0-rc.3

Please refer to CHANGELOG.md for details.

v3.4.0-rc.2

Please refer to CHANGELOG.md for details.

v3.4.0-rc.1

Please refer to CHANGELOG.md for details.

v...

Description has been truncated

Bumps the dev-dependencies group with 33 updates:

| Package | From | To |
| --- | --- | --- |
| [langchain](https://github.com/langchain-ai/langchainjs) | `0.0.197-rc.1` | `0.0.213` |
| [@antfu/eslint-config](https://github.com/antfu/eslint-config) | `0.39.8` | `2.6.1` |
| [@ffflorian/jszip-cli](https://github.com/ffflorian/node-packages) | `3.4.1` | `3.6.2` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.96` | `2.2.163` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.36.2` | `1.40.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.4.5` | `20.10.6` |
| [@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.17.0` |
| [@unocss/reset](https://github.com/unocss/unocss) | `0.54.1` | `0.58.2` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `4.2.3` | `5.0.2` |
| [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.3.4` | `3.4.3` |
| [@vue/test-utils](https://github.com/vuejs/test-utils) | `2.4.1` | `2.4.3` |
| [@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.7.1` |
| [bumpp](https://github.com/antfu/bumpp) | `9.1.1` | `9.2.1` |
| [eemoji](https://github.com/Rettend/eemoji) | `1.0.3` | `1.1.4` |
| [eslint](https://github.com/eslint/eslint) | `8.46.0` | `8.56.0` |
| [esno](https://github.com/esbuild-kit/esno) | `0.17.0` | `4.0.0` |
| [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.1.1` | `11.2.0` |
| [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra) | `11.0.1` | `11.0.4` |
| [jsdom](https://github.com/jsdom/jsdom) | `22.1.0` | `23.0.1` |
| [lint-staged](https://github.com/okonet/lint-staged) | `13.2.3` | `15.2.0` |
| [rimraf](https://github.com/isaacs/rimraf) | `5.0.1` | `5.0.5` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.1.6` | `5.3.3` |
| [unocss](https://github.com/unocss/unocss) | `0.54.1` | `0.58.2` |
| [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import) | `0.16.6` | `0.17.3` |
| [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.1` | `0.26.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.4.7` | `5.0.10` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `0.33.0` | `1.1.1` |
| [vue](https://github.com/vuejs/core) | `3.3.4` | `3.4.3` |
| [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.9.0` |


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

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

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

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

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

Updates `@types/node` from 20.4.5 to 20.10.6
- [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.17.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.17.0/packages/eslint-plugin)

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

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

Updates `@vue/compiler-sfc` from 3.3.4 to 3.4.3
- [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.4.3/packages/compiler-sfc)

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 `@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.7.1
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v10.7.1/packages/core)

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

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.56.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.56.0)

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

Updates `fs-extra` from 11.1.1 to 11.2.0
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.1.1...11.2.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 `jsdom` from 22.1.0 to 23.0.1
- [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.1)

Updates `lint-staged` from 13.2.3 to 15.2.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.2.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.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.1.6...v5.3.3)

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

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

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.1 to 0.26.0
- [Release notes](https://github.com/unplugin/unplugin-vue-components/releases)
- [Commits](unplugin/unplugin-vue-components@v0.25.1...v0.26.0)

Updates `vite` from 4.4.7 to 5.0.10
- [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.10/packages/vite)

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

Updates `vue` from 3.3.4 to 3.4.3
- [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.4.3)

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.9.0
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](mozilla/web-ext@7.6.2...7.9.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/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-major
  dependency-group: dev-dependencies
- dependency-name: "@vue/compiler-sfc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: fs-extra
  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: 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-minor
  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-major
  dependency-group: dev-dependencies
- dependency-name: vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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>
@dependabot dependabot bot requested a review from Rettend as a code owner January 1, 2024 21:14
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2024

Superseded by #50.

@dependabot dependabot bot closed this Jan 8, 2024
auto-merge was automatically disabled January 8, 2024 20:56

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-6b61ee6d71 branch January 8, 2024 20:56
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