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

Merged
merged 1 commit into from Aug 29, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 29, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.18.10 -> ^7.18.13 age adoption passing confidence
@babel/parser (source) ^7.18.11 -> ^7.18.13 age adoption passing confidence
@babel/standalone (source) ^7.18.12 -> ^7.18.13 age adoption passing confidence
@babel/types (source) ^7.18.10 -> ^7.18.13 age adoption passing confidence
@microsoft/api-extractor (source) ^7.29.3 -> ^7.29.5 age adoption passing confidence
@rollup/plugin-typescript ^8.3.4 -> ^8.4.0 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.33.1 -> ^5.35.1 age adoption passing confidence
@typescript-eslint/parser ^5.33.1 -> ^5.35.1 age adoption passing confidence
cac ^6.7.12 -> ^6.7.14 age adoption passing confidence
core-js ^3.24.1 -> ^3.25.0 age adoption passing confidence
eslint (source) ^8.22.0 -> ^8.23.0 age adoption passing confidence
playwright-chromium (source) ^1.25.0 -> ^1.25.1 age adoption passing confidence
pnpm (source) 7.9.3 -> 7.9.5 age adoption passing confidence
pnpm (source) ^7.9.3 -> ^7.9.5 age adoption passing confidence
systemjs ^6.12.3 -> ^6.12.4 age adoption passing confidence
terser (source) ^5.14.2 -> ^5.15.0 age adoption passing confidence
vitepress ^1.0.0-alpha.10 -> ^1.0.0-alpha.12 age adoption passing confidence
vue-router ^4.1.4 -> ^4.1.5 age adoption passing confidence
vue-tsc ^0.40.1 -> ^0.40.4 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.18.13

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
babel/babel (@​babel/parser)

v7.18.13

Compare Source

v7.18.13 (2022-08-22)

Thanks @​djpohly for your first PR!

🐛 Bug Fix
💅 Polish
🏠 Internal
Committers: 5
rollup/plugins

v8.4.0

Compare Source

2022-08-23

Features
  • feat: allow override of forced noEmit and emitDeclarationOnly compiler options (#​1242)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.35.1

Compare Source

Bug Fixes
  • eslint-plugin: correct rule schemas to pass ajv validation (#​5531) (dbf8b56)

v5.35.0

Compare Source

Features
  • eslint-plugin: [explicit-member-accessibility] suggest adding explicit accessibility specifiers (#​5492) (0edb94a)

v5.34.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-useless-constructor] handle parameter decorator (#​5450) (864dbcf)
Features
  • eslint-plugin: [prefer-optional-chain] support suggesting !foo || !foo.bar as a valid match for the rule (#​5266) (aca935c)

5.33.1 (2022-08-15)

Bug Fixes
  • missing placeholders in violation messages for no-unnecessary-type-constraint and no-unsafe-argument (and enable eslint-plugin/recommended rules internally) (#​5453) (d023910)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.35.1

Compare Source

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

v5.35.0

Compare Source

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

v5.34.0

Compare Source

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

5.33.1 (2022-08-15)

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

egoist/cac

v6.7.14

Compare Source

Bug Fixes

v6.7.13

Compare Source

Bug Fixes
zloirock/core-js

v3.25.0

Compare Source

  • Added Object.prototype.__proto__ polyfill
    • It's optional, legacy, and in some cases (mainly because of developers' mistakes) can cause problems, but some libraries depend on it, and most code can't work without the proper libraries' ecosystem
    • Only for modern engines where this feature is missed (like Deno), it's not installed in IE10- since here we have no proper way setting of the prototype
    • Without fixes of early implementations where it's not an accessor since those fixes are impossible
    • Only for the global version
  • Considering document.all as an object in some missed cases, see ECMAScript Annex B 3.6
  • Avoiding unnecessary promise creation and validation result in %WrapForValid(Async)IteratorPrototype%.return, proposal-iterator-helpers/215
  • Fixed omitting the result of proxing .return in %IteratorHelperPrototype%.return, #​1116
  • Fixed the order creation of properties of iteration result object of some iterators (value should be created before done)
  • Fixed some cases of Safari < 13 bug - silent on non-writable array .length setting
  • Fixed ArrayBuffer.length in V8 ~ Chrome 27-
  • Relaxed condition of re-usage native WeakMap for internal states with multiple core-js copies
  • Availability cloning of FileList in the structuredClone polyfill extended to some more old engines versions
  • Some stylistic changes and minor fixes
  • Throwing a TypeError in core-js-compat / core-js-builder in case of passing invalid module names / filters for avoiding unexpected result, related to #​1115
  • Added missed NodeJS 13.2 to esmodules core-js-compat / core-js-builder target
  • Added Electron 21 compat data mapping
  • Added Oculus Browser 23.0 compat data mapping
eslint/eslint

v8.23.0

Compare Source

Features
  • 3e5839e feat: Enable eslint.config.js lookup from CLI (#​16235) (Nicholas C. Zakas)
  • 30b1a2d feat: add allowEmptyCase option to no-fallthrough rule (#​15887) (Amaresh S M)
  • 43f03aa feat: no-warning-comments support comments with decoration (#​16120) (Lachlan Hunt)
Documentation
Chores
Microsoft/playwright

v1.25.1

Compare Source

Highlights

This patch includes the following bug fixes:

https://github.com/microsoft/playwright/issues/16319 - [BUG] webServer.command esbuild fails with ESM and Yarnhttps://github.com/microsoft/playwright/issues/164600 - [BUG] Component test fails on 2nd run when SSL is usehttps://github.com/microsoft/playwright/issues/1666565 - [BUG] custom selector engines don't work when running in debug mode

Browser Versions

  • Chromium 105.0.5195.19
  • Mozilla Firefox 103.0
  • WebKit 16.0

This version was also tested against the following stable channels:

  • Google Chrome 104
  • Microsoft Edge 104
pnpm/pnpm

v7.9.5

Compare Source

Patch Changes
  • Set NODE_PATH when prefer-symlinked-executables is enabled #​5251.
  • Fail with a meaningful error when the audit endpoint doesn't exist #​5200.
  • Symlink a local dependency to node_modules, even if the target directory doesn't exist #​5219.
Our Gold Sponsors
##### Our Silver Sponsors
##### What's Changed * Fix pnpm audit bad API response on private registry by @​timtong1982 in https://github.com/pnpm/pnpm/pull/5246 * fix: set NODE_PATH when is turned on by @​d3lm in https://github.com/pnpm/pnpm/pull/5251 * fix: symlink local dep even when target dir does not exist by @​zkochan in https://github.com/pnpm/pnpm/pull/5253 * fix: only set extraEnv for preferSymlinkedExecutables if it's not windows by @​d3lm in https://github.com/pnpm/pnpm/pull/5256 ##### New Contributors * @​timtong1982 made their first contribution in https://github.com/pnpm/pnpm/pull/5246

Full Changelog: pnpm/pnpm@v7.9.4...v7.9.5

v7.9.4

Compare Source

Patch Changes

  • Auto install peer dependencies when auto-install-peers is set to true and the lockfile is up to date #​5213.
  • pnpm env: for Node.js<16 install the x64 build on Darwin ARM as ARM build is not available #​5239.
  • pnpm env: log a message when the node.js tarball starts the download #​5241.
  • Fix pnpm install --merge-git-branch-lockfile when the lockfile is up to date #​5212.

Our Gold Sponsors

#### Our Silver Sponsors
#### What's Changed * feat(cafs): extend cafs with getFilePathByModeInCafs by @​d3lm in https://github.com/pnpm/pnpm/pull/5232 * fix: mergeGitBranchLockfiles when merged lockfile is up-to-date by @​chengcyber in https://github.com/pnpm/pnpm/pull/5233 * test: all test packages should be from the @​pnpm.e2e scope by @​zkochan in https://github.com/pnpm/pnpm/pull/5211 * fix: node<16 download fail on arm chips on macos by @​ambar-arkin in https://github.com/pnpm/pnpm/pull/5239 * feat(env): show state on fetching node by @​JacobLinCool in https://github.com/pnpm/pnpm/pull/5241 * Fix: install peerDeps which is not optional on headless install by @​Shinyaigeek in https://github.com/pnpm/pnpm/pull/5243 #### New Contributors * @​ambar-arkin made their first contribution in https://github.com/pnpm/pnpm/pull/5239 * @​JacobLinCool made their first contribution in https://github.com/pnpm/pnpm/pull/5241 * @​Shinyaigeek made their first contribution in https://github.com/pnpm/pnpm/pull/5243

Full Changelog: pnpm/pnpm@v7.9.3...v7.9.4

systemjs/systemjs

v6.12.4

Compare Source

terser/terser

v5.15.0

Compare Source

  • Basic support for ES2022 class static initializer blocks.
  • Add AudioWorkletNode constructor options to domprops list (#​1230)
  • Make identity function inliner not inline id(...expandedArgs)
vuejs/vitepress

v1.0.0-alpha.12

Compare Source

v1.0.0-alpha.11

Compare Source

Features
vuejs/router

v4.1.5

Compare Source

Please refer to CHANGELOG.md for details.

johnsoncodehk/volar

v0.40.4

Compare Source

  • feat: respect VSCode *.format.enable settings
  • fix: template should not compile if content no change
  • fix: component preview not working on windows (#​1737)
Our Sponsors

v0.40.3

Compare Source

  • perf: incremental update SFC blocks without full parse SFC and mitigate memory leak
  • perf: incremental update html template interpolation without recompile template
  • perf: cache ts.createSourceFile for tsx code gen
  • fix(vue-component-meta): cannot create checker with TS 4.8.2
  • fix: document features not working on Web IDE (#​1479)
  • fix: avoid auto complete triggers too aggressive in Sublime (https://github.com/sublimelsp/LSP-volar/issues/114)

v0.40.2

Compare Source

  • feat(vue-component-meta): add createComponentMetaCheckerByJsonConfig API to support create checker without tsconfig
  • feat: move highlight dom elements ☑ codeLens to status bar (#​1535)
  • feat: incremental update diagnostics cache range and avoid flicker (#​1718)
  • perf: incremental update TS script snapshot (#​1718)
  • perf: faster source map code mapping
  • fix: pug template tag mapping range incorrect (#​1723)
  • fix: vite plugin import path incorrect on windows (#​1772)
  • fix: false positive error on style attr when enabled compilerOptions.exactOptionalPropertyTypes (#​1560)
  • fix: .html intellisense of petite-vue not working
  • fix: .html intellisense of alpie not working
  • fix: intellisense not working for node_modules files with takeover mode on windows (#​1641)
  • fix: avoid vue-tsc type check .html, .md files (#​1661)
  • fix: compilerOptions.types resolve path incorrect on multiple workspaces (#​1679)
  • fix: cannot count script setup variable usage in template if disalbe jsx (#​1729)
  • fix: cannot resolve indirect circular reference components types (#​1708)
  • fix: cannot recognize namespace component (#​1726)
  • fix: template components types break by regular SFC components option (#​1731)
  • fix: indentation behavior incorrect (#​1762)
  • fix: TS1308 'async' error missing when use script setup (#​1753)

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, 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 Aug 29, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a213429 to 98256da Compare August 29, 2022 03:51
@patak-dev patak-dev merged commit e35a58b into main Aug 29, 2022
@patak-dev patak-dev deleted the renovate/all-minor-patch branch August 29, 2022 05:09
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