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 non-major dependencies (patch) #1308

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/kit (source) 1.25.0 -> 1.25.2 age adoption passing confidence
@types/pako (source) 2.0.0 -> 2.0.3 age adoption passing confidence
@types/uuid (source) 9.0.4 -> 9.0.7 age adoption passing confidence
@vitest/ui (source) 0.34.4 -> 0.34.6 age adoption passing confidence
chai (source) 4.3.8 -> 4.3.10 age adoption passing confidence
cy-verify-downloads 0.2.0 -> 0.2.2 age adoption passing confidence
eslint-plugin-vitest 0.3.1 -> 0.3.9 age adoption passing confidence
node-html-parser 6.1.10 -> 6.1.11 age adoption passing confidence
tailwindcss (source) 3.3.3 -> 3.3.5 age adoption passing confidence
vite (source) 4.4.9 -> 4.4.11 age adoption passing confidence
vitest 0.34.4 -> 0.34.6 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/kit)

v1.25.2

Compare Source

Patch Changes
  • fix: correctly update $page.url.hash when navigating history (#​10843)

  • fix: strip virtual module prefix from error messages (#​10776)

  • fix: cancel ongoing navigation when the browser back button is hit to prevent an incorrect page from being rendered (#​10727)

  • fix: only remove Vite manifest when copying files (#​10782)

v1.25.1

Compare Source

Patch Changes
  • fix: correct line numbers in stack trace (#​10769)

  • fix: correctly return 404 when navigating to a missing page and the root layout fetches a prerendered endpoint (#​10565)

  • fix: allow optional param in middle of route (#​10736)

  • chore: update undici (#​10641)

vitest-dev/vitest (@​vitest/ui)

v0.34.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
chaijs/chai (chai)

v4.3.10

Compare Source

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: chaijs/chai@v4.3.9...v4.3.10

v4.3.9

Compare Source

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: chaijs/chai@v4.3.8...v4.3.9

elaichenkov/cy-verify-downloads (cy-verify-downloads)

v0.2.2

Compare Source

  • Merge pull request #​140 from elaichenkov/dependabot/npm_and_yarn/cypress-13.3.1 (60241e5)
  • build(deps-dev): bump cypress from 13.3.0 to 13.3.1 (056298d)
  • Merge pull request #​139 from elaichenkov/dependabot/npm_and_yarn/release-it-16.2.1 (4fa1786)
  • Merge pull request #​138 from elaichenkov/dependabot/npm_and_yarn/cypress-13.3.0 (8f2d82c)
  • build(deps-dev): bump release-it from 16.2.0 to 16.2.1 (6dc925b)
  • build(deps-dev): bump cypress from 13.2.0 to 13.3.0 (52c7b02)

v0.2.1

Compare Source

  • update(docs): change node polyfill for cucumber (7cd1aa1)
  • Merge pull request #​136 from elaichenkov/dependabot/npm_and_yarn/release-it-16.2.0 (5137abc)
  • build(deps-dev): bump release-it from 16.1.5 to 16.2.0 (bb1dbc2)
  • Merge pull request #​135 from elaichenkov/dependabot/npm_and_yarn/cypress-13.2.0 (80fabd4)
  • build(deps-dev): bump cypress from 13.1.0 to 13.2.0 (990ddd4)
veritem/eslint-plugin-vitest (eslint-plugin-vitest)

v0.3.9

Compare Source

v0.3.8

Compare Source

Features

v0.3.6

Compare Source

chore
  • valid-function-names: updated list of possible permutations of call chains (#​276) (5375f2e)

v0.3.3

Compare Source

Bug Fixes
Features
  • consistent-test-it: rewrite import statement as well (#​274) (014bd70)

v0.3.2

Compare Source

Fixes
taoqf/node-fast-html-parser (node-html-parser)

v6.1.11

Compare Source

tailwindlabs/tailwindcss (tailwindcss)

v3.3.5

Compare Source

Fixed
  • Fix incorrect spaces around - in calc() expression (#​12283)

v3.3.4

Compare Source

Fixed
  • Improve normalisation of calc()-like functions (#​11686)
  • Skip calc() normalisation in nested theme() calls (#​11705)
  • Fix incorrectly generated CSS when using square brackets inside arbitrary properties (#​11709)
  • Make content optional for presets in TypeScript types (#​11730)
  • Handle variable colors that have variable fallback values (#​12049)
  • Batch reading content files to prevent too many open files error (#​12079)
  • Skip over classes inside :not(…) when nested in an at-rule (#​12105)
  • Update types to work with Node16 module resolution (#​12097)
  • Don’t crash when important and parent selectors are equal in @apply (#​12112)
  • Eliminate irrelevant rules when applying variants (#​12113)
  • Improve RegEx parser, reduce possibilities as the key for arbitrary properties (#​12121)
  • Fix sorting of utilities that share multiple candidates (#​12173)
  • Ensure variants with arbitrary values and a modifier are correctly matched in the RegEx based parser (#​12179)
  • Fix crash when watching renamed files on FreeBSD (#​12193)
  • Allow plugins from a parent document to be used in an iframe (#​12208)
  • Add types for tailwindcss/nesting (#​12269)
  • Bump jiti, fast-glob, and browserlist dependencies (#​11550)
  • Improve automatic var injection for properties that accept a <dashed-ident> (#​12236)
vitejs/vite (vite)

v4.4.11

Compare Source

Please refer to CHANGELOG.md for details.

v4.4.10

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@netlify
Copy link

netlify bot commented Sep 25, 2023

Deploy Preview for mermaidjs ready!

Name Link
🔨 Latest commit abb494d
🔍 Latest deploy log https://app.netlify.com/sites/mermaidjs/deploys/654c7a573b19ea000772277a
😎 Deploy Preview https://deploy-preview-1308--mermaidjs.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.

@cypress
Copy link

cypress bot commented Sep 25, 2023

Passing run #1198 ↗︎

0 28 6 0 Flakiness 0

Details:

Merge abb494d into 3c08315...
Project: Mermaid Live Editor Commit: 10de7a80ea ℹ️
Status: Passed Duration: 02:09 💡
Started: Nov 9, 2023 6:22 AM Ended: Nov 9, 2023 6:24 AM

Review all test suite changes for PR #1308 ↗︎

@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 7 times, most recently from 01b29dd to 78a0710 Compare October 3, 2023 03:25
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 8 times, most recently from 9d65825 to 1451d70 Compare October 9, 2023 22:44
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 6 times, most recently from 383add2 to 0126daa Compare October 22, 2023 04:01
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 4 times, most recently from 003d79b to 31773a7 Compare October 25, 2023 17:33
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 3 times, most recently from cdd8242 to 1e8e5f7 Compare November 6, 2023 06:04
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 6 times, most recently from 5d41264 to 75ca187 Compare November 9, 2023 06:19
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 75ca187 to abb494d Compare November 9, 2023 06:21
@sidharthv96 sidharthv96 added this pull request to the merge queue Nov 9, 2023
Merged via the queue into develop with commit 93215b3 Nov 9, 2023
12 checks passed
@sidharthv96 sidharthv96 deleted the renovate/patch-all-minor-patch branch November 9, 2023 07:50
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.

1 participant