Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

chore(deps): update all non-major dependencies #89

Merged
merged 1 commit into from Jun 21, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 14, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/eslint-parser (source) 7.17.0 -> 7.18.2 age adoption passing confidence
@commitlint/cli (source) 17.0.0 -> 17.0.2 age adoption passing confidence
@commitlint/config-conventional (source) 17.0.0 -> 17.0.2 age adoption passing confidence
babel-jest 28.1.0 -> 28.1.1 age adoption passing confidence
core-js 3.22.4 -> 3.23.2 age adoption passing confidence
eslint (source) 8.15.0 -> 8.18.0 age adoption passing confidence
eslint-plugin-vue (source) 9.0.1 -> 9.1.1 age adoption passing confidence
jest (source) 28.1.0 -> 28.1.1 age adoption passing confidence
lint-staged 13.0.0 -> 13.0.2 age adoption passing confidence
prettier (source) 2.6.2 -> 2.7.1 age adoption passing confidence
ts-jest (source) 28.0.2 -> 28.0.5 age adoption passing confidence
webpack-dev-server 4.9.0 -> 4.9.2 age adoption passing confidence

Release Notes

babel/babel

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
conventional-changelog/commitlint (@​commitlint/cli)

v17.0.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.0.1

Compare Source

Bug Fixes
conventional-changelog/commitlint (@​commitlint/config-conventional)

v17.0.2

Compare Source

Bug Fixes
  • update dependency conventional-changelog-conventionalcommits to v5 (#​3201) (c20fd19)
facebook/jest

v28.1.1

Compare Source

Features
  • [jest] Expose Config type (#​12848)
  • [@jest/reporters] Improve GitHubActionsReporters annotation format (#​12826)
  • [@jest/types] Infer argument types passed to test and describe callback functions from each tables (#​12885, #​12905)
Fixes
  • [@jest/expect-utils] Fix deep equality of ImmutableJS OrderedMaps (#​12763)
  • [jest-docblock] Handle multiline comments in parseWithComments (#​12845)
  • [jest-mock] Improve spyOn error messages (#​12901)
  • [jest-runtime] Correctly report V8 coverage with resetModules: true (#​12912)
  • [jest-worker] Make JestWorkerFarm helper type to include methods of worker module that take more than one argument (#​12839)
Chore & Maintenance
  • [docs] Updated docs to indicate that jest-environment-jsdom is a separate package #​12828
  • [docs] Document the comments used by coverage providers #​12835
  • [docs] Use docusaurus-remark-plugin-tab-blocks to format tabs with code examples (#​12859)
  • [jest-haste-map] Bump walker version (#​12324)
zloirock/core-js

v3.23.2

Compare Source

  • Avoided creation of extra properties for the handling of %TypedArray% constructors in new methods, #​1092 (comment)
  • Added Deno 1.23 compat data mapping

v3.23.1

Compare Source

  • Fixed possible error on multiple core-js copies, #​1091
  • Added v flag to RegExp.prototype.flags implementation in case if current V8 bugs will not be fixed before this flag implementation

v3.23.0

Compare Source

  • Array find from last moved to the stable ES, according to June 2022 TC39 meeting:
    • Array.prototype.findLast
    • Array.prototype.findLastIndex
    • %TypedArray%.prototype.findLast
    • %TypedArray%.prototype.findLastIndex
  • Methods from the Array grouping proposal renamed, according to June 2022 TC39 meeting:
    • Array.prototype.groupBy -> Array.prototype.group
    • Array.prototype.groupByToMap -> Array.prototype.groupToMap
  • Changed the order of operations in %TypedArray%.prototype.with following proposal-change-array-by-copy/86, according to June 2022 TC39 meeting
  • Decorator Metadata proposal extracted from Decorators proposal as a separate stage 2 proposal, according to March 2022 TC39 meeting, Symbol.metadataKey replaces Symbol.metadata
  • Added Array.prototype.push polyfill with some fixes for modern engines
  • Added Array.prototype.unshift polyfill with some fixes for modern engines
  • Fixed a bug in the order of getting flags in RegExp.prototype.flags in the actual version of V8
  • Fixed property descriptors of some Math and Number constants
  • Added a workaround of V8 ArrayBufferDetaching protector cell invalidation and performance degradation on structuredClone feature detection, one more case of #​679
  • Added detection of NodeJS bug in structuredClone that can not clone DOMException (just in case for future versions that will fix other issues)
  • Compat data:
    • Added NodeJS 18.3 compat data mapping
    • Added and fixed Deno 1.22 and 1.21 compat data mapping
    • Added Opera Android 69 compat data mapping
    • Updated Electron 20.0 compat data mapping

v3.22.8

Compare Source

  • Fixed possible multiple call of ToBigInt / ToNumber conversion of the argument passed to %TypedArray%.prototype.fill in V8 ~ Chrome < 59, Safari < 14.1, FF < 55, Edge <=18
  • Fixed some cases of DeletePropertyOrThrow in IE9-
  • Fixed the kind of error (TypeError instead of Error) on incorrect exec result in RegExp.prototype.test polyfill
  • Fixed dependencies of { actual, full, features }/typed-array/at entries
  • Added Electron 20.0 compat data mapping
  • Added iOS Safari 15.5 compat data mapping
  • Refactoring

v3.22.7

Compare Source

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

v3.22.6

Compare Source

  • Fixed possible double call of ToNumber conversion on arguments of Math.{ fround, trunc } polyfills
  • Array.prototype.includes marked as fixed in FF102

v3.22.5

Compare Source

  • Ensured that polyfilled constructors .prototype is non-writable
  • Ensured that polyfilled methods .prototype is not defined
  • Added detection and fix of a V8 ~ Chrome <103 bug of struturedClone that returns null if cloned object contains multiple references to one error
eslint/eslint

v8.18.0

Compare Source

Features

  • a6273b8 feat: account for rule creation time in performance reports (#​15982) (Nitin Kumar)

Bug Fixes

  • f364d47 fix: Make no-unused-vars treat for..of loops same as for..in loops (#​15868) (Alex Bass)

Documentation

Build Related

Chores

v8.17.0

Compare Source

Features

  • 55319e1 feat: fix indent bug with semicolon-first style (#​15951) (Milos Djermanovic)
  • f6d7920 feat: add allowNamedExports option to no-use-before-define (#​15953) (Milos Djermanovic)

Bug Fixes

Documentation

Chores

v8.16.0

Compare Source

Features

  • cab0c22 feat: add Unicode flag suggestion in no-misleading-character-class (#​15867) (Milos Djermanovic)
  • 38ae956 feat: check Unicode code point escapes in no-control-regex (#​15862) (Milos Djermanovic)
  • ee69cd3 feat: Update global variables (#​15871) (SΓ©bastien RΓ¨gne)

Bug Fixes

Documentation

Chores

vuejs/eslint-plugin-vue

v9.1.1

Compare Source

πŸ› Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.1.0...v9.1.1

v9.1.0

Compare Source

πŸ› Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.0.1...v9.1.0

okonet/lint-staged

v13.0.2

Compare Source

Bug Fixes
  • use new --diff and --diff-filter options when checking task modifications (1a5a66a)

v13.0.1

Compare Source

Bug Fixes
  • correct spelling of "0 files" (f27f1d4)
  • suppress error from process.kill when killing tasks on failure (f2c6bdd)
  • deps: update pidtree@^0.6.0 to fix screen size error in WSL (1a77e42)
  • ignore "No matching pid found" error (cb8a432)
  • prevent possible race condition when killing tasks on failure (bc92aff)
Performance Improvements
  • use EventsEmitter instead of setInterval for killing tasks on failure (c508b46)
prettier/prettier

v2.7.1

Compare Source

diff

Keep useful empty lines in description (#​13013 by @​chimurai)

v2.7.0

Compare Source

"""
First line
Second Line
"""
type Person {
name: String
}

kulshekhar/ts-jest

v28.0.5

Compare Source

Bug Fixes

v28.0.4

Compare Source

Bug Fixes

v28.0.3

Compare Source

Bug Fixes
webpack/webpack-dev-server

v4.9.2

Compare Source

v4.9.1

Compare Source


Configuration

πŸ“… Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

β™» Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/all-minor-patch branch from fca6e68 to d367904 Compare May 14, 2022 10:39
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies May 14, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6b1103b to aadfc7d Compare May 21, 2022 00:14
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies May 21, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from cde6502 to b5f4a4b Compare May 25, 2022 09:43
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies May 25, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a4d5406 to ecb7bd9 Compare June 1, 2022 12:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 08b6f46 to cd249c1 Compare June 8, 2022 18:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bc5def9 to a1d75bc Compare June 11, 2022 05:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 1eb1ed8 to 55d3097 Compare June 17, 2022 21:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 55d3097 to 63bedd8 Compare June 20, 2022 21:31
@emmanuelgautier emmanuelgautier merged commit 2f8cb31 into master Jun 21, 2022
@emmanuelgautier emmanuelgautier deleted the renovate/all-minor-patch branch June 21, 2022 22:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant