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 (v1) #333

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.25.2 -> ^7.25.8 age adoption passing confidence
@babel/plugin-proposal-decorators (source) ^7.24.7 -> ^7.25.7 age adoption passing confidence
@babel/plugin-syntax-import-assertions (source) ^7.25.6 -> ^7.25.7 age adoption passing confidence
@babel/plugin-transform-export-namespace-from (source) ^7.24.7 -> ^7.25.8 age adoption passing confidence
@babel/plugin-transform-modules-commonjs (source) ^7.24.8 -> ^7.25.7 age adoption passing confidence
@babel/plugin-transform-nullish-coalescing-operator (source) ^7.24.7 -> ^7.25.8 age adoption passing confidence
@babel/plugin-transform-optional-chaining (source) ^7.24.8 -> ^7.25.8 age adoption passing confidence
@babel/plugin-transform-typescript (source) ^7.25.2 -> ^7.25.7 age adoption passing confidence
@babel/preset-typescript (source) ^7.24.7 -> ^7.25.7 age adoption passing confidence
@babel/template (source) ^7.25.0 -> ^7.25.7 age adoption passing confidence
@babel/types (source) ^7.25.6 -> ^7.25.8 age adoption passing confidence
@types/node (source) ^20.16.5 -> ^20.16.14 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.1.1 -> ^2.1.3 age adoption passing confidence
acorn ^8.12.1 -> ^8.13.0 age adoption passing confidence
eslint (source) ^9.11.0 -> ^9.13.0 age adoption passing confidence
eslint-config-unjs ^0.3.2 -> ^0.4.1 age adoption passing confidence
execa ^9.4.0 -> ^9.4.1 age adoption passing confidence
mlly ^1.7.1 -> ^1.7.2 age adoption passing confidence
pkg-types ^1.2.0 -> ^1.2.1 age adoption passing confidence
pnpm (source) 9.11.0 -> 9.12.2 age adoption passing confidence
tslib (source) ^2.7.0 -> ^2.8.0 age adoption passing confidence
typescript (source) ^5.6.2 -> ^5.6.3 age adoption passing confidence
vite (source) ^5.4.7 -> ^5.4.9 age adoption passing confidence
vitest (source) ^2.1.1 -> ^2.1.3 age adoption passing confidence
webpack ^5.94.0 -> ^5.95.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.25.8

Compare Source

🐛 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

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
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
    View changes on GitHub
acornjs/acorn (acorn)

v8.13.0

Compare Source

eslint/eslint (eslint)

v9.13.0

Compare Source

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

unjs/eslint-config (eslint-config-unjs)

v0.4.1

Compare Source

compare changes

💅 Refactors
  • Use Linter.Config as return type (2cce21a)
  • Reflax markdown rules (587c6a7)
🏡 Chore
❤️ Contributors

v0.4.0

Compare Source

compare changes

🏡 Chore
  • ⚠️ Update dependencies (ec5727e)
  • Use eslint ts support with jiti (0d531f8)
⚠️ Breaking Changes
  • ⚠️ Update dependencies (ec5727e)
❤️ Contributors
sindresorhus/execa (execa)

v9.4.1

Compare Source

Bug fixes
unjs/mlly (mlly)

v1.7.2

Compare Source

compare changes

🩹 Fixes
  • resolver: Avoid double slashes when joining id with /index (#​278)
🏡 Chore
❤️ Contributors
unjs/pkg-types (pkg-types)

v1.2.1

Compare Source

compare changes

🩹 Fixes
  • Optional fields from publishConfig (#​194)
  • tsconfig: Add missing references key (#​198)
🏡 Chore
✅ Tests
  • packagejson: Add tests for partial objects (e2dc735)
❤️ Contributors
  • Pooya Parsa (@​pi0)
  • Johan Meester <johan.meester71@​gmail.com>
  • Kevin Deng 三咲智子 sxzz@sxzz.moe
pnpm/pnpm (pnpm)

v9.12.2: pnpm 9.12.2

Compare Source

Patch Changes

  • When checking whether a file in the store has executable permissions, the new approach checks if at least one of the executable bits (owner, group, and others) is set to 1. Previously, a file was incorrectly considered executable only when all the executable bits were set to 1. This fix ensures that files with any executable permission, regardless of the user class, are now correctly identified as executable #​8546.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors


Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 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 force-pushed the renovate/v1-all-minor-patch branch 7 times, most recently from bb0617c to e9cef12 Compare October 19, 2024 04:07
@renovate renovate bot force-pushed the renovate/v1-all-minor-patch branch from e9cef12 to 9377f48 Compare October 22, 2024 04:20
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.

0 participants