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

fix(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 -> ^12.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
codecov/codecov-action v4.5.0 -> v5.1.1 age adoption passing confidence action 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.8 age adoption passing confidence action major
font-awesome (source) 4.7.0 -> 6.7.2 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 -> ^15.0.0 age adoption passing confidence dependencies major
node (source) 20.12.2 -> 22.12.0 age adoption passing confidence major
node 20.12.2-alpine3.19 -> 22.12.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
vite (source) ^5.0.0 -> ^6.0.0 age adoption passing confidence devDependencies major
vite (source) ^5.2.3 -> ^6.0.0 age adoption passing confidence devDependencies major
vitest (source) ^1.4.0 -> ^2.0.0 age adoption passing confidence devDependencies major

Release Notes

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

v12.1.2

2024-12-15

Bugfixes
  • fix: path validation issue in validatePaths function (#​1800)

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

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub

v2.1.5

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

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(

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-3 * * 1" (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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/mermaid-js/mermaid).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMyIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

Copy link

changeset-bot bot commented Sep 9, 2024

⚠️ No Changeset found

Latest commit: f4fc298

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 f4fc298
🔍 Latest deploy log https://app.netlify.com/sites/mermaid-js/deploys/6760bac74a2cf50008f0000a
😎 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

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

commit: f4fc298

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 (df636c6) to head (f4fc298).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           develop   #5841      +/-   ##
==========================================
- Coverage     4.48%   3.07%   -1.42%     
==========================================
  Files          383     481      +98     
  Lines        54038   60243    +6205     
  Branches       596     722     +126     
==========================================
- Hits          2425    1853     -572     
- Misses       51613   58390    +6777     
Flag Coverage Δ
unit 3.07% <ø> (-1.42%) ⬇️

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

see 433 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 ↗︎

Waiting for the first build to start…

@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 10 times, most recently from b97188a to 51beff9 Compare November 21, 2024 00:42
@renovate renovate bot force-pushed the renovate/major-all-major branch 11 times, most recently from 3459f1e to 5cbf2f6 Compare November 28, 2024 03:42
@renovate renovate bot force-pushed the renovate/major-all-major branch 6 times, most recently from b0cf949 to 48d36d5 Compare December 9, 2024 18:08
@renovate renovate bot changed the title chore(deps): update all major dependencies (major) fix(deps): update all major dependencies (major) Dec 10, 2024
@renovate renovate bot force-pushed the renovate/major-all-major branch from 48d36d5 to f4fc298 Compare December 16, 2024 23:41
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