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 all-dependencies group with 16 updates #11

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-dependencies group with 16 updates:

Package From To
vitepress 1.0.0-rc.25 1.0.0-rc.26
@playwright/test 1.39.0 1.40.0
@storybook/testing-library 0.1.0 0.2.2
@types/markdown-it 12.2.3 13.0.6
@types/node 18.18.9 20.9.1
@vitejs/plugin-vue 4.4.1 4.5.0
@vitest/coverage-c8 0.31.4 0.33.0
chromatic 6.24.1 9.0.0
execa 7.2.0 8.0.1
fuse.js 6.6.2 7.0.0
get-port 6.1.2 7.0.0
mermaid 9.1.7 10.6.1
playwright-chromium 1.39.0 1.40.0
typedoc 0.24.8 0.25.3
unocss 0.51.13 0.57.4
vitest 0.31.4 0.34.6

Updates vitepress from 1.0.0-rc.25 to 1.0.0-rc.26

Release notes

Sourced from vitepress's releases.

v1.0.0-rc.26

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.0.0-rc.26 (2023-11-16)

Bug Fixes

  • "VPNavScreenMenuGroup" component HTML not supported (#3148) (237ad85)
  • build: remove frontmatter in md file inclusion (dbbffa2), closes #3195
  • style links in footer (#3178) (a482611)

Features

BREAKING CHANGES

Commits

Updates @playwright/test from 1.39.0 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
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 @storybook/testing-library from 0.1.0 to 0.2.2

Release notes

Sourced from @​storybook/testing-library's releases.

v0.2.2

🐛 Bug Fix

  • Revert: Temporarily fix user-event to 14.4.0 to avoid compatibility issues #57 (@​yannbf)

Authors: 1

v0.2.2-next.0

🐛 Bug Fix

  • Revert: Temporarily fix user-event to 14.4.0 to avoid compatibility issues #57 (@​yannbf)

Authors: 1

v0.2.1

🎉 This release contains work from a new contributor! 🎉

Thank you, Valentin Palkovic (@​valentinpalkovic), for all your work!

🐛 Bug Fix

  • Temporarily fix user-event to 14.4.0 to avoid compatibility issues #53 (@​yannbf)

Authors: 2

v0.2.1-next.1

🐛 Bug Fix

  • Temporarily fix user-event to 14.4.0 to avoid compatibility issues #53 (@​yannbf)

Authors: 1

v0.2.1-next.0

🎉 This release contains work from a new contributor! 🎉

Thank you, Valentin Palkovic (@​valentinpalkovic), for all your work!

⚠️ Pushed to next

... (truncated)

Changelog

Sourced from @​storybook/testing-library's changelog.

v0.2.2 (Mon Oct 02 2023)

🐛 Bug Fix

  • Revert: Temporarily fix user-event to 14.4.0 to avoid compatibility issues #57 (@​yannbf)

Authors: 1


v0.2.1 (Fri Sep 15 2023)

🎉 This release contains work from a new contributor! 🎉

Thank you, Valentin Palkovic (@​valentinpalkovic), for all your work!

🐛 Bug Fix

  • Temporarily fix user-event to 14.4.0 to avoid compatibility issues #53 (@​yannbf)

Authors: 2


v0.2.0 (Tue Jun 20 2023)

🎉 This release contains work from a new contributor! 🎉

Thank you, Vanessa Yuen (@​vanessayuenn), for all your work!

Release Notes

Release 0.2.0 (#46)

@storybook/testing-library now uses @testing-library/dom version 9 and @testing-library/user-event version 14! 🎉

To refer to new features and bugfixes and you can check them in the user-event release page and testing-library dom release page.

Upgrade user-event to v14 and testing-library to v9 (#43)

@storybook/testing-library now uses @testing-library/dom version 9 and @testing-library/user-event version 14! 🎉

To refer to new features and bugfixes and you can check them in the user-event release page and testing-library dom release page.


... (truncated)

Commits
  • d37e3ca Bump version to: 0.2.2 [skip ci]
  • 5140469 Update CHANGELOG.md [skip ci]
  • e8d531d Merge pull request #58 from storybookjs/next
  • 810caef Merge pull request #57 from storybookjs/yann/undo-version-fix
  • 96901a6 revert fixed range for user-event
  • 3e20413 Bump version to: 0.2.1 [skip ci]
  • 8135365 Update CHANGELOG.md [skip ci]
  • ea45d9c Merge pull request #54 from storybookjs/next
  • 5a2200d Merge pull request #53 from storybookjs/fix/user-event-incompatibility
  • 894ca68 fix ts compilation issue
  • Additional commits viewable in compare view

Updates @types/markdown-it from 12.2.3 to 13.0.6

Commits

Updates @types/node from 18.18.9 to 20.9.1

Commits

Updates @vitejs/plugin-vue from 4.4.1 to 4.5.0

Release notes

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

[email protected]

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
Commits

Updates @vitest/coverage-c8 from 0.31.4 to 0.33.0

Release notes

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

v0.33.0

   🚨 Breaking Changes

  • Revert default include patterns  -  by @​so1ve #3729
    • 0.32.0 changed the default include globs to be compatible with Jest. After a discussion with the community, we are reverting this change because it turned out to be non-intuitive.

   🐞 Bug Fixes

    View changes on GitHub

v0.32.4

   🐞 Bug Fixes

    View changes on GitHub

v0.32.3

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits

Updates chromatic from 6.24.1 to 9.0.0

Release notes

Sourced from chromatic's releases.

v9.0.0

🚀 Enhancement

  • Support projectId + userToken as alternative to projectToken for auth #852 (@​ghengeveld)

Authors: 1

v8.0.0

💥 Breaking Change

🐛 Bug Fix

Authors: 3

v7.6.0

🚀 Enhancement

Authors: 2

v7.5.4

🐛 Bug Fix

Authors: 1

v7.5.3

🐛 Bug Fix

  • Fix config for Auto and add next-release tag to trigger a next release #846 (@​ghengeveld)

... (truncated)

Changelog

Sourced from chromatic's changelog.

v9.0.0 (Fri Nov 10 2023)

🚀 Enhancement

  • Support projectId + userToken as alternative to projectToken for auth #852 (@​ghengeveld)

Authors: 1


v8.0.0 (Thu Nov 09 2023)

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

Authors: 4


v7.6.0 (Tue Oct 31 2023)

🚀 Enhancement

🐛 Bug Fix

Authors: 3

... (truncated)

Commits
  • 31677dd Bump version to: 9.0.0 [skip ci]
  • 384479c Update CHANGELOG.md [skip ci]
  • f2a52aa Merge pull request #852 from chromaui/support-oauth-token
  • 20b0b0e Bump version to: 8.0.0 [skip ci]
  • 7c7a662 Update CHANGELOG.md [skip ci]
  • 3a2eb3b Merge pull request #839 from chromaui/deprecate-node-16
  • 0c99a4e Skip makeZipFile tests until mockFs is fixed or we can replace it with memfs
  • b5b68a9 Fix package manager mocking
  • f6023ed Merge branch 'main' into deprecate-node-16
  • aed31de Merge pull request #848 from chromaui/dependabot/npm_and_yarn/browserify-sign...
  • Additional commits viewable in compare view

Updates execa from 7.2.0 to 8.0.1

Release notes

Sourced from execa's releases.

v8.0.1

Fixes

sindresorhus/execa@v8.0.0...v8.0.1

v8.0.0

Breaking

  • Require Node.js 16.17.0 and later (#569)

sindresorhus/execa@v7.2.0...v8.0.0

Commits

Updates fuse.js from 6.6.2 to 7.0.0

Changelog

Sourced from fuse.js's changelog.

7.0.0 (2023-10-24)

⚠ BREAKING CHANGES

  • Extension changed

Features

  • finish all but state handling of live demo (9b5421a)
  • implementing reacting to option changes (46c561c)
  • improve fuse keys (c47f3d4)
  • proper ESM exports (eebcf2c)
  • properly configure monaco editors (fe0d33e)

Bug Fixes

  • add favicon on public root (bc155a3)
  • add proper ESM exports in package.json (98366b1)
  • build fixes (5969ca7)
  • double totalWeight (5c0ab46)
  • fixed browserconfig xml file (ca0cbbb)
  • fixed config, packages, and twitter social button (bd7555c)
  • fixed navbar (29b2599)
  • fixed version display and active search plugin (6e2a592)
  • imports (ec4e3bc)
  • re-implement sidebar advertisements (67a10cf)
  • support -> donate for clarity of what it is (ef99f56)
  • vite SSR build fixes (3ae8299)
Commits

Updates get-port from 6.1.2 to 7.0.0

Release notes

Sourced from get-port's releases.

v7.0.0

Breaking

  • Require Node.js 16 5cc3422

Improvements

  • Use timeout instead of interval for releasing ports (#68) bd8a403

sindresorhus/get-port@v6.1.2...v7.0.0

Commits

Updates mermaid from 9.1.7 to 10.6.1

Release notes

Sourced from mermaid's releases.

10.6.1

What's Changed

Bugfixes

  • fix(flow): fix invalid ellipseText regex (#5016) @​aloisklink
    • This was causing freezes in flowcharts that had a ( char in ellipse nodes

Documentation

Chores

🎉 Thanks to all contributors helping with this release! 🎉

10.2.2

What's Changed

Full Changelog: mermaid-js/mermaid@v10.2.1...v10.2.2

10.2.1

What's Changed

Bugfixes

Full Changelog: mermaid-js/mermaid@v10.2.0...v10.2.1

10.2.0

What's Changed

Features

Bugfixes

... (truncated)

Commits
  • 65daab2 chore: release v10.6.1
  • 7c7f3dd Merge pull request #5016 from aloisklink/fix/4964-fix-invalid-ellipseText-regex
  • 172d90e fix(flow): fix invalid ellipseText regex
  • f5bd1e0 Merge pull request #4997 from mermaid-js/renovate/all-minor
  • 0d4faef chore(deps): update all minor dependencies
  • 77667b9 Merge pull request #4975 from mermaid-js/add-docusaurus
  • b85a48f Merge pull request #4976 from mermaid-js/renovate/patch-all-patch
  • 34f1db3 Merge pull request #4979 from karthxk07/develop
  • e8a04fa chore(deps): update all patch dependencies
  • d714ecb Merge pull request #4994 from alex-titarenko/docs/add-noteshub-tool
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by aloisklink, a new releaser for mermaid since your current version.


Updates playwright-chromium from 1.39.0 to 1.40.0

Release notes

Sourced from playwright-chromium'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
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-chromium since your current version.


Updates typedoc from 0.24.8 to 0.25.3

Release notes

Sourced from typedoc's releases.

v0.25.3

Features

  • Added --sourceLinkExternal option to render source code links as external, #2415.
  • TypeDoc no longer requires the declarationMap option to be set to true to handle cross-package links in packages mode, #2416.
  • Added external-last option for the --sort option, #2418.

Bug Fixes

  • TypeDoc now attempts to correct local anchor links in readme files which are broken by its deconfliction logic,

Bumps the all-dependencies group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [vitepress](https://github.com/vuejs/vitepress) | `1.0.0-rc.25` | `1.0.0-rc.26` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.39.0` | `1.40.0` |
| [@storybook/testing-library](https://github.com/storybookjs/testing-library) | `0.1.0` | `0.2.2` |
| [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it) | `12.2.3` | `13.0.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.18.9` | `20.9.1` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `4.4.1` | `4.5.0` |
| [@vitest/coverage-c8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-c8) | `0.31.4` | `0.33.0` |
| [chromatic](https://github.com/chromaui/chromatic-cli) | `6.24.1` | `9.0.0` |
| [execa](https://github.com/sindresorhus/execa) | `7.2.0` | `8.0.1` |
| [fuse.js](https://github.com/krisk/Fuse) | `6.6.2` | `7.0.0` |
| [get-port](https://github.com/sindresorhus/get-port) | `6.1.2` | `7.0.0` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `9.1.7` | `10.6.1` |
| [playwright-chromium](https://github.com/microsoft/playwright) | `1.39.0` | `1.40.0` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.24.8` | `0.25.3` |
| [unocss](https://github.com/unocss/unocss) | `0.51.13` | `0.57.4` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `0.31.4` | `0.34.6` |


Updates `vitepress` from 1.0.0-rc.25 to 1.0.0-rc.26
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v1.0.0-rc.25...v1.0.0-rc.26)

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

Updates `@storybook/testing-library` from 0.1.0 to 0.2.2
- [Release notes](https://github.com/storybookjs/testing-library/releases)
- [Changelog](https://github.com/storybookjs/testing-library/blob/v0.2.2/CHANGELOG.md)
- [Commits](storybookjs/testing-library@v0.1.0...v0.2.2)

Updates `@types/markdown-it` from 12.2.3 to 13.0.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/markdown-it)

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

Updates `@vitejs/plugin-vue` from 4.4.1 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-c8` from 0.31.4 to 0.33.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.33.0/packages/coverage-c8)

Updates `chromatic` from 6.24.1 to 9.0.0
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](chromaui/chromatic-cli@v6.24.1...v9.0.0)

Updates `execa` from 7.2.0 to 8.0.1
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](sindresorhus/execa@v7.2.0...v8.0.1)

Updates `fuse.js` from 6.6.2 to 7.0.0
- [Release notes](https://github.com/krisk/Fuse/releases)
- [Changelog](https://github.com/krisk/Fuse/blob/main/CHANGELOG.md)
- [Commits](krisk/Fuse@v6.6.2...v7.0.0)

Updates `get-port` from 6.1.2 to 7.0.0
- [Release notes](https://github.com/sindresorhus/get-port/releases)
- [Commits](sindresorhus/get-port@v6.1.2...v7.0.0)

Updates `mermaid` from 9.1.7 to 10.6.1
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](mermaid-js/mermaid@v9.1.7...v10.6.1)

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

Updates `typedoc` from 0.24.8 to 0.25.3
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.24.8...v0.25.3)

Updates `unocss` from 0.51.13 to 0.57.4
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.51.13...v0.57.4)

Updates `vitest` from 0.31.4 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: vitepress
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@storybook/testing-library"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/markdown-it"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@vitest/coverage-c8"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: execa
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: fuse.js
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: get-port
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: mermaid
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: playwright-chromium
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: unocss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

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

dependabot bot commented on behalf of github Nov 20, 2023

Superseded by #12.

@dependabot dependabot bot closed this Nov 20, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-052e64c015 branch November 20, 2023 11:20
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