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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/code-frame (source) ^7.24.7 -> ^7.25.7 age adoption passing confidence
@babel/core (source) ^7.25.2 -> ^7.25.8 age adoption passing confidence
@babel/helper-module-imports (source) ^7.24.7 -> ^7.25.7 age adoption passing confidence
@babel/helper-plugin-utils (source) ^7.24.8 -> ^7.25.7 age adoption passing confidence
@babel/parser (source) ^7.25.6 -> ^7.25.8 age adoption passing confidence
@babel/plugin-syntax-jsx (source) ^7.24.7 -> ^7.25.7 age adoption passing confidence
@babel/plugin-syntax-typescript (source) ^7.25.4 -> ^7.25.7 age adoption passing confidence
@babel/preset-env (source) ^7.25.4 -> ^7.25.8 age adoption passing confidence
@babel/standalone (source) ^7.25.6 -> ^7.25.8 age adoption passing confidence
@babel/template (source) ^7.25.0 -> ^7.25.7 age adoption passing confidence
@babel/traverse (source) ^7.25.6 -> ^7.25.7 age adoption passing confidence
@babel/types (source) ^7.25.6 -> ^7.25.8 age adoption passing confidence
@eslint/js (source) ^9.10.0 -> ^9.13.0 age adoption passing confidence
@types/node (source) ^22.5.4 -> ^22.7.7 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.0.5 -> ^2.1.3 age adoption passing confidence
@vue/compiler-sfc (source) ^3.5.3 -> ^3.5.12 age adoption passing confidence
bumpp ^9.5.2 -> ^9.7.1 age adoption passing confidence
eslint (source) ^9.10.0 -> ^9.13.0 age adoption passing confidence
eslint-plugin-import-x ^4.2.1 -> ^4.3.1 age adoption passing confidence
jsdom ^25.0.0 -> ^25.0.1 age adoption passing confidence
monaco-editor ^0.51.0 -> ^0.52.0 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.12.2 age adoption passing confidence
terser (source) ^5.31.6 -> ^5.36.0 age adoption passing confidence
tslib (source) ^2.7.0 -> ^2.8.0 age adoption passing confidence
tsup (source) ^8.2.4 -> ^8.3.0 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.6.3 age adoption passing confidence
typescript-eslint (source) ^8.4.0 -> ^8.11.0 age adoption passing confidence
vite (source) ^5.4.3 -> ^5.4.9 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.3 age adoption passing confidence

Release Notes

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

v7.25.7

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
🏃‍♀️ Performance
babel/babel (@​babel/parser)

v7.25.8

Compare Source

v7.25.8 (2024-10-10)

🐛 Bug Fix
🏠 Internal
  • babel-parser, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-defer, babel-plugin-proposal-partial-application, babel-plugin-proposal-throw-expressions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-static-block, babel-plugin-transform-dynamic-import, babel-plugin-transform-export-namespace-from, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object, babel-preset-env
Committers: 3

v7.25.7

Compare Source

v7.25.7 (2024-10-02)

Thanks @​DylanPiercey and @​YuHyeonWook for your first PRs!

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
🏃‍♀️ Performance
Committers: 8
eslint/eslint (@​eslint/js)

v9.13.0

Compare Source

Features

Bug Fixes

Documentation

  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#​19019) (Nitin Kumar)
  • 19e68d3 docs: update deprecated rules type definitions (#​19018) (Nitin Kumar)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#​19006) (Milos Djermanovic)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#​18997) (Milos Djermanovic)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#​18988) (Milos Djermanovic)

Chores

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

v9.11.1

Compare Source

Bug Fixes

  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#​18938) (Nitin Kumar)
  • 2738322 fix: add missing types for require-atomic-updates rule (#​18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#​18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#​18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#​18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#​18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#​18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#​18933) (Kristóf Poduszló)

Documentation

  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#​18941) (Carlos Meira)

Chores

v9.11.0

Compare Source

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.2

Compare Source

   🐞 Bug Fixes

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

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

netlify bot commented Sep 16, 2024

Deploy Preview for vue-jsx-explorer ready!

Name Link
🔨 Latest commit aedc628
🔍 Latest deploy log https://app.netlify.com/sites/vue-jsx-explorer/deploys/6716a68b9b34250008fbb154
😎 Deploy Preview https://deploy-preview-725--vue-jsx-explorer.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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from d50f1e7 to 17195c0 Compare September 22, 2024 16:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 6c7f4e1 to 9c26bf8 Compare September 30, 2024 18:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7fa17e0 to 5afebb2 Compare October 3, 2024 18:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 94c3e4c to 3b8e378 Compare October 11, 2024 14:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from d62d74c to 90e2b92 Compare October 19, 2024 05:00
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.

0 participants