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

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2024

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
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.9 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
pnpm (source) 9.7.0 -> 9.7.1 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.10 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 Fix

v7.24.9

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal

v7.24.8

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
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: debug-js/debug@4.3.5...4.3.6

sindresorhus/execa (execa)

v9.3.0

Compare Source

Features

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

v15.2.9

Compare Source

Patch Changes
  • #​1463 b69ce2d Thanks @​iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning MaxListenersExceededWarning: Possible EventEmitter memory leak detected.

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

pnpm/pnpm (pnpm)

v9.7.1

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.10

Compare Source

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 renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 2b97005 to e88d0fa Compare June 29, 2024 08:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 97f62c5 to d543244 Compare July 7, 2024 17:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 795ca1d to 886f55c Compare July 11, 2024 16:48
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jul 11, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 035f345 to ff16a6b Compare July 17, 2024 09:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 675ba68 to 3ea0a3e Compare July 22, 2024 00:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from b223bd6 to cd11cac Compare August 5, 2024 22:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 859e339 to 4749649 Compare August 13, 2024 08:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 934bef4 to d348cbd Compare August 14, 2024 17:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d348cbd to e74d091 Compare August 14, 2024 18:17
@sxzz sxzz merged commit e3a7fec into main Aug 14, 2024
7 checks passed
@sxzz sxzz deleted the renovate/all-minor-patch branch August 14, 2024 18:19
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.

1 participant