Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

build(deps): bump the dev-dependencies group with 33 updates #51

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dev-dependencies group with 33 updates:

Package From To
langchain 0.0.197-rc.1 0.1.3
@antfu/eslint-config 0.39.8 2.6.2
@ffflorian/jszip-cli 3.4.1 3.6.2
@iconify/json 2.2.96 2.2.169
@playwright/test 1.36.2 1.40.1
@types/node 20.4.5 20.11.2
@types/webextension-polyfill 0.10.1 0.10.7
@typescript-eslint/eslint-plugin 6.2.1 6.19.0
@unocss/reset 0.54.1 0.58.3
@vitejs/plugin-vue 4.2.3 5.0.3
@vue/compiler-sfc 3.3.4 3.4.14
@vue/test-utils 2.4.1 2.4.3
@vueform/multiselect 2.6.2 2.6.6
@vueuse/core 10.3.0 10.7.2
bumpp 9.1.1 9.2.1
eemoji 1.0.3 1.1.5
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.2.0
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.3
unplugin-auto-import 0.16.6 0.17.3
unplugin-icons 0.16.5 0.18.2
unplugin-vue-components 0.25.1 0.26.0
vite 4.4.7 5.0.11
vitest 0.33.0 1.2.0
vue 3.3.4 3.4.14
vue-demi 0.14.5 0.14.6
web-ext 7.6.2 7.10.0

Updates langchain from 0.0.197-rc.1 to 0.1.3

Release notes

Sourced from langchain's releases.

Release 0.1.3

What's Changed

New Contributors

Full Changelog: langchain-ai/langchainjs@0.1.2...0.1.3

Release 0.1.2

What's Changed

... (truncated)

Commits

Updates @antfu/eslint-config from 0.39.8 to 2.6.2

Release notes

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

v2.6.2

   🐞 Bug Fixes

    View changes on GitHub

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

... (truncated)

Commits

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

Commits
  • cb99e91 Update 6 icon sets
  • 0571ba0 Update 6 icon sets
  • cda4ebf Update 7 icon sets
  • 22a3b12 Update 3 icon sets: Framework7 Icons, Lucide, Simple Icons
  • 8ba5856 Update 7 icon sets
  • 98aed2b Update 5 icon sets
  • 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
  • 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.11.2

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

Release notes

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

v6.19.0

6.19.0 (2024-01-15)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] add rule (#8011)
  • eslint-plugin: [no-array-delete] add new rule (#8067)
  • eslint-plugin: [no-useless-template-literals] add fix suggestions (#8065)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression (#8143)
  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable (#8089)
  • typescript-estree: add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary (#8193)
  • typescript-estree: disallow using as the variable keyword for for..in loops (#7649)
  • typescript-estree: fix incorrect backwards-compat augmentation in TS 5.3 (#8181)

❤️ Thank You

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

v6.18.1

6.18.1 (2024-01-08)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line (#8185)
  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee (#8178)
  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections (#8169)
  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option (#8176)
  • typescript-estree: fix invalid parsing error when use update expression on non-null assertion (#8202)
  • typescript-estree: only create project service from env setting if project is enabled (#8136)
  • utils: improve error message on typed rule with invalid parser (#8146)

❤️ Thank You

... (truncated)

Changelog

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

6.19.0 (2024-01-15)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You

  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

6.18.1 (2024-01-08)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You

  • auvred
  • James
  • Josh Goldberg ✨

... (truncated)

Commits
  • 7c673a1 chore(release): publish 6.19.0
  • 85ae4a8 fix(eslint-plugin): [no-unnecesary-type-assertion] treat unknown/any as nulla...
  • 5a56708 fix(eslint-plugin): [no-unnecessary-type-assertion] detect unnecessary non-nu...
  • c3767ed feat(eslint-plugin): [no-useless-template-literals] add fix suggestions (#8065)
  • 8ca5e5e docs: force space after await in no-floating-promises snippet (#8228)
  • e0f591e feat(eslint-plugin): [no-array-delete] add new rule (#8067)
  • 1aa8664 feat(eslint-plugin): [prefer-promise-reject-errors] add rule (#8011)
  • aa7ab0e chore(release): publish 6.18.1
  • 78db0ad chore: fix test formatting in prefer-readonly.test.ts (#8223)
  • 5205192 fix(eslint-plugin): [switch-exhaustiveness-check] fix new allowDefaultCaseFor...
  • Additional commits viewable in compare view

Updates @unocss/reset from 0.54.1 to 0.58.3

Release notes

Sourced from @​unocss/reset's releases.

v0.58.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.58.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.58.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.58.0

... (truncated)

Commits

Updates @vitejs/plugin-vue from 4.2.3 to 5.0.3

Release notes

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

plugin-vue@5.0.3

Please refer to CHANGELOG.md for details.

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.

... (truncated)

Changelog

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

5.0.3 (2024-01-10)

  • fix(deps): update all non-major dependencies (#309) (8c694f6), closes #309
  • fix(plugin-vue): handle circular references in HMR check (#334) (eddcfa8), closes #334 #325
  • fix(plugin-vue): handle custom element when hot update (6ffee6d)
  • chore: fix typo (0a3b9a5)
  • chore(deps): update upstream (#310) (90eb484), closes #310

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

... (truncated)

Commits
  • 1963dcf release: plugin-vue@5.0.3
  • eddcfa8 fix(plugin-vue): handle circular references in HMR check (#334)
  • 0a3b9a5 chore: fix typo
  • 6ffee6d fix(plugin-vue): handle custom element when hot update
  • 8c694f6 fix(deps): update all non-major dependencies (#309)
  • 90eb484 chore(deps): update upstream (#310)
  • 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
  • Additional commits viewable in compare view

Updates @vue/compiler-sfc from 3.3.4 to 3.4.14

Release notes

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

v3.4.14

Please refer to CHANGELOG.md for details.

v3.4.13

Please refer to CHANGELOG.md for details.

v3.4.12

Please refer to CHANGELOG.md for details.

v3.4.11

Please refer to CHANGELOG.md for details.

v3.4.10

Please refer to CHANGELOG.md for details.

v3.4.9

Please refer to CHANGELOG.md for details.

v3.4.8

Please refer to CHANGELOG.md for details.

v3.4.7

Please refer to CHANGELOG.md for details.

v3.4.6

Please refer to CHANGELOG.md for details.

v3.4.5

Please refer to CHANGELOG.md for detai...

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.1.3` |
| [@antfu/eslint-config](https://github.com/antfu/eslint-config) | `0.39.8` | `2.6.2` |
| [@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.169` |
| [@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.11.2` |
| [@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.19.0` |
| [@unocss/reset](https://github.com/unocss/unocss) | `0.54.1` | `0.58.3` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `4.2.3` | `5.0.3` |
| [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.3.4` | `3.4.14` |
| [@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.2` |
| [bumpp](https://github.com/antfu/bumpp) | `9.1.1` | `9.2.1` |
| [eemoji](https://github.com/Rettend/eemoji) | `1.0.3` | `1.1.5` |
| [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.2.0` |
| [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.3` |
| [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.2` |
| [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.11` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `0.33.0` | `1.2.0` |
| [vue](https://github.com/vuejs/core) | `3.3.4` | `3.4.14` |
| [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.10.0` |


Updates `langchain` from 0.0.197-rc.1 to 0.1.3
- [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.1.3)

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

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.169
- [Commits](iconify/icon-sets@2.2.96...2.2.169)

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.11.2
- [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.19.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.19.0/packages/eslint-plugin)

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

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

Updates `@vue/compiler-sfc` from 3.3.4 to 3.4.14
- [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.14/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.2
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v10.7.2/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.5
- [Release notes](https://github.com/Rettend/eemoji/releases)
- [Commits](Rettend/eemoji@v1.0.3...v1.1.5)

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.2.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.2.0)

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.3
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.54.1...v0.58.3)

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.2
- [Release notes](https://github.com/unplugin/unplugin-icons/releases)
- [Commits](unplugin/unplugin-icons@v0.16.5...v0.18.2)

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.11
- [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.11/packages/vite)

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

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

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.10.0
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](mozilla/web-ext@7.6.2...7.10.0)

---
updated-dependencies:
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 15, 2024 20:39
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2024

Superseded by #52.

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

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-57eff3102a branch January 22, 2024 20:21
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants