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/node (source) ^20.11.30 -> ^22.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.2 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
csstree-validator ^3.0.0 -> ^4.0.0 age adoption passing confidence devDependencies major
cypress-io/github-action v4.2.2 -> v6.7.7 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
lycheeverse/lychee-action v1.9.3 -> v2.1.0 age adoption passing confidence action major
marked (source) ^13.0.2 -> ^14.0.0 age adoption passing confidence dependencies major
node (source) 20.12.2 -> 22.11.0 age adoption passing confidence major
node 20.12.2-alpine3.19 -> 22.11.0-alpine3.19 age adoption passing confidence final 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 -> ^11.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.1

2024-10-16

Bugfixes
  • fix: allow for files to be nested in folders within outDir (#​1783)

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

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

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

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: 7084c23

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 7084c23
🔍 Latest deploy log https://app.netlify.com/sites/mermaid-js/deploys/672cf34276e9e800083963c6
😎 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/mermaid-zenuml@5841
pnpm add https://pkg.pr.new/mermaid-js/mermaid/@mermaid-js/parser@5841
pnpm add https://pkg.pr.new/mermaid-js/mermaid/@mermaid-js/layout-elk@5841

commit: 7084c23

Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 3.07%. Comparing base (c218e36) to head (7084c23).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           develop   #5841      +/-   ##
==========================================
- Coverage     4.49%   3.07%   -1.42%     
==========================================
  Files          383     480      +97     
  Lines        53925   60169    +6244     
  Branches       596     747     +151     
==========================================
- Hits          2425    1853     -572     
- Misses       51500   58316    +6816     
Flag Coverage Δ
unit 3.07% <ø> (-1.42%) ⬇️

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

see 434 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 - Nov 7, 2024, 5:13 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 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 13 times, most recently from 63389f2 to 6c1519d Compare October 14, 2024 09:05
@renovate renovate bot force-pushed the renovate/major-all-major branch 3 times, most recently from 4151a48 to d82b9dc Compare October 23, 2024 15:28
@renovate renovate bot force-pushed the renovate/major-all-major branch 10 times, most recently from 084f7a1 to 8f016cb Compare October 30, 2024 09:47
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from 2699ed5 to 14789b1 Compare November 7, 2024 12:37
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