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

Merged
merged 1 commit into from Dec 4, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) ^7.23.3 -> ^7.23.5 age adoption passing confidence dependencies patch
@babel/parser (source) ^7.23.4 -> ^7.23.5 age adoption passing confidence devDependencies patch
@babel/preset-env (source) ^7.23.3 -> ^7.23.5 age adoption passing confidence dependencies patch
@babel/runtime (source) ^7.23.4 -> ^7.23.5 age adoption passing confidence dependencies patch
@babel/types (source) ^7.23.4 -> ^7.23.5 age adoption passing confidence devDependencies patch
@rollup/plugin-dynamic-import-vars (source) ^2.1.1 -> ^2.1.2 age adoption passing confidence devDependencies patch
@rollup/pluginutils (source) ^5.0.5 -> ^5.1.0 age adoption passing confidence devDependencies minor
@types/node (source) ^20.10.0 -> ^20.10.3 age adoption passing confidence devDependencies patch
@types/react (source) ^18.2.38 -> ^18.2.41 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) ^6.12.0 -> ^6.13.1 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^6.12.0 -> ^6.13.1 age adoption passing confidence devDependencies minor
@vitejs/plugin-vue (source) ^4.5.0 -> ^4.5.1 age adoption passing confidence devDependencies patch
browserslist ^4.22.1 -> ^4.22.2 age adoption passing confidence dependencies patch
eslint (source) ^8.54.0 -> ^8.55.0 age adoption passing confidence devDependencies minor
eslint-plugin-react-refresh ^0.4.4 -> ^0.4.5 age adoption passing confidence devDependencies patch
eslint-plugin-regexp ^2.1.1 -> ^2.1.2 age adoption passing confidence devDependencies patch
fs-extra ^11.1.1 -> ^11.2.0 age adoption passing confidence devDependencies minor
lint-staged ^15.1.0 -> ^15.2.0 age adoption passing confidence devDependencies minor
miniflare (source) ^3.20231030.1 -> ^3.20231030.2 age adoption passing confidence devDependencies patch
playwright-chromium (source) ^1.40.0 -> ^1.40.1 age adoption passing confidence devDependencies patch
postcss (source) ^8.4.31 -> ^8.4.32 age adoption passing confidence dependencies patch
solid-js (source) ^1.8.6 -> ^1.8.7 age adoption passing confidence dependencies patch
svelte (source) ^4.2.7 -> ^4.2.8 age adoption passing confidence devDependencies patch
tj-actions/changed-files v40.1.1 -> v40.2.1 age adoption passing confidence action minor
tsx ^4.6.1 -> ^4.6.2 age adoption passing confidence devDependencies patch
vite (source) ^5.0.2 -> ^5.0.4 age adoption passing confidence devDependencies patch
vue-tsc (source) ^1.8.22 -> ^1.8.24 age adoption passing confidence devDependencies patch

Release Notes

babel/babel (@​babel/core)

v7.23.5

Compare Source

👓 Spec Compliance
  • babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators
🚀 New Feature
🐛 Bug Fix
  • babel-traverse, babel-types
  • babel-plugin-transform-classes
  • babel-generator
  • babel-helpers
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties, babel-plugin-transform-typescript
  • babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-parameters, babel-plugin-transform-typescript, babel-traverse
🔬 Output optimization
babel/babel (@​babel/parser)

v7.23.5

Compare Source

v7.23.5 (2023-11-29)

👓 Spec Compliance
  • babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators
🐛 Bug Fix
  • babel-traverse, babel-types
  • babel-plugin-transform-classes
  • babel-generator
  • babel-helpers
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties, babel-plugin-transform-typescript
  • babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-parameters, babel-plugin-transform-typescript, babel-traverse
  • babel-eslint-plugin
🔬 Output optimization
Committers: 4
rollup/plugins (@​rollup/plugin-dynamic-import-vars)

v2.1.2

2023-11-28

Bugfixes
  • fix: Allow a "no files found" error to be emitted as warning (#​1625)
rollup/plugins (@​rollup/pluginutils)

v5.1.0

2023-11-28

Features
  • feat: add includeArbitraryNames: true to dataToEsm (#​1635)
Updates
  • doc: correct the return type of createFilter (#​1633)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.13.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

v6.13.0

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

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

v6.13.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.13.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

browserslist/browserslist (browserslist)

v4.22.2

Compare Source

eslint/eslint (eslint)

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)

v0.4.5

Compare Source

  • Allow TaggedTemplateExpression for styled components (fixes #​32)
ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)

v2.1.2

Compare Source

Patch Changes
  • Fixed false positives for hasIndices in regexp/no-unused-capturing-group (#​676)
jprichardson/node-fs-extra (fs-extra)

v11.2.0

Compare Source

  • Copy directory contents in parallel for better performance (#​1026)
  • Refactor internal code to use async/await (#​1020)
okonet/lint-staged (lint-staged)

v15.2.0

Compare Source

Minor Changes
  • #​1371 f3378be Thanks @​iiroj! - Using the --no-stash flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag --no-hide-partially-staged that is automatically enabled when --no-stash is used.
Patch Changes
  • #​1362 17bc480 Thanks @​antonk52! - update lilconfig@3.0.0

  • #​1368 7c55ca9 Thanks @​iiroj! - Update most dependencies

  • #​1368 777d4e9 Thanks @​iiroj! - To improve performance, only use lilconfig when searching for config files outside the git repo. In the regular case, lint-staged finds the config files from the Git index and loads them directly.

  • #​1373 85eb0dd Thanks @​iiroj! - When determining git directory, use fs.realpath() only for symlinks. It looks like fs.realpath() changes some Windows mapped network filepaths unexpectedly, causing issues.

cloudflare/workers-sdk (miniflare)

v3.20231030.2

Compare Source

Patch Changes
  • #​4505 1b348782 Thanks @​mrbbot! - fix: remove __STATIC_CONTENT_MANIFEST from module worker env

    When using Workers Sites with a module worker, the asset manifest must be imported from the __STATIC_CONTENT_MANIFEST virtual module. Miniflare provided this module, but also erroneously added __STATIC_CONTENT_MANIFEST to the env object too. Whilst this didn't break anything locally, it could cause users to develop Workers that ran locally, but not when deployed. This change ensures env doesn't contain __STATIC_CONTENT_MANIFEST.

microsoft/playwright (playwright-chromium)

v1.40.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/28319 - [REGRESSION]: Version 1.40.0 Produces corrupted traceshttps://github.com/microsoft/playwright/issues/283711 - [BUG] The color of the 'ok' text did not change to green in the vs code test results sectiohttps://github.com/microsoft/playwright/issues/2832121 - [BUG] Ambiguous test outcome and status for serial mohttps://github.com/microsoft/playwright/issues/28362362 - [BUG] Merging blobs ends up in Error: Cannot create a string longer than 0x1fffffe8 characthttps://github.com/microsoft/playwright/pull/282398239 - fix: collect all errors in removeFolders

Browser Versions
  • Chromium 120.0.6099.28
  • Mozilla Firefox 119.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 119
  • Microsoft Edge 119
postcss/postcss (postcss)

v8.4.32

Compare Source

  • Fixed postcss().process() types (by Andrew Ferreira).
sveltejs/svelte (svelte)

v4.2.8

Compare Source

Patch Changes
  • fix: port over props that were set prior to initialization (#​9701)
tj-actions/changed-files (tj-actions/changed-files)

v40.2.1

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v40...v40.2.1

v40.2.0

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v40...v40.2.0

privatenumber/tsx (tsx)

v4.6.2

Compare Source

Bug Fixes

This release is also available on:

vitejs/vite (vite)

v5.0.4

Compare Source

v5.0.3

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 4, 2023
Copy link

stackblitz bot commented Dec 4, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@patak-dev patak-dev merged commit ad3adda into main Dec 4, 2023
11 checks passed
@patak-dev patak-dev deleted the renovate/all-minor-patch branch December 4, 2023 08:54
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.

None yet

2 participants