Skip to content

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

Merged
antfu merged 1 commit intomainfrom
renovate/all-minor-patch
Sep 23, 2021
Merged

chore(deps): update all non-major dependencies#4992
antfu merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 20, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/api-extractor (source) ^7.18.9 -> ^7.18.10 age adoption passing confidence
@rollup/plugin-node-resolve 13.0.4 -> 13.0.5 age adoption passing confidence
@types/fs-extra ^9.0.12 -> ^9.0.13 age adoption passing confidence
@types/jest ^27.0.1 -> ^27.0.2 age adoption passing confidence
@typescript-eslint/eslint-plugin ^4.31.1 -> ^4.31.2 age adoption passing confidence
@typescript-eslint/parser ^4.31.1 -> ^4.31.2 age adoption passing confidence
@vue/compiler-dom ^3.2.12 -> ^3.2.14 age adoption passing confidence
@vue/compiler-sfc ^3.2.13 -> ^3.2.14 age adoption passing confidence
core-js ^3.17.3 -> ^3.18.0 age adoption passing confidence
es-module-lexer ^0.8.0 -> ^0.9.0 age adoption passing confidence
jest (source) ^27.2.0 -> ^27.2.1 age adoption passing confidence
node-fetch ^2.6.2 -> ^2.6.5 age adoption passing confidence
playwright-chromium (source) ^1.14.1 -> ^1.15.0 age adoption passing confidence
postcss (source) ^8.3.6 -> ^8.3.7 age adoption passing confidence
terser (source) ^5.8.0 -> ^5.9.0 age adoption passing confidence
vitepress ^0.18.1 -> ^0.19.1 age adoption passing confidence
vue ^3.2.13 -> ^3.2.14 age adoption passing confidence

Release Notes

rollup/plugins

v13.0.5

2021-09-21

Updates
  • docs: fix readme heading depth (#​999)
typescript-eslint/typescript-eslint

v4.31.2

Compare Source

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

vuejs/vue-next

v3.2.14

Compare Source

Bug Fixes
  • compiler-core: generate TS-cast safe assignment code for v-model (686d014), closes #​4655
  • compiler-core: more robust member expression check in Node (6257ade)
  • compiler-sfc: fix local var access check for bindings in normal script (6d6cc90), closes #​4644
  • devtools: fix prod devtools detection + handle late devtools hook injection (#​4653) (2476eaa)

v3.2.13

Compare Source

Bug Fixes
  • compiler-core: add check when v-else-if is behind v-else (#​4603) (5addef8)
  • compiler-core: dedupe renderSlot's default props (#​4557) (0448125)
  • compiler-core: ensure hoisted scopeId code can be treeshaken (cb2d7c0)
  • compiler-core: more robust member expression check when running in node (d23fde3), closes #​4640
  • compiler-core: only merge true handlers (#​4577) (d8a36d0)
  • compiler-core: support ts syntax in expressions when isTS is true (0dc521b)
  • compiler-dom: fix transition children check for whitespace nodes (ed6470c), closes #​4637
  • hydration: ensure hydrated event listeners have bound instance (#​4529) (58b1fa5), closes #​4479
  • runtime-core: return the exposeProxy from mount (#​4606) (5aa4255)
  • types: incorrect type inference of array (#​4578) (140f089)
  • watch: remove redundant parameter default value (#​4565) (11a2098)
Features
  • compiler-sfc: allow disabling sourcemap when not needed (585615b)
zloirock/core-js

v3.18.0

Compare Source

  • Added Array.fromAsync stage 1 proposal:
    • Array.fromAsync
    • %TypedArray%.fromAsync
  • .name and .toString() on polyfilled functions improved in many different cases
  • Improved internal IsConstructor and IsCallable checks
  • Fixed some internal cases of GetMethod operation
  • Fixed a bug of MS Edge 18- parseInt / parseFloat with boxed symbols
  • Fixed es.array.{ index-of, last-index-of } compat data
  • Added Deno 1.15 compat data mapping
  • Some other minor fixes and optimizations
guybedford/es-module-lexer

v0.9.0

Compare Source

facebook/jest

v27.2.1

Compare Source

Features
  • [jest-transform] Improve the unexpected token error message. (#​11807)
Fixes
  • [jest-runtime] Fix regression when using jest.isolateModules and mocks (#​11882)
  • [jest-runtime] Include test name when importing modules after test has completed (#​11885)
  • [jest-runtime] Error when ESM import is used after test is torn down (#​11885)
node-fetch/node-fetch

v2.6.5

Compare Source

v2.6.4

Compare Source

v2.6.3

Compare Source

Microsoft/playwright

v1.15.0

Compare Source

🎭 Playwright Library

🖱️ Mouse Wheel

By using Page.mouse.wheel you are now able to scroll vertically or horizontally.

📜 New Headers API

Previously it was not possible to get multiple header values of a response. This is now possible and additional helper functions are available:

🌈 Forced-Colors emulation

Its now possible to emulate the forced-colors CSS media feature by passing it in the context options or calling Page.emulateMedia().

New APIs

🎭 Playwright Test

🤝 test.parallel() run tests in the same file in parallel
test.describe.parallel('group', () => {
  test('runs in parallel 1', async ({ page }) => {
  });
  test('runs in parallel 2', async ({ page }) => {
  });
});

By default, tests in a single file are run in order. If you have many independent tests in a single file, you can now run them in parallel with test.describe.parallel(title, callback).

🛠 Add --debug CLI flag

By using npx playwright test --debug it will enable the Playwright Inspector for you to debug your tests.

Browser Versions

  • Chromium 96.0.4641.0
  • Mozilla Firefox 92.0
  • WebKit 15.0

This version of Playwright was also tested against the following stable channels:

  • Google Chrome 93
  • Microsoft Edge 93
postcss/postcss

v8.3.7

Compare Source

  • Replaced colorette to nanocolors.
  • Added bug field to package.json (by Christian Oliff).
  • Improved docs (by Andrew Bruce and Paul Shryock).
terser/terser

v5.9.0

Compare Source

  • Collapsing switch cases with the same bodies (even if they're not next to each other) (#​1070).
  • Fix evaluation of optional chain expressions (#​1062)
  • Fix mangling collision in ESM exports (#​1063)
  • Fix issue with mutating function objects after a second pass (#​1047)
  • Fix for inlining object spread { ...obj } (#​1071)
  • Typescript typings fix (#​1069)
vuejs/vitepress

v0.19.1

Compare Source

  • Fix build

v0.19.0

Compare Source

Features

0.18.1 (2021-09-16)

Bug Fixes
  • ensure stable pages entry order across builds (929bcf5)

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, check this box.

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 Sep 20, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 460728c to 67e701b Compare September 20, 2021 14:03
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Sep 20, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from d0c141a to 9edc9b1 Compare September 22, 2021 23:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9edc9b1 to 212dbfe Compare September 23, 2021 01:27
@antfu antfu merged commit 5274c2e into main Sep 23, 2021
@antfu antfu deleted the renovate/all-minor-patch branch September 23, 2021 07:10
aleclarson pushed a commit to aleclarson/vite that referenced this pull request Nov 8, 2021
Co-authored-by: Renovate Bot <bot@renovateapp.com>
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.

2 participants