Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 18, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/api-extractor (source) ^7.21.2 -> ^7.22.2 age adoption passing confidence
@rollup/plugin-commonjs ^21.0.3 -> ^21.1.0 age adoption passing confidence
@rollup/plugin-dynamic-import-vars ^1.4.2 -> ^1.4.3 age adoption passing confidence
@rollup/plugin-node-resolve 13.1.3 -> 13.2.1 age adoption passing confidence
@rollup/plugin-typescript ^8.3.1 -> ^8.3.2 age adoption passing confidence
@rollup/pluginutils ^4.2.0 -> ^4.2.1 age adoption passing confidence
@types/node ^16.11.26 -> ^16.11.27 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.18.0 -> ^5.20.0 age adoption passing confidence
@typescript-eslint/parser ^5.18.0 -> ^5.20.0 age adoption passing confidence
@vue/compiler-dom ^3.2.31 -> ^3.2.33 age adoption passing confidence
core-js ^3.21.1 -> ^3.22.0 age adoption passing confidence
fs-extra ^10.0.1 -> ^10.1.0 age adoption passing confidence
lint-staged ^12.3.7 -> ^12.3.8 age adoption passing confidence
playwright-chromium (source) ^1.20.2 -> ^1.21.1 age adoption passing confidence
pnpm (source) 6.32.6 -> 6.32.9 age adoption passing confidence
rollup-plugin-license ^2.6.1 -> ^2.7.0 age adoption passing confidence
semver ^7.3.6 -> ^7.3.7 age adoption passing confidence
vue ^3.2.31 -> ^3.2.33 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/plugin-commonjs)

v21.1.0

2022-04-15

Features
  • feat: make defaultIsModuleExports as funtion to config defaultIsModuleExports for each source (#​1052)
rollup/plugins (@​rollup/plugin-dynamic-import-vars)

v1.4.3

2022-04-19

Bugfixes
  • fix: parameter types for dynamicImportToGlob (#​1166)
rollup/plugins (@​rollup/plugin-node-resolve)

v13.2.1

2022-04-15

Bugfixes
  • fix: update side effects logic to be deep when glob doesn’t contain / (#​1148)

v13.2.0

2022-04-11

Features
  • feat: Add the ability to pass a function into resolveOnly (#​1152)
rollup/plugins (@​rollup/plugin-typescript)

v8.3.2

2022-04-13

Bugfixes
rollup/plugins (@​rollup/pluginutils)

v4.2.1

2022-04-13

Bugfixes
  • fix: fix path normalisation for createFilter on absolute and * paths (#​1161)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.20.0

Compare Source

Features
  • eslint-plugin: [no-magic-numbers] ignoreTypeIndexes option (#​4789) (5e79451)

v5.19.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [unified-signatures] add ignoreDifferentlyNamedParameters option (#​4659) (fdf95e0)
  • eslint-plugin: add support for valid number and bigint intersections in restrict-plus-operands rule (#​4795) (19c600a)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.20.0

Compare Source

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

v5.19.0

Compare Source

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

vuejs/core

v3.2.33

Compare Source

Bug Fixes

v3.2.32

Compare Source

Bug Fixes
zloirock/core-js

v3.22.0

Compare Source

  • Change Array by copy proposal:
    • Moved to Stage 3, March TC39 meeting
    • Disabled forced replacement and added /actual/ entry points for methods from this proposal
    • Array.prototype.toSpliced throws a TypeError instead of RangeError if the result length is more than MAX_SAFE_INTEGER, proposal-change-array-by-copy/70
  • Added some more atob / btoa fixes:
    • NodeJS <17.9 atob does not ignore spaces, node/42530
    • Actual NodeJS atob does not validate encoding, node/42646
    • FF26- implementation does not properly convert argument to string
    • IE / Edge <16 implementation have wrong arity
  • Added /full/ namespace as the replacement for /features/ since it's more descriptive in context of the rest namespaces (/es//stable//actual//full/)
  • Avoided propagation of removed parts of proposals to upper stages. For example, %TypedArray%.prototype.groupBy was removed from the Array grouping proposal a long time ago. We can't completely remove this method since it's a breaking change. But this proposal has been promoted to stage 3 - so the proposal should be promoted without this method, this method should not be available in /actual/ entries - but it should be available in early-stage entries to avoid breakage.
  • Significant internal refactoring and splitting of modules (but without exposing to public API since it will be a breaking change - it will be exposed in the next major version)
  • Bug fixes:
    • Fixed work of non-standard V8 Error features with wrapped Error constructors, #​1061
    • null and undefined allowed as the second argument of structuredClone, #​1056
  • Tooling:
    • Stabilized proposals are filtered out from the core-js-compat -> core-js-builder -> core-js-bundle output. That mean that if the output contains, for example, es.object.has-own, the legacy reference to it, esnext.object.has-own, no longer added.
    • Aligned modules filters of core-js-builder and core-js-compat, now it's modules and exclude options
    • Added support of entry points, modules, regexes, and arrays of them to those filters
    • Missed targets option of core-js-compat means that the targets filter just will not be applied, so the result will contain modules required for all possible engines
  • Compat data:
    • .stack property on DOMException marked as supported from Deno 1.15
    • Added Deno 1.21 compat data mapping
    • Added Electron 19.0 and updated 18.0 compat data mapping
    • Added Samsung Internet 17.0 compat data mapping
    • Added Opera Android 68 compat data mapping
jprichardson/node-fs-extra

v10.1.0

Compare Source

  • Warn if fs.realpath.native does not exist, instead of erroring (#​953)
  • Allow explicitly passing undefined options to move() (#​947, #​955)
  • Use process.emitWarning instead of console.warn (#​954)
okonet/lint-staged

v12.3.8

Compare Source

Bug Fixes
  • avoid passing unexpected arguments from forEach to process.kill() (1b1f0e4)
  • clear execution interruption interval on first catch (46952cb)
Microsoft/playwright

v1.21.1

Compare Source

Highlights

This patch includes the following bug fixes:

https://github.com/microsoft/playwright/pull/13597 - [BUG] fullyParallel created too many workers, slowing down test runhttps://github.com/microsoft/playwright/issues/135300 - [REGRESSION]: Pull request #​12877 prevents the library from being used on any linux distro that is not Ubuntu

Browser Versions
  • Chromium 101.0.4951.26
  • Mozilla Firefox 98.0.2
  • WebKit 15.4

This version was also tested against the following stable channels:

  • Google Chrome 100
  • Microsoft Edge 100

v1.21.0

Compare Source

Highlights
  • New experimental role selectors that allow selecting elements by their ARIA role, ARIA attributes and accessible name.

    // Click a button with accessible name "log in"
    await page.click('role=button[name="log in"]')

    To use role selectors, make sure to pass PLAYWRIGHT_EXPERIMENTAL_FEATURES=1 environment variable:

    // playwright.config.js
    process.env.PLAYWRIGHT_EXPERIMENTAL_FEATURES = '1';
    module.exports = {
      /* ... */
    };

    Read more in our documentation.

  • New scale option in Page.screenshot for smaller sized screenshots.

  • New caret option in Page.screenshot to control text caret. Defaults to "hide".

  • New method expect.poll to wait for an arbitrary condition:

    // Poll the method until it returns an expected result.
    await expect.poll(async () => {
      const response = await page.request.get('https://api.example.com');
      return response.status();
    }).toBe(200);

    expect.poll supports most synchronous matchers, like .toBe(), .toContain(), etc.
    Read more in our documentation.

Behavior Changes
  • ESM support when running TypeScript tests is now enabled by default. The PLAYWRIGHT_EXPERIMENTAL_TS_ESM env variable is
    no longer required.
  • The mcr.microsoft.com/playwright docker image no longer contains Python. Please use mcr.microsoft.com/playwright/python
    as a Playwright-ready docker image with pre-installed Python.
  • Playwright now supports large file uploads (100s of MBs) via Locator.setInputFiles API.
Browser Versions
  • Chromium 101.0.4951.26
  • Mozilla Firefox 98.0.2
  • WebKit 15.4

This version was also tested against the following stable channels:

  • Google Chrome 100
  • Microsoft Edge 100
pnpm/pnpm

v6.32.9

Compare Source

Patch Changes

  • Fix an error with peer resolutions, which was happening when there was a circular dependency and another dependency that had the name of the circular dependency as a substring.

  • When pnpm exec is running a command in a workspace project, the commands that are in the dependencies of that workspace project should be in the PATH #​4481.

  • Hide "WARN deprecated" messages on loglevel error #​4507

    Don't show the progress bar when loglevel is set to warn or error.

Full Changelog: pnpm/pnpm@v6.32.8...v6.32.9

v6.32.8

Compare Source

Patch Changes

  • Don't check the integrity of the store with the package version from the lockfile, when the package was updated #​4580.
  • Don't update a direct dependency that has the same name as a dependency in the workspace, when adding a new dependency to a workspace project #​4575.

Full Changelog: pnpm/pnpm@v6.32.7...v6.32.8

v6.32.7

Compare Source

Patch Changes

  • Setting the auto-install-peers to true should work.

Full Changelog: pnpm/pnpm@v6.32.6...v6.32.7

mjeanroy/rollup-plugin-license

v2.7.0

Compare Source

npm/node-semver

v7.3.7

Compare Source


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 Apr 18, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1df5c90 to b1684c2 Compare April 18, 2022 21:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b1684c2 to 5adbb54 Compare April 19, 2022 17:33
@patak-dev patak-dev merged commit eba9d05 into main Apr 19, 2022
@patak-dev patak-dev deleted the renovate/all-minor-patch branch April 19, 2022 20:34
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.

4 participants