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

chore(deps): update all major dependencies (major) #5841

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/uuid (source) ^9.0.8 -> ^10.0.0 age adoption passing confidence devDependencies major
@vitest/coverage-v8 (source) ^1.4.0 -> ^2.0.0 age adoption passing confidence devDependencies major
@vitest/spy (source) ^1.4.0 -> ^2.0.0 age adoption passing confidence devDependencies major
@vitest/ui (source) ^1.4.0 -> ^2.0.0 age adoption passing confidence devDependencies major
@vueuse/core (source) ^10.9.0 -> ^11.0.0 age adoption passing confidence dependencies major
actions/checkout v3.6.0 -> v4.1.7 age adoption passing confidence action major
actions/configure-pages v4.0.0 -> v5.0.0 age adoption passing confidence action major
actions/upload-artifact v3 -> v4 age adoption passing confidence action major
chokidar ^3.6.0 -> ^4.0.0 age adoption passing confidence devDependencies major
concurrently ^8.2.2 -> ^9.0.0 age adoption passing confidence devDependencies major
cypress-io/github-action v4.2.2 -> v6.7.6 age adoption passing confidence action major
font-awesome (source) 4.7.0 -> 6.6.0 age adoption passing confidence major
jsdom ^24.0.0 -> ^25.0.0 age adoption passing confidence devDependencies major
json-schema-to-typescript ^13.1.2 -> ^15.0.0 age adoption passing confidence devDependencies major
marked (source) ^13.0.2 -> ^14.0.0 age adoption passing confidence dependencies major
nyc (source) ^15.1.0 -> ^17.0.0 age adoption passing confidence devDependencies major
peter-evans/create-pull-request v6.1.0 -> v7.0.5 age adoption passing confidence action major
rimraf ^5.0.5 -> ^6.0.0 age adoption passing confidence devDependencies major
typedoc-plugin-markdown (source) ^3.17.1 -> ^4.0.0 age adoption passing confidence devDependencies major
uuid ^9.0.1 -> ^10.0.0 age adoption passing confidence dependencies major
vitest (source) ^1.4.0 -> ^2.0.0 age adoption passing confidence devDependencies major

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.0

Compare Source

This release makes another big change to the Browser Mode by introducing locators API:

test('renders blog posts', async () => {
  const screen = page.render(<Blog />)

  await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()

  const [firstPost] = screen.getByRole('listitem').all()

  await firstPost.getByRole('button', { name: 'Delete' }).click()

  expect(screen.getByRole('listitem').all()).toHaveLength(3)
})

You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the page object from @vitest/browser/context.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.2

Compare Source

v2.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0

Compare Source

Vitest 2.0 is here! This release page lists all changes made to the project during the beta. For the migration guide, please refer to the documentation.

🚨 Breaking Changes
🚀 Features

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Sep 9, 2024

⚠️ No Changeset found

Latest commit: 5bce2af

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

netlify bot commented Sep 9, 2024

Deploy Preview for mermaid-js ready!

Name Link
🔨 Latest commit 5bce2af
🔍 Latest deploy log https://app.netlify.com/sites/mermaid-js/deploys/66eb32f223730400082d62aa
😎 Deploy Preview https://deploy-preview-5841--mermaid-js.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

pkg-pr-new bot commented Sep 9, 2024

Open in Stackblitz

pnpm add https://pkg.pr.new/mermaid-js/mermaid@5841
pnpm add https://pkg.pr.new/mermaid-js/mermaid/@mermaid-js/layout-elk@5841
pnpm add https://pkg.pr.new/mermaid-js/mermaid/@mermaid-js/mermaid-zenuml@5841
pnpm add https://pkg.pr.new/mermaid-js/mermaid/@mermaid-js/parser@5841

commit: 5bce2af

Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 3.46%. Comparing base (a07f1f3) to head (5bce2af).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           develop   #5841      +/-   ##
==========================================
- Coverage     5.00%   3.46%   -1.55%     
==========================================
  Files          337     432      +95     
  Lines        48209   58222   +10013     
  Branches       576     672      +96     
==========================================
- Hits          2413    2015     -398     
- Misses       45796   56207   +10411     
Flag Coverage Δ
unit 3.46% <ø> (-1.55%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 355 files with indirect coverage changes

Copy link

argos-ci bot commented Sep 9, 2024

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ✅ No changes detected - Sep 18, 2024, 8:19 PM

@renovate renovate bot force-pushed the renovate/major-all-major branch 7 times, most recently from 1ca9342 to 3429899 Compare September 13, 2024 04:29
@renovate renovate bot force-pushed the renovate/major-all-major branch 7 times, most recently from 986c7a8 to 14418e2 Compare September 17, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants