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

fix(deps): update all non-major dependencies #439

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 2, 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-transform-typescript (source) ^7.25.2 -> ^7.25.7 age adoption passing confidence
@babel/types (source) ^7.25.6 -> ^7.25.8 age adoption passing confidence
@eslint/js (source) ^9.9.1 -> ^9.12.0 age adoption passing confidence
@types/node (source) ^22.5.1 -> ^22.7.5 age adoption passing confidence
@vue/babel-plugin-jsx (source) ^1.2.2 -> ^1.2.5 age adoption passing confidence
debug ^4.3.6 -> ^4.3.7 age adoption passing confidence
eslint (source) ^9.9.1 -> ^9.12.0 age adoption passing confidence
eslint-plugin-import-x ^4.1.1 -> ^4.3.1 age adoption passing confidence
eslint-plugin-n ^17.10.2 -> ^17.11.1 age adoption passing confidence
execa ^9.3.1 -> ^9.4.0 age adoption passing confidence
lint-staged ^15.2.9 -> ^15.2.10 age adoption passing confidence
npm-run-all2 ^6.2.2 -> ^6.2.3 age adoption passing confidence
picocolors ^1.0.1 -> ^1.1.0 age adoption passing confidence
pinia ^2.2.2 -> ^2.2.4 age adoption passing confidence
playwright-chromium (source) ^1.46.1 -> ^1.48.0 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.12.1 age adoption passing confidence
sass ^1.77.8 -> ^1.79.5 age adoption passing confidence
source-map-js ^1.2.0 -> ^1.2.1 age adoption passing confidence
tailwindcss (source) ^3.4.10 -> ^3.4.14 age adoption passing confidence
tsx (source) ^4.19.0 -> ^4.19.1 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.6.3 age adoption passing confidence
typescript-eslint (source) ^8.3.0 -> ^8.9.0 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.3 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
eslint/eslint (@​eslint/js)

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

v9.10.0

Compare Source

vuejs/babel-plugin-jsx (@​vue/babel-plugin-jsx)

v1.2.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.2.4

Compare Source

No significant changes

    View changes on GitHub

v1.2.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
debug-js/debug (debug)

v4.3.7

Compare Source

What's Changed

Full Changelog: debug-js/debug@4.3.6...4.3.7

un-ts/eslint-plugin-import-x (eslint-plugin-import-x)

v4.3.1

Compare Source

Patch Changes
  • #​162 38d0081 Thanks @​AaronMoat! - Fix issue where no-duplicates rule with prefer-inline incorrectly marks default type and named type imports as duplicates

v4.3.0

Compare Source

Minor Changes

v4.2.1

Compare Source

Patch Changes

v4.2.0

Compare Source

Minor Changes
Patch Changes
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.11.1

Compare Source

🩹 Fixes

v17.11.0

Compare Source

🌟 Features
🩹 Fixes
  • no-missing-import: Ignore node builtins in package.json imports (#​346) (148e47e)
  • no-missing-import: Resolve tsconfig paths relative to the tsconfig (#​343) (6cd7954)
📚 Documentation
  • Explain the transitive dependency case for no-extraneous-* (#​347) (8c0a2cc)

v17.10.3

Compare Source

🩹 Fixes
  • Use our data set to work out if a module is a node module (#​338) (6a1b2c5)
📚 Documentation
sindresorhus/execa (execa)

v9.4.0

Compare Source

Features

  • We've created a separate package called nano-spawn. It is similar to Execa but with fewer features, for a much smaller package size. More info.

Bug fixes

Documentation

lint-staged/lint-staged (lint-staged)

v15.2.10

Compare Source

Patch Changes
bcomnes/npm-run-all2 (npm-run-all2)

v6.2.3

Compare Source

Commits
  • Merge pull request #​151 from bcomnes/fix-pnpm-agian c43fa2b
  • Avoid passing config fields as flags for pnpm dc2d7da
alexeyraspopov/picocolors (picocolors)

v1.1.0

Compare Source

  • Added bright color variants (#​55)
vuejs/pinia (pinia)

v2.2.4

Compare Source

Please refer to CHANGELOG.md for details.

v2.2.3

Compare Source

Please refer to CHANGELOG.md for details.

microsoft/playwright (playwright-chromium)

v1.48.0

Compare Source

v1.47.2

Compare Source

Highlights

https://github.com/microsoft/playwright/pull/32699- [REGRESSION]: fix(codegen): use content_frame property in python/.NEThttps://github.com/microsoft/playwright/issues/327066- [REGRESSION]: page.pause() does not pause test timeout after 1.4https://github.com/microsoft/playwright/pull/3266161 - fix(trace-viewer): time delta between local and remote actions

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128

v1.47.1

Compare Source

v1.47.0

Compare Source

pnpm/pnpm (pnpm)

v9.12.1: pnpm 9.12.1

Compare Source

Patch Changes

  • pnpm update --latest should not update the automatically installed peer dependencies #​6657.
  • pnpm publish should be able to publish from a local tarball #​7950.
  • The pnpx command should work correctly on Windows, when pnpm is installed via the standalone installation script #​8608.
  • Prevent EBUSY errors caused by creating symlinks in parallel dlx processes #​8604.
  • Fix maximum call stack size exceeded error related to circular workspace dependencies #​8599.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.12.0: pnpm 9.12

Compare Source

Minor Changes
  • Fix peer dependency resolution dead lock #​8570. This change might change some of the keys in the snapshots field inside pnpm-lock.yaml but it should happen very rarely.

  • pnpm outdated command supports now a --sort-by=name option for sorting outdated dependencies by package name #​8523.

  • Added the ability for overrides to remove dependencies by specifying "-" as the field value #​8572. For example, to remove lodash from the dependencies, use this configuration in package.json:

    {
      "pnpm": {
        "overrides": {
          "lodash": "-"
        }
      }
    }
Patch Changes
  • Fixed an issue where pnpm list --json pkg showed "private": false for a private package #​8519.
  • Packages with libc that differ from pnpm.supportedArchitectures.libc are not downloaded #​7362.
  • Prevent ENOENT errors caused by running store prune in parallel #​8586.
  • Add issues alias to pnpm bugs #​8596.
Platinum Sponsors
Gold Sponsors

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 label Sep 2, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 6457ba5 to 47c9e8a Compare September 9, 2024 19:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 277dcd0 to de13f3b Compare September 16, 2024 01:26
Copy link

pkg-pr-new bot commented Sep 16, 2024

Open in Stackblitz

pnpm add https://pkg.pr.new/@vitejs/plugin-vue-jsx@439
pnpm add https://pkg.pr.new/@vitejs/plugin-vue@439

commit: 8bbd564

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4a2d84b to 3953afd Compare September 17, 2024 16:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 3043225 to ee7f904 Compare September 30, 2024 18:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 52123db to f2a9a57 Compare October 2, 2024 16:59
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Oct 2, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from a20612f to c6800ab Compare October 11, 2024 02:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 03933ec to 721166f Compare October 14, 2024 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants