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 #711

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/code-frame (source) ^7.24.6 -> ^7.24.7 age adoption passing confidence
@babel/core (source) ^7.24.6 -> ^7.24.8 age adoption passing confidence
@babel/helper-module-imports (source) ^7.24.6 -> ^7.24.7 age adoption passing confidence
@babel/helper-plugin-utils (source) ^7.24.6 -> ^7.24.8 age adoption passing confidence
@babel/parser (source) ^7.24.6 -> ^7.24.8 age adoption passing confidence
@babel/plugin-syntax-jsx (source) ^7.24.6 -> ^7.24.7 age adoption passing confidence
@babel/plugin-syntax-typescript (source) ^7.24.6 -> ^7.24.7 age adoption passing confidence
@babel/preset-env (source) ^7.24.6 -> ^7.24.8 age adoption passing confidence
@babel/template (source) ^7.24.6 -> ^7.24.7 age adoption passing confidence
@babel/traverse (source) ^7.24.6 -> ^7.24.8 age adoption passing confidence
@babel/types (source) ^7.24.6 -> ^7.24.8 age adoption passing confidence
@eslint/js (source) ^9.3.0 -> ^9.7.0 age adoption passing confidence
@types/node (source) ^20.12.12 -> ^20.14.10 age adoption passing confidence
@vue/compiler-sfc (source) ^3.4.27 -> ^3.4.31 age adoption passing confidence
@vue/runtime-dom (source) ^3.4.27 -> ^3.4.31 age adoption passing confidence
eslint (source) ^9.3.0 -> ^9.7.0 age adoption passing confidence
eslint-plugin-import-x ^0.5.0 -> ^0.5.3 age adoption passing confidence
jsdom ^24.0.0 -> ^24.1.0 age adoption passing confidence
monaco-editor ^0.49.0 -> ^0.50.0 age adoption passing confidence
pnpm (source) 9.1.2 -> 9.5.0 age adoption passing confidence
prettier (source) ^3.2.5 -> ^3.3.3 age adoption passing confidence
tslib (source) ^2.6.2 -> ^2.6.3 age adoption passing confidence
tsup (source) ^8.0.2 -> ^8.1.0 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.5.3 age adoption passing confidence
typescript-eslint (source) ^7.10.0 -> ^7.16.0 age adoption passing confidence
vite (source) ~5.0.13 -> ~5.3.3 age adoption passing confidence
vite (source) ^5.2.11 -> ^5.3.3 age adoption passing confidence
vue (source) ^3.4.27 -> ^3.4.31 age adoption passing confidence

Release Notes

babel/babel (@​babel/code-frame)

v7.24.7

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
babel/babel (@​babel/parser)

v7.24.8

Compare Source

v7.24.8 (2024-07-11)

Thanks @​H0onnn, @​jkup and @​SreeXD for your first pull requests!

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
Committers: 9

v7.24.7

Compare Source

v7.24.7 (2024-06-05)

🐛 Bug Fix
🏠 Internal
  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
Committers: 7
eslint/eslint (@​eslint/js)

v9.7.0

Compare Source

v9.6.0

Compare Source

v9.5.0

Compare Source

Features

  • b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#​18579) (fisker Cheung)

Bug Fixes

  • 6880286 fix: treat * as a universal pattern (#​18586) (Milos Djermanovic)
  • 7fbe211 fix: message template for all files ignored (#​18564) (Milos Djermanovic)
  • 469cb36 fix: Don't lint the same file multiple times (#​18552) (Milos Djermanovic)
  • 5cff638 fix: improve message for ignored files without a matching config (#​18404) (Francesco Trotta)

Documentation

  • 455f7fd docs: add section about including .gitignore files (#​18590) (Milos Djermanovic)
  • 721eafe docs: update info about universal files patterns (#​18587) (Francesco Trotta)
  • 8127127 docs: Update README (GitHub Actions Bot)
  • 55c2a66 docs: Update README (GitHub Actions Bot)
  • eb76282 docs: Update README (GitHub Actions Bot)
  • ff6e96e docs: baseConfig and overrideConfig can be arrays (#​18571) (Milos Djermanovic)
  • d2d83e0 docs: Add mention of eslint-transforms to v9 migration guide (#​18566) (Nicholas C. Zakas)
  • 9ce6832 docs: add callout box for unintuitive behavior (#​18567) (Ben McCann)
  • b8db99c docs: Add VS Code info to config migration guide (#​18555) (Nicholas C. Zakas)
  • 518a35c docs: Mention config migrator (#​18561) (Nicholas C. Zakas)
  • eb440fc docs: specifying files with arbitrary or no extension (#​18539) (Francesco Trotta)
  • 38c159e docs: Provide example of reading package.json for plugins meta (#​18530) (Nicholas C. Zakas)
  • d16a659 docs: add link to migration guide for --ext CLI option (#​18537) (Milos Djermanovic)
  • 73408de docs: add link to configuration file docs before examples (#​18535) (Milos Djermanovic)

Chores

v9.4.0

Compare Source

Features

  • 89a4a0a feat: ignore IIFE's in the no-loop-func rule (#​17528) (Nitin Kumar)

Bug Fixes

  • f6534d1 fix: skip processor code blocks that match only universal patterns (#​18507) (Milos Djermanovic)
  • 7226ebd fix: allow implicit undefined return in no-constructor-return (#​18515) (Ali Rezvani)
  • 389744b fix: use @eslint/config-inspector@latest (#​18483) (唯然)
  • 70118a5 fix: func-style false positive with arrow functions and super (#​18473) (Milos Djermanovic)

Documentation

Chores

vuejs/core (@​vue/compiler-sfc)

v3.4.31

Compare Source

Bug Fixes
Reverts
  • Revert "fix(reactivity): avoid infinite loop when render access a side effect computed (#​11135)" (e0df985)
  • Revert "fix(reactivity): fix side effect computed dirty level (#​11183)" (6c303ea), closes #​11183

v3.4.30

Compare Source

Note: this release contains a fix (#​11150) that requires vue-tsc to also be updated in sync to ^2.0.22. See #​11196

Bug Fixes
Performance Improvements

v3.4.29

Compare Source

Bug Fixes
  • build: fix accidental inclusion of runtime-core in server-renderer cjs build (11cc12b), closes #​11137
  • compiler-sfc: fix missing scope for extends error message (4ec387b)
  • compiler-sfc: fix parsing of mts, d.mts, and mtsx files (a476692)
  • compiler-sfc: support @​vue-ignore comment on more type sources (a23e99b)
  • custom-element: support same direct setup function signature in defineCustomElement (7c8b126), closes #​11116
  • reactivity: avoid infinite loop when render access a side effect computed (#​11135) (8296e19), closes #​11121

v3.4.28

Compare Source

Bug Fixes
eslint/eslint (eslint)

v9.7.0

Compare Source

Features


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 becomes conflicted, 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 27, 2024
Copy link

netlify bot commented May 27, 2024

Deploy Preview for vue-jsx-explorer failed.

Name Link
🔨 Latest commit 32855df
🔍 Latest deploy log https://app.netlify.com/sites/vue-jsx-explorer/deploys/669287dd3fa5d20008d7b363

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 9d0596f to 41400b3 Compare June 3, 2024 04:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 93e70d4 to f6eef51 Compare June 10, 2024 19:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 11a21f8 to 128504f Compare June 18, 2024 07:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 49ea0f1 to 95816aa Compare June 25, 2024 23:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from c5b281a to 45fda6d Compare July 3, 2024 07:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from cb8cffa to af300b8 Compare July 11, 2024 18:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from af300b8 to a673610 Compare July 12, 2024 22:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a673610 to 32855df Compare July 13, 2024 13:57
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants