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

Merged
merged 1 commit into from Nov 28, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.20.2 -> ^7.20.5 age adoption passing confidence
@babel/parser (source) ^7.20.3 -> ^7.20.5 age adoption passing confidence
@babel/runtime (source) ^7.20.1 -> ^7.20.6 age adoption passing confidence
@babel/standalone (source) ^7.20.4 -> ^7.20.6 age adoption passing confidence
@babel/types (source) ^7.20.2 -> ^7.20.5 age adoption passing confidence
@rollup/plugin-commonjs (source) ^23.0.2 -> ^23.0.3 age adoption passing confidence
@rollup/plugin-json (source) ^5.0.1 -> ^5.0.2 age adoption passing confidence
@sveltejs/vite-plugin-svelte ^1.2.0 -> ^1.3.1 age adoption passing confidence
@types/lodash (source) ^4.14.189 -> ^4.14.190 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.43.0 -> ^5.44.0 age adoption passing confidence
@typescript-eslint/parser ^5.43.0 -> ^5.44.0 age adoption passing confidence
eslint-plugin-regexp ^1.10.0 -> ^1.11.0 age adoption passing confidence
lint-staged ^13.0.3 -> ^13.0.4 age adoption passing confidence
pinia ^2.0.24 -> ^2.0.27 age adoption passing confidence
playwright-chromium (source) ^1.28.0 -> ^1.28.1 age adoption passing confidence
pnpm (source) 7.17.0 -> 7.17.1 age adoption passing confidence
pnpm (source) ^7.17.0 -> ^7.17.1 age adoption passing confidence
prettier (source) 2.7.1 -> 2.8.0 age adoption passing confidence
terser (source) ^5.15.1 -> ^5.16.0 age adoption passing confidence
vitest ^0.25.2 -> ^0.25.3 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.20.5

Compare Source

👓 Spec Compliance
  • babel-helpers, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-traverse
  • babel-cli, babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-transform-classes, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-private-property-in-object, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
🐛 Bug Fix
  • babel-parser
  • babel-helper-wrap-function, babel-preset-env, babel-traverse
  • babel-plugin-transform-arrow-functions, babel-plugin-transform-parameters, babel-traverse
  • babel-helpers, babel-node, babel-plugin-proposal-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helper-create-regexp-features-plugin
  • babel-parser, babel-types
  • babel-generator
  • babel-plugin-transform-block-scoping, babel-traverse
💅 Polish
🏠 Internal
babel/babel (@​babel/parser)

v7.20.5

Compare Source

v7.20.5 (2022-11-28)

Thanks @​davydof and @​SuperSodaSea for your first PRs!

👓 Spec Compliance
  • babel-helpers, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-traverse
  • babel-cli, babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-transform-classes, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-private-property-in-object, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
🐛 Bug Fix
  • babel-parser
  • babel-helper-wrap-function, babel-preset-env, babel-traverse
  • babel-plugin-transform-arrow-functions, babel-plugin-transform-parameters, babel-traverse
  • babel-helpers, babel-node, babel-plugin-proposal-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helper-create-regexp-features-plugin
  • babel-parser, babel-types
  • babel-generator
  • babel-plugin-transform-block-scoping, babel-traverse
💅 Polish
🏠 Internal
Committers: 6
rollup/plugins (@​rollup/plugin-commonjs)

v23.0.3

Compare Source

2022-11-27

Bugfixes
  • fix: correctly wrap a default class export from cjs module #​1350
rollup/plugins (@​rollup/plugin-json)

v5.0.2

Compare Source

2022-11-27

Updates
  • docs: correct minimatch to picomatch #​1332
sveltejs/vite-plugin-svelte

v1.3.1

Compare Source

Patch Changes
  • improve robustness of compile stats taking (#​507)

v1.3.0

Compare Source

Minor Changes
  • enable prebundleSvelteLibraries during dev by default to improve page loading for the dev server. (#​494)

    see the FAQ for more information about prebundleSvelteLibraries and how to tune it.

  • Enable resolving via "svelte" exports condition (#​502)

  • add compile time stats logging (#​503)

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

v5.44.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-empty-interface] disable autofix for declaration merging with class (#​5920) (a4f85b8)
  • eslint-plugin: [no-unnecessary-condition] handle index signature type (#​5912) (5baad08)
  • eslint-plugin: [prefer-optional-chain] handle binary expressions in negated or (#​5992) (2778ff0)
  • typescript-estree: don't consider a cached program unless it's specified in the current parserOptions.project config (#​5999) (530e0e6)
Features
  • eslint-plugin: [adjacent-overload-signatures] check BlockStatement nodes (#​5998) (97d3e56)
  • eslint-plugin: [keyword-spacing] Support spacing in import-type syntax (#​5977) (6a735e1)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.44.0

Compare Source

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

ota-meshi/eslint-plugin-regexp

v1.11.0

Compare Source

✨ Enhancements

🐛 Bug Fixes

Full Changelog: ota-meshi/eslint-plugin-regexp@v1.10.0...v1.11.0

okonet/lint-staged

v13.0.4

Compare Source

Bug Fixes
  • deps: update all dependencies (336f3b5)
  • deps: update all dependencies (ec995e5)
vuejs/pinia

v2.0.27

Compare Source

Please refer to CHANGELOG.md for details.

v2.0.26

Compare Source

Please refer to CHANGELOG.md for details.

v2.0.25

Compare Source

Please refer to CHANGELOG.md for details.

Microsoft/playwright

v1.28.1

Compare Source

Highlights

This patch release includes the following bug fixes:

https://github.com/microsoft/playwright/issues/18928 - [BUG] Electron firstWindow times out after upgrading to 1.28.0https://github.com/microsoft/playwright/issues/189200 - [BUG] [expanded=false] in role selector returns elements without aria-expanded attribuhttps://github.com/microsoft/playwright/issues/18865865 - [BUG] regression in killing web server process in 1.28.0

Browser Versions

  • Chromium 108.0.5359.29
  • Mozilla Firefox 106.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 107
  • Microsoft Edge 107
pnpm/pnpm

v7.17.1

Compare Source

Patch Changes
  • pnpm set-script and pnpm pkg are passed through to npm #​5683.
  • pnpm publish <tarball path> should exit with non-0 exit code when publish fails #​5396.
  • readPackage hooks should not modify the package.json files in a workspace #​5670.
  • Comments in package.json5 are preserver #​2008.
  • pnpm setup should create PNPM_HOME as a non-expandable env variable on Windows #​4658.
  • Fix the CLI help of the pnpm licenses command.
Our Gold Sponsors
Our Silver Sponsors
prettier/prettier

v2.8.0

Compare Source

diff

🔗 Release Notes

terser/terser

v5.16.0

Compare Source

  • Disallow private fields in object bodies (#​1011)
  • Parse #privatefield in object (#​1279)
  • Compress #privatefield in object
vitest-dev/vitest

v0.25.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "before 3am 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 Nov 28, 2022
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 28, 2022
@patak-dev patak-dev merged commit 073a4bf into main Nov 28, 2022
@patak-dev patak-dev deleted the renovate/all-minor-patch branch November 28, 2022 12:12
futurGH pushed a commit to futurGH/vite that referenced this pull request Feb 26, 2023
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

1 participant