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

Merged
merged 1 commit into from May 30, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 30, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.18.0 -> ^7.18.2 age adoption passing confidence
@babel/parser (source) ^7.18.0 -> ^7.18.4 age adoption passing confidence
@babel/plugin-proposal-pipeline-operator (source) ^7.17.12 -> ^7.18.2 age adoption passing confidence
@babel/plugin-transform-typescript (source) ^7.18.1 -> ^7.18.4 age adoption passing confidence
@babel/runtime (source) ^7.18.0 -> ^7.18.3 age adoption passing confidence
@babel/standalone (source) ^7.18.1 -> ^7.18.4 age adoption passing confidence
@babel/types (source) ^7.18.0 -> ^7.18.4 age adoption passing confidence
@babel/types (source) ^7.17.10 -> ^7.18.4 age adoption passing confidence
@microsoft/api-extractor (source) ^7.24.1 -> ^7.24.2 age adoption passing confidence
@sveltejs/vite-plugin-svelte ^1.0.0-next.44 -> ^1.0.0-next.46 age adoption passing confidence
@types/react-dom ^18.0.4 -> ^18.0.5 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.25.0 -> ^5.27.0 age adoption passing confidence
@typescript-eslint/parser ^5.25.0 -> ^5.27.0 age adoption passing confidence
@vue/compiler-dom ^3.2.35 -> ^3.2.36 age adoption passing confidence
core-js ^3.22.6 -> ^3.22.7 age adoption passing confidence
launch-editor-middleware ^2.3.0 -> ^2.4.0 age adoption passing confidence
lint-staged ^12.4.1 -> ^12.4.3 age adoption passing confidence
lit (source) ^2.2.4 -> ^2.2.5 age adoption passing confidence
pnpm (source) 7.1.3 -> 7.1.7 age adoption passing confidence
pnpm (source) ^7.1.3 -> ^7.1.7 age adoption passing confidence
rollup-plugin-license ^2.7.0 -> ^2.8.0 age adoption passing confidence
simple-git-hooks ^2.7.0 -> ^2.8.0 age adoption passing confidence
stylus ^0.57.0 -> ^0.58.0 age adoption passing confidence
terser (source) ^5.13.1 -> ^5.14.0 age adoption passing confidence
ts-node (source) ^10.7.0 -> ^10.8.0 age adoption passing confidence
tsconfck ^2.0.0 -> ^2.0.1 age adoption passing confidence
vitest ^0.12.9 -> ^0.13.0 age adoption passing confidence
vue ^3.2.35 -> ^3.2.36 age adoption passing confidence
vue-tsc ^0.34.15 -> ^0.35.2 age adoption passing confidence
ws ^8.6.0 -> ^8.7.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.18.2

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-template-literals
  • babel-helpers
  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helper-environment-visitor, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-traverse, babel-types
📝 Documentation
🏠 Internal
babel/babel (@​babel/parser)

v7.18.4

Compare Source

v7.18.4 (2022-05-29)

👓 Spec Compliance
🐛 Bug Fix
🏠 Internal
  • babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-modules-systemjs
Committers: 3

v7.18.3

Compare Source

v7.18.3 (2022-05-25)

Thanks @​jlowcs and @​TysonMN for your first PRs!

🐛 Bug Fix
  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
Committers: 2
sveltejs/vite-plugin-svelte

v1.0.0-next.46

Compare Source

Patch Changes
  • Bump svelte-hmr version (#​349)

v1.0.0-next.45

Compare Source

Patch Changes
  • Handle inspector autocomplete keydown event (#​338)
  • Remove user-specified values for essential compilerOptions generate, format, cssHash and filename and log a warning (#​346)
  • fix inspector not initializing correctly for sveltekit on windows (see #​342) (#​344)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.27.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-type-alias] handle Template Literal Types (#​5092) (8febf11)
Features
  • [4.7] support new extensions (#​5027) (efc147b)
  • eslint-plugin: [ban-ts-comment] add descriptionFormat option (#​5026) (1fb31a4)
  • eslint-plugin: [no-misused-promises] warn when spreading promises (#​5053) (61ffa9e)
  • eslint-plugin: [space-infix-ops] missing error report for conditional types (#​5041) (0bfab6c)

v5.26.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-delimiter-style] autofixer result is not as expected when comments after the delimiter with option delimiter: 'none' (#​5029) (ed7b5f6)
  • eslint-plugin: [member-delimiter-style] autofixer result is not as expected with option delimiter: 'none' (#​5023) (9e97a11)
  • eslint-plugin: [prefer-readonly] correct issue with anonymus functions (#​4974) (952e2f0), closes #​2590
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.27.0

Compare Source

Bug Fixes
  • types: remove leftovers from removal of useJSXTextNode (#​5091) (f9c3647)
Features

v5.26.0

Compare Source

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

vuejs/core

v3.2.36

Compare Source

Bug Fixes
Performance Improvements
zloirock/core-js

v3.22.7

Compare Source

  • Added a workaround for V8 ~ Chrome 53 bug with non-writable prototype of some methods, #​1083
yyx990803/launch-editor

v2.4.0

Compare Source

okonet/lint-staged

v12.4.3

Compare Source

Bug Fixes
  • deps: downgrade yaml@1.10.2 to support Node.js 12 (383a96e)
  • deps: update commander@^9.2.0 (22ebf52)
  • deps: update yaml@^2.0.1 (ec73af0)

v12.4.2

Compare Source

Bug Fixes
  • correctly handle --max-arg-length cli option (1db5f26)
lit/lit

v2.2.5

Compare Source

Patch Changes
  • #​2952 a78cc3b7 - Fix SSR hydration bug relating to and other void elements having attribute bindings.
pnpm/pnpm

v7.1.7

Compare Source

Patch Changes

  • Improve the performance of the build sequence calculation step #​4815.
  • Correctly detect repeated dependency sequence during resolution #​4813.

Our Sponsors

#### What's Changed * fix: `pnpm add @​teambit/bit` should succeed by @​zkochan in https://github.com/pnpm/pnpm/pull/4813 * perf: build-modules by @​zkochan in https://github.com/pnpm/pnpm/pull/4815

Full Changelog: pnpm/pnpm@v7.1.6...v7.1.7

v7.1.6

Compare Source

Patch Changes

  • Don't fail on projects with linked dependencies, when auto-install-peers is set to true #​4796.
  • NODE_ENV=production pnpm install --dev should only install dev deps #​4745.

Our Sponsors

#### What's Changed * fix: only devDependencies are installed regardless of the node env by @​Spencer17x in https://github.com/pnpm/pnpm/pull/4805 * fix(auto-install-peers): don't fail on projects with linked deps by @​zkochan in https://github.com/pnpm/pnpm/pull/4807

Full Changelog: pnpm/pnpm@v7.1.5...v7.1.6

v7.1.5

Compare Source

Patch Changes
  • Correctly detect the active Node.js version, when the pnpm CLI is bundled to an executable #​4203.
Our Sponsors

Full Changelog: pnpm/pnpm@v7.1.4...v7.1.5

v7.1.4

Compare Source

Patch Changes
  • Correctly detect the active Node.js version, when the pnpm CLI is bundled to an executable #​4203.
Our Sponsors
##### What's Changed * fix: correctly detect the active Node.js version by @​zkochan in https://github.com/pnpm/pnpm/pull/4780

Full Changelog: pnpm/pnpm@v7.1.3...v7.1.4

mjeanroy/rollup-plugin-license

v2.8.0

Compare Source

toplenboren/simple-git-hooks

v2.8.0

Compare Source

What's Changed


Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 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, click this checkbox.

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 May 30, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0799200 to 9d99009 Compare May 30, 2022 14:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d99009 to acc930f Compare May 30, 2022 18:13
@patak-dev patak-dev merged commit 842f995 into main May 30, 2022
@patak-dev patak-dev deleted the renovate/all-minor-patch branch May 30, 2022 20:30
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