-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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 minor dependencies (minor) #6321
base: develop
Are you sure you want to change the base?
Conversation
|
✅ Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
commit: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6321 +/- ##
=======================================
Coverage 3.88% 3.88%
=======================================
Files 399 398 -1
Lines 42055 42044 -11
Branches 638 638
=======================================
Hits 1635 1635
+ Misses 40420 40409 -11
Flags with carried forward coverage won't be shown. Click here to find out more. |
b4936a6
to
4d7b244
Compare
9835563
to
f6051e8
Compare
f6051e8
to
e67386b
Compare
This PR contains the following updates:
v5.3.1
->v5.4.0
^14.0.3
->^14.1.0
14.0.3
->14.1.0
3.3.1
->3.4.0
3.3.0
->3.4.0
^11.0.2
->^11.4.1
10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af
->10.5.2
^6.1.1
->^6.2.0
Release Notes
codecov/codecov-action (codecov/codecov-action)
v5.4.0
Compare Source
What's Changed
use_pypi
bypasses integrity checks too by @webknjaz in https://github.com/codecov/codecov-action/pull/1773Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0
cypress-io/cypress (cypress)
v14.1.0
Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-1-0
eclipse-langium/langium (langium)
v3.4.0
Compare Source
UriUtils
(#1816).NotebookDocuments
service fromvscode-languageserver
(#1743).undefined
elements and indentation (#1814).eclipse-langium/langium (langium-cli)
v3.4.0
Compare Source
mermaid-js/mermaid (mermaid)
v11.4.1
Compare Source
Patch Changes
#6059
01b5079
Thanks @knsv! - fix: Kanban diagrams will not render when adding a number as ticket id or assigned for a task#6038
1388662
Thanks @knsv! - fix: Intersection calculations for tilted cylinder/DAS when using handdrawn look. Some random seeds could cause the calculations to break.#6079
fe3cffb
Thanks @aloisklink! - Bump dompurify to^3.2.1
. This removes the need for@types/dompurify
.v11.4.0
Compare Source
Minor Changes
#5999
742ad7c
Thanks @knsv! - Adding Kanban board, a new diagram type#5880
bdf145f
Thanks @yari-dewalt! - Class diagram changes:Patch Changes
#5937
17b7831
Thanks @saurabhg772244! - fix: Jagged edge fix for icon shape#5933
72d60d2
Thanks @remcohaszing! - Add missing TypeScript dependencies#5937
17b7831
Thanks @saurabhg772244! - fix: Icon color fix for colored icons.#6002
5fabd41
Thanks @aloisklink! - fix: errormermaid.parse
on an invalid shape, so that it matches the errors thrown bymermaid.render
v11.3.0
Compare Source
Minor Changes
9e3aa70
Thanks @knsv, @ashishjain0512, @omkarht, @saurabhg772244, @aloisklink, @sidharthv96 ! - New Flowchart Shapes (with new syntax)Patch Changes
#5849
6c5b7ce
Thanks @ReneLombard! - Fixed an issue when the mermaid classdiagram crashes when adding a . to the namespace.Forexample
#5914
de2c05c
Thanks @aloisklink! - Ban DOMPurify v3.1.7 as a dependencyv11.2.1
Compare Source
Patch Changes
bfd8c63
Thanks @knsv! - Fix for issue with calculation of label width when using in firefoxv11.2.0
Compare Source
Minor Changes
64abf29
Thanks @sidharthv96! - feat: Return parsed config from mermaid.parsePatch Changes
5e75320
Thanks @bollwyvl! - fix: Replace $root with relative pathsv11.1.1
Compare Source
Patch Changes
4c43d21
Thanks @knsv! - fix: Fix for issue where self-loops in the root of diagrams break the renderingv11.1.0
Compare Source
11.1.0
Minor Changes
#5793
6ecdf7b
Thanks @sidharthv96! - feat: Add support for iconify icons#5711
8e640da
Thanks @NicolasNewman! - feat(er): allow multi-line relationship labels#5452
256a148
Thanks @NicolasNewman! - New Diagram: ArchitectureAdds architecture diagrams which allows users to show relations between services.
Patch Changes
#5810
28bd07f
Thanks @knsv! - Fix for self loops in clusterSupporting legacy defaultRenderer directive
#5789
16faef4
Thanks @sidharthv96! - chore: Move icons to architecture, remove full icon sets to reduce bundle sizeUpdated dependencies [
256a148
,7d8143b
]:pnpm/pnpm (pnpm)
v10.5.2
Compare Source
Patch Changes
pnpm config set
command should change the global.npmrc
file by default.This was a regression introduced by #9151 and shipped in pnpm v10.5.0.
v10.5.1
Compare Source
Patch Changes
pnpm-workspaces.yaml
orpnpm-workspaces.yml
file is found instead of apnpm-workspace.yaml
#9170.pnpm-workspace.yaml
by thepnpm approve-builds
command #9168.package.json
#9163overrides
inpnpm-workspace.yaml
should work.pnpm dlx
should ignore settings from thepackage.json
file in the current working directory #9178.v10.5.0
Compare Source
Minor Changes
Allow to set the "pnpm" settings from
package.json
via thepnpm-workspace.yaml
file #9121.Added support for automatically syncing files of injected workspace packages after
pnpm run
#9081. Use thesync-injected-deps-after-scripts
setting to specify which scripts build the workspace package. This tells pnpm when syncing is needed. The setting should be defined in a.npmrc
file at the root of the workspace. Example:The
packages
field inpnpm-workspace.yaml
became optional.Patch Changes
pnpm link
with no parameters should work as if--global
is specified #9151.--config.
prefix such as--@​scope:registry=https://scope.example.com/npm
#9089.pnpm link <path>
should calculate relative path from the root of the workspace directory #9132.pnpm-lock.yaml
file when using--fix-lockfile
and--filter
. #8639vitejs/vite (vite)
v6.2.0
Compare Source
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.