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
@rollup/plugin-typescript (source) ^11.1.6 -> ^12.0.0 age adoption passing confidence devDependencies major
@types/express (source) ^4.17.21 -> ^5.0.0 age adoption passing confidence devDependencies major
@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.2.0 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
jiti ^1.21.0 -> ^2.0.0 age adoption passing confidence dependencies 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

rollup/plugins (@​rollup/plugin-typescript)

v12.1.0

2024-09-22

Features
  • feat: add transformers factory. (#​1668)

v12.0.0

2024-09-22

Breaking Changes
  • fix!: correctly resolve filenames of declaration files for output.file (#​1728)
vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

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
  • browser: Correctly inherit browser config in a workspace  -  by [@​sheremet-va](https://redirect.g

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: 82279d6

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 82279d6
🔍 Latest deploy log https://app.netlify.com/sites/mermaid-js/deploys/66ffc43251603300086ed4fe
😎 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: 82279d6

Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 3.27%. Comparing base (ddf18dd) to head (82279d6).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           develop   #5841      +/-   ##
==========================================
- Coverage     4.67%   3.27%   -1.40%     
==========================================
  Files          372     469      +97     
  Lines        51669   61454    +9785     
  Branches       611     709      +98     
==========================================
- Hits          2414    2015     -399     
- Misses       49255   59439   +10184     
Flag Coverage Δ
unit 3.27% <ø> (-1.40%) ⬇️

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

see 392 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 - Oct 4, 2024, 10:42 AM

@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 9 times, most recently from 5bce2af to bc3bc52 Compare September 23, 2024 02:09
@renovate renovate bot force-pushed the renovate/major-all-major branch 4 times, most recently from ea4fbfc to 03d994f Compare October 1, 2024 15:37
@renovate renovate bot force-pushed the renovate/major-all-major branch 5 times, most recently from ea0c7c3 to 577562b Compare October 3, 2024 11:36
@renovate renovate bot force-pushed the renovate/major-all-major branch 3 times, most recently from c9b0f5a to 12473a7 Compare October 3, 2024 20:07
@renovate renovate bot force-pushed the renovate/major-all-major branch from 12473a7 to 82279d6 Compare October 4, 2024 10:32
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