vite-plugin-vue icon indicating copy to clipboard operation
vite-plugin-vue copied to clipboard

fix(deps): update all non-major dependencies

Open renovate[bot] opened this issue 1 year ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.24.7 -> ^7.25.2 age adoption passing confidence
@babel/plugin-transform-typescript (source) ^7.24.7 -> ^7.25.2 age adoption passing confidence
@babel/types (source) ^7.24.7 -> ^7.25.2 age adoption passing confidence
@types/node (source) ^20.14.2 -> ^20.14.15 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.0.0 -> ^8.0.1 age adoption passing confidence
@typescript-eslint/parser (source) ^8.0.0 -> ^8.0.1 age adoption passing confidence
autoprefixer ^10.4.19 -> ^10.4.20 age adoption passing confidence
debug ^4.3.5 -> ^4.3.6 age adoption passing confidence
execa ^9.2.0 -> ^9.3.0 age adoption passing confidence
lint-staged ^15.2.7 -> ^15.2.8 age adoption passing confidence
npm-run-all2 ^6.2.0 -> ^6.2.2 age adoption passing confidence
pinia ^2.1.7 -> ^2.2.1 age adoption passing confidence
playwright-chromium (source) ^1.44.1 -> ^1.46.0 age adoption passing confidence
postcss-nested ^6.0.1 -> ^6.2.0 age adoption passing confidence
sass ^1.77.5 -> ^1.77.8 age adoption passing confidence
tailwindcss (source) ^3.4.4 -> ^3.4.9 age adoption passing confidence
tsx (source) ^4.15.5 -> ^4.17.0 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.5.4 age adoption passing confidence
vitest (source) ^2.0.0 -> ^2.0.5 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.25.2

Compare Source

:bug: Bug Fix

v7.24.9

Compare Source

:bug: Bug Fix
:nail_care: Polish
:house: Internal

v7.24.8

Compare Source

:eyeglasses: Spec Compliance
:bug: Bug Fix
:nail_care: Polish
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.0.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unused-vars] ignore imports used only as types
❤️ Thank You
  • Jake Bailey

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.0.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

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

v4.3.6

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/debug-js/debug/compare/4.3.5...4.3.6

sindresorhus/execa (execa)

v9.3.0

Compare Source

Features

  • The verbose option can now be a function to customize logging. (#​1130)
lint-staged/lint-staged (lint-staged)

v15.2.8

Compare Source

Patch Changes
  • f0480f0 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.

    The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.

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

v6.2.2

Compare Source

Commits
  • Revert "Compatibility: npm, yarn and pnpm run scripts" fc35f0d

v6.2.1

Compare Source

Merged
  • Compatibility: npm, yarn and pnpm run scripts #143
  • Use neostandard + add more static code analysis #142
  • Upgrade: Bump c8 from 9.1.0 to 10.0.0 #141
  • Upgrade: Bump p-queue from 7.4.1 to 8.0.1 #138
vuejs/pinia (pinia)

v2.2.1

Compare Source

Please refer to CHANGELOG.md for details.

v2.2.0

Compare Source

Please refer to CHANGELOG.md for details.

microsoft/playwright (playwright-chromium)

v1.46.0

Compare Source

v1.45.3

Compare Source

v1.45.2

Compare Source

v1.45.1

Compare Source

v1.45.0

Compare Source

postcss/postcss-nested (postcss-nested)

v6.2.0

Compare Source

  • Added @starting-style to bubbling at-rules.
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.

v1.77.6

Compare Source

  • Fix a few cases where comments and occasionally even whitespace wasn't allowed between the end of Sass statements and the following semicolon.
tailwindlabs/tailwindcss (tailwindcss)

v3.4.9

Compare Source

Fixed
  • No longer warns when broad glob patterns are detecting vendor folders

v3.4.8

Compare Source

v3.4.7

Compare Source

v3.4.6

Compare Source

Fixed
  • Fix detection of some utilities in Slim/Pug templates (#​14006)
Changed
  • Loosen :is() wrapping rules when using an important selector (#​13900)

v3.4.5

Compare Source

privatenumber/tsx (tsx)

v4.17.0

Compare Source

v4.16.5

Compare Source

Bug Fixes
  • resolver: directory import nested ".." (2fada74)

This release is also available on:

v4.16.4

Compare Source

Bug Fixes

This release is also available on:

v4.16.3

Compare Source

v4.16.2

Compare Source

v4.16.1

Compare Source

Bug Fixes
  • cjs: isolate implicit resolver enhancement (#​59) (143a5bd)
  • cjs: namespace filter to preserve file path (6ef949c)
  • esm: implicit resolution with tsconfig paths (a74aa58), closes #​607

This release is also available on:

v4.16.0

Compare Source

v4.15.9

Compare Source

v4.15.8

Compare Source

v4.15.7

Compare Source

Bug Fixes

This release is also available on:

v4.15.6

Compare Source

Bug Fixes
  • minimum Node version in warning for module.register() (#​592) (cb27d4d)

This release is also available on:

Microsoft/TypeScript (typescript)

v5.5.4

Compare Source

v5.5.3

Compare Source

v5.5.2

Compare Source


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[bot] avatar Jun 24 '24 01:06 renovate[bot]