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

Merged
merged 1 commit into from Feb 9, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.16.12 -> ^7.17.2 age adoption passing confidence
@babel/parser (source) ^7.16.12 -> ^7.17.0 age adoption passing confidence
@babel/standalone (source) ^7.16.12 -> ^7.17.2 age adoption passing confidence
@babel/types (source) ^7.16.8 -> ^7.17.0 age adoption passing confidence
@types/estree ^0.0.50 -> ^0.0.51 age adoption passing confidence
@types/node ^16.11.21 -> ^16.11.22 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.10.2 -> ^5.11.0 age adoption passing confidence
@typescript-eslint/parser ^5.10.2 -> ^5.11.0 age adoption passing confidence
@vue/compiler-dom ^3.2.29 -> ^3.2.30 age adoption passing confidence
core-js ^3.20.3 -> ^3.21.0 age adoption passing confidence
eslint-define-config ^1.2.3 -> ^1.2.4 age adoption passing confidence
jest (source) ^27.4.7 -> ^27.5.1 age adoption passing confidence
lint-staged ^12.3.2 -> ^12.3.3 age adoption passing confidence
pnpm (source) 6.29.1 -> 6.30.0 age adoption passing confidence
postcss (source) ^8.4.5 -> ^8.4.6 age adoption passing confidence
vue ^3.2.29 -> ^3.2.30 age adoption passing confidence
ws ^8.4.2 -> ^8.5.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.17.2

Compare Source

🐛 Bug Fix

v7.17.0

Compare Source

🚀 New Feature
  • babel-cli, babel-core
  • babel-core, babel-parser, babel-traverse
  • babel-generator, babel-parser, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-pipeline-operator
  • babel-traverse
  • babel-generator, babel-parser, babel-plugin-syntax-destructuring-private, babel-standalone
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone, babel-types
  • babel-generator, babel-parser, babel-traverse, babel-types
  • babel-core, babel-helper-create-regexp-features-plugin, babel-plugin-proposal-unicode-sets-regex, babel-plugin-syntax-unicode-sets-regex, babel-plugin-transform-dotall-regex
  • babel-parser
  • babel-register
🐛 Bug Fix
📝 Documentation
🏠 Internal
🏃‍♀️ Performance
babel/babel (@​babel/parser)

v7.17.0

Compare Source

v7.17.0 (2022-02-02)

Thanks @​atti187 and @​phulin for your first PRs!

🚀 New Feature
  • babel-cli, babel-core
  • babel-core, babel-parser, babel-traverse
  • babel-generator, babel-parser, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-pipeline-operator
  • babel-traverse
  • babel-generator, babel-parser, babel-plugin-syntax-destructuring-private, babel-standalone
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone, babel-types
  • babel-generator, babel-parser, babel-traverse, babel-types
  • babel-core, babel-helper-create-regexp-features-plugin, babel-plugin-proposal-unicode-sets-regex, babel-plugin-syntax-unicode-sets-regex, babel-plugin-transform-dotall-regex
  • babel-parser
  • babel-register
🐛 Bug Fix
📝 Documentation
🏠 Internal
🏃‍♀️ Performance
Committers: 10
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-magic-numbers] fix invalid schema merging (#​4517) (b95f796)
  • eslint-plugin: [non-nullable-type-assertion-style] fix false positive when asserting to a generic type that might be nullish (#​4509) (4209362)
Features
  • eslint-plugin: [explicit-function-return-type] add allowedNames (#​4440) (936e252)

5.10.2 (2022-01-31)

Bug Fixes
  • eslint-plugin: [no-restricted-imports] allow relative type imports with patterns configured (#​4494) (4a6d217)

5.10.1 (2022-01-24)

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

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

v5.11.0

Compare Source

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

5.10.2 (2022-01-31)

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

5.10.1 (2022-01-24)

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

vuejs/core

v3.2.30

Compare Source

Features
  • ssr: support custom directive getSSRProps in optimized compilation (60cf175), closes #​5304
Performance Improvements
  • reactivity: optimize effect/effectScope active state tracking (2993a24)
zloirock/core-js

v3.21.0

Compare Source

  • Added Base64 utility methods:
    • atob
    • btoa
  • Added the proper validation of arguments to some methods from web standards
  • Forced replacement of all features from early-stage proposals for avoiding possible web compatibility issues in the future
  • Added Rhino 1.7.14 compat data
  • Added Deno 1.19 compat data mapping
  • Added Opera Android 66 and 67 compat data mapping
  • Added iOS Safari 15.3 and 15.4 compat data mapping
Shinigami92/eslint-define-config

v1.2.4

Compare Source

diff

  • Update rules for: [vue]
facebook/jest

v27.5.1

Compare Source

Features
  • [jest-config] Support comments in JSON config file (#​12316)
  • [pretty-format] Expose ConvertAnsi plugin (#​12308)
Fixes
  • [expect] Add type definitions for asymmetric closeTo matcher (#​12304)
  • [jest-cli] Load binary via exported API (#​12315)
  • [jest-config] Replace jsonlint with parse-json (#​12316)
  • [jest-repl] Make module importable (#​12311 & #​12315)
Chore & Maintenance
  • [*] Avoid anonymous default exports (#​12313)

v27.5.0

Compare Source

Features
  • [expect] Add asymmetric matcher expect.closeTo (#​12243)
  • [jest-mock] Added mockFn.mock.lastCall to retrieve last argument (#​12285)
Fixes
  • [expect] Add a fix for .toHaveProperty('') (#​12251)
  • [jest-each, @​jest/globals] Allow passing ReadonlyArray type of a table to describe.each and test.each (#​12297)
  • [@jest/globals] Add missing options argument to jest.doMock typing (#​12292)
  • [jest-environment-node] Add atob and btoa (#​12269)
  • [jest-matcher-utils] Correct diff for expected asymmetric matchers (#​12264)
  • [jest-message-util] Fix .getTopFrame() (and toMatchInlineSnapshot()) with mjs files (#​12277)
Chore & Maintenance
  • [*] Update graceful-fs to ^4.2.9 (#​11749)
Performance
  • [jest-resolve] perf: skip error creation on not found stat calls (#​11749)
okonet/lint-staged

v12.3.3

Compare Source

Bug Fixes
  • use config directory as cwd, when multiple configs present (#​1091) (9a14e92)
pnpm/pnpm

v6.30.0

Compare Source

Minor Changes
  • When checking that a package is linked from the store, check the existence of the package and read its stats with a single filesystem operation #​4304.

v6.29.2

Compare Source

Patch Changes
  • node_modules directories inside injected dependencies should not be overwritten #​4299.
postcss/postcss

v8.4.6

Compare Source

  • Prevented comment removing when it change meaning of CSS.
  • Fixed parsing space in last semicolon-less CSS Custom Properties.
  • Fixed comment cleaning in CSS Custom Properties with space.
  • Fixed throwing an error on .root access for plugin-less case.
websockets/ws

v8.5.0

Compare Source

Features

  • Added the ability to use a custom WebSocket class on the server (#​2007).

Bug fixes

  • When following redirects, the Authorization and Cookie headers are no
    longer sent if the redirect host is different from the original host (#​2013).

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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 7, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ef4d2af to 88328c6 Compare February 8, 2022 11:56
@patak-dev patak-dev merged commit e38be3e into main Feb 9, 2022
@patak-dev patak-dev deleted the renovate/all-minor-patch branch February 9, 2022 20:26
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