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 with stable version (patch) #113

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@babel/types (source) ^7.24.7 -> ^7.24.9 age adoption passing confidence devDependencies patch
@evilmartians/lefthook ^1.7.1 -> ^1.7.15 age adoption passing confidence devDependencies patch 1.7.17 (+1)
@stylistic/stylelint-plugin ^2.1.2 -> ^2.1.3 age adoption passing confidence devDependencies patch
@types/markdown-it (source) ^14.1.1 -> ^14.1.2 age adoption passing confidence devDependencies patch
@types/node (source) ^20.14.10 -> ^20.14.15 age adoption passing confidence devDependencies patch
@vitest/ui (source) ^2.0.1 -> ^2.0.5 age adoption passing confidence devDependencies patch
autoprefixer ^10.4.19 -> ^10.4.20 age adoption passing confidence devDependencies patch
jsdom ^24.1.0 -> ^24.1.3 age adoption passing confidence devDependencies patch
markdown-it-anchor ^9.0.1 -> ^9.0.2 age adoption passing confidence dependencies patch
mermaid ^11.1.0 -> ^11.1.1 age adoption passing confidence dependencies patch
node (source) 20.15.0 -> 20.15.1 age adoption passing confidence patch
node (source) 20.15.0 -> 20.15.1 age adoption passing confidence volta patch
postcss (source) ^8.4.39 -> ^8.4.47 age adoption passing confidence devDependencies patch
rimraf ^5.0.8 -> ^5.0.10 age adoption passing confidence devDependencies patch
sass ^1.77.6 -> ^1.77.8 age adoption passing confidence devDependencies patch
typescript (source) ^5.5.3 -> ^5.5.4 age adoption passing confidence devDependencies patch
vite (source) ^5.3.3 -> ^5.3.6 age adoption passing confidence devDependencies patch
vite-plugin-vue-devtools (source) ^7.3.5 -> ^7.3.9 age adoption passing confidence devDependencies patch
vitest (source) 2.0.1 -> 2.0.5 age adoption passing confidence devDependencies patch
vue (source) ^3.4.31 -> ^3.4.38 age adoption passing confidence devDependencies patch
vue-tsc (source) ^2.0.26 -> ^2.0.29 age adoption passing confidence devDependencies patch
wagoid/commitlint-github-action v6.0.1 -> v6.0.2 age adoption passing confidence action patch

Release Notes

babel/babel (@​babel/types)

v7.24.9

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal

v7.24.8

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
evilmartians/lefthook (@​evilmartians/lefthook)

v1.7.15

Compare Source

v1.7.14

Compare Source

Fix lefthook NPM package to include OpenBSD package as optional dependency.

v1.7.13

Compare Source

v1.7.12

Compare Source

v1.7.11

Compare Source

v1.7.10

Compare Source

v1.7.9

Compare Source

v1.7.8

Compare Source

v1.7.7

Compare Source

v1.7.6

Compare Source

v1.7.5

Compare Source

v1.7.4

Compare Source

stylelint-stylistic/stylelint-stylistic (@​stylistic/stylelint-plugin)

v2.1.3

Compare Source

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

v2.0.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.
jsdom/jsdom (jsdom)

v24.1.3

Compare Source

  • Fixed calls to postMessage() that were done as a bare property (i.e., postMessage() instead of window.postMessage()).

v24.1.2

Compare Source

  • Fixed an issue with the in operator applied to EventTarget methods, e.g. 'addEventListener' in window, which only appeared in Node.js ≥22.5.0. (legendecas)
  • Fixed the events fired by blur(): it no longer fires focus and focusin on the Document, and blur and focusout no longer have their relatedTarget property set. (asamuzaK)

v24.1.1

Compare Source

  • Fixed selection methods to trigger the selectionchange event on the Document object. (piotr-oles)
valeriangalliat/markdown-it-anchor (markdown-it-anchor)

v9.0.2

Compare Source

  • Support duplicated class attributes. ([#​133])
nodejs/node (node)

v20.15.1

Compare Source

postcss/postcss (postcss)

v8.4.47

Compare Source

  • Removed debug code.

v8.4.46

Compare Source

  • Fixed Cannot read properties of undefined (reading 'before').

v8.4.45

Compare Source

  • Removed unnecessary fix which could lead to infinite loop.

v8.4.44

Compare Source

  • Another way to fix markClean is not a function error.

v8.4.43

Compare Source

  • Fixed markClean is not a function error.

v8.4.42

Compare Source

  • Fixed CSS syntax error on long minified files (by @​varpstar).

v8.4.41

Compare Source

v8.4.40

Compare Source

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).
isaacs/rimraf (rimraf)

v5.0.10

Compare Source

sass/dart-sass (sass)

v1.77.8

Compare Source

  • No user-visible changes.

v1.77.7

Compare Source

  • Declarations that appear after nested rules are deprecated, because the
    semantics Sass has historically used are different from the semantics
    specified by CSS. In the future, Sass will adopt the standard CSS semantics.

    See the Sass website for details.

  • Potentially breaking bug fix: // in certain places such as unknown
    at-rule values was being preserved in the CSS output, leading to potentially
    invalid CSS. It's now properly parsed as a silent comment and omitted from the
    CSS output.

microsoft/TypeScript (typescript)

v5.5.4: TypeScript 5.5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

vitejs/vite (vite)

v5.3.6

Compare Source

Please refer to CHANGELOG.md for details.

v5.3.5

Compare Source

v5.3.4

Compare Source

vuejs/devtools-next (vite-plugin-vue-devtools)

v7.3.9

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v7.3.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v7.3.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v7.3.6

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (vue)

v3.4.38

Compare Source

For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.37

Compare Source

Bug Fixes

v3.4.36

Compare Source

v3.4.35

Compare Source

Bug Fixes
  • teleport/ssr: fix Teleport hydration regression due to targetStart anchor addition (7b18cdb)
  • teleport/ssr: ensure targetAnchor and targetStart not null during hydration (#​11456) (12667da), closes #​11400
  • types/ref: allow getter and setter types to be unrelated (#​11442) (e0b2975)
Performance Improvements

Configuration

📅 Schedule: Branch creation - "before 5am every weekday" in timezone America/New_York, Automerge - "every weekday" in timezone America/New_York.

🚦 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate-bot labels Jul 18, 2024
@renovate renovate bot requested review from kongponents-bot, adamdehaven, jillztom and a team as code owners July 18, 2024 04:14
@renovate renovate bot enabled auto-merge (squash) July 18, 2024 04:14
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from b6ac805 to de04683 Compare July 18, 2024 08:03
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from de04683 to 1990db6 Compare July 19, 2024 07:34
@renovate renovate bot changed the title chore(deps): update dependency node to v20.15.1 chore(deps): update all non-major dependencies with stable version (patch) Jul 19, 2024
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 1990db6 to 734419b Compare July 22, 2024 05:10
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 734419b to 31dc0a9 Compare July 22, 2024 08:09
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 31dc0a9 to 732dea5 Compare July 22, 2024 08:15
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 732dea5 to 67bc76d Compare July 23, 2024 04:39
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 67bc76d to f859b6a Compare July 23, 2024 15:37
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from f859b6a to 870d2a1 Compare July 25, 2024 04:25
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 0a6bacf to 2408412 Compare September 17, 2024 04:57
@renovate renovate bot merged commit 5c439a5 into main Sep 30, 2024
7 checks passed
@renovate renovate bot deleted the renovate/patch-all-minor-patch branch September 30, 2024 20:48
@kongponents-bot
Copy link
Collaborator

🎉 This PR is included in version 1.7.13 🎉

The release is available on:

Your semantic-release bot 📦🚀

@kongponents-bot
Copy link
Collaborator

Install the preview package from this PR

@kong/markdown@pr-113

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file released renovate-bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants