Skip to content

fix(deps): update all non-major dependencies#13488

Merged
patak-cat merged 1 commit intomainfrom
renovate/all-minor-patch
Jun 12, 2023
Merged

fix(deps): update all non-major dependencies#13488
patak-cat merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jun 12, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) ^7.22.1 -> ^7.22.5 age adoption passing confidence dependencies patch
@babel/parser (source) ^7.22.4 -> ^7.22.5 age adoption passing confidence devDependencies patch
@babel/preset-env (source) ^7.22.4 -> ^7.22.5 age adoption passing confidence dependencies patch
@babel/runtime (source) ^7.22.3 -> ^7.22.5 age adoption passing confidence dependencies patch
@babel/types (source) ^7.22.4 -> ^7.22.5 age adoption passing confidence devDependencies patch
@rollup/plugin-commonjs (source) ^25.0.0 -> ^25.0.1 age adoption passing confidence devDependencies patch
@types/node (source) ^18.16.16 -> ^18.16.17 age adoption passing confidence devDependencies patch
@types/react (source) ^18.2.9 -> ^18.2.11 age adoption passing confidence devDependencies patch
@types/ws (source) ^8.5.4 -> ^8.5.5 age adoption passing confidence devDependencies patch
core-js ^3.30.2 -> ^3.31.0 age adoption passing confidence dependencies minor
playwright-chromium (source) ^1.34.3 -> ^1.35.0 age adoption passing confidence devDependencies minor
pnpm (source) 8.6.1 -> 8.6.2 age adoption passing confidence packageManager patch
sass ^1.63.2 -> ^1.63.3 age adoption passing confidence devDependencies patch
tj-actions/changed-files v36.0.18 -> v36.1.0 age adoption passing confidence action minor
url ^0.11.0 -> ^0.11.1 age adoption passing confidence dependencies patch
url ^0.11.0 -> ^0.11.1 age adoption passing confidence devDependencies patch
vitepress (source) 1.0.0-beta.1 -> 1.0.0-beta.2 age adoption passing confidence devDependencies patch

Release Notes

babel/babel (@​babel/core)

v7.22.5

Compare Source

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

v7.22.5

Compare Source

v7.22.5 (2023-06-08)

🐛 Bug Fix
💅 Polish
Committers: 4
rollup/plugins

v25.0.1

Compare Source

2023-06-10

Bugfixes
  • fix: change dynamicRequireRoot to normalizedDynamicRequireRoot && tweak related tests #​1508
zloirock/core-js

v3.31.0

Compare Source

Microsoft/playwright

v1.35.0

Compare Source

Highlights
  • UI mode is now available in VSCode Playwright extension via a new "Show trace viewer" button:

    Playwright UI Mode

  • UI mode and trace viewer mark network requests handled with page.route() and browserContext.route() handlers, as well as those issued via the API testing:

    Trace Viewer

  • New option maskColor for methods page.screenshot(), locator.screenshot(), expect(page).toHaveScreenshot() and expect(locator).toHaveScreenshot() to change default masking color:

    await page.goto('https://playwright.dev');
    await expect(page).toHaveScreenshot({
      mask: [page.locator('img')],
      maskColor: '#​00FF00', // green
    });
  • New uninstall CLI command to uninstall browser binaries:

    $ npx playwright uninstall # remove browsers installed by this installation
    $ npx playwright uninstall --all # remove all ever-install Playwright browsers
  • Both UI mode and trace viewer now could be opened in a browser tab:

    $ npx playwright test --ui-port 0 # open UI mode in a tab on a random port
    $ npx playwright show-trace --port 0 # open trace viewer in tab on a random port
⚠️ Breaking changes
  • playwright-core binary got renamed from playwright to playwright-core. So if you use playwright-core CLI, make sure to update the name:

    $ npx playwright-core install # the new way to install browsers when using playwright-core

    This change does not affect @playwright/test and playwright package users.

Browser Versions
  • Chromium 115.0.5790.13
  • Mozilla Firefox 113.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 114
  • Microsoft Edge 114
pnpm/pnpm

v8.6.2

Compare Source

Patch Changes

  • Change lockfile version back to 6.0 as previous versions of pnpm fail to parse the version correctly #​6648
  • When patching a dependency, only consider files specified in the 'files' field of its package.json. Ignore all others #​6565
  • Should always treat local file dependency as new dependency #​5381
  • Output a warning message when "pnpm" or "resolutions" are configured in a non-root workspace project #​6636

Our Gold Sponsors

Our Silver Sponsors

sass/dart-sass

v1.63.3

Compare Source

JavaScript API
  • Fix loading Sass as an ECMAScript module on Node.js.
tj-actions/changed-files

v36.1.0

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v36...v36.1.0

defunctzombie/node-url

v0.11.1

Compare Source

vuejs/vitepress

v1.0.0-beta.2

Compare Source

Bug Fixes
  • build: create markdown env for localSearchPlugin (#​2322) (c9a98ac)
  • build: use rimraf to handle temp folder deletion in windows (#​2483) (2f75769)
  • search: detailed view not working when page contains script setup (80e734d), closes #​2485
  • theme: adjust z-index for active code group marker (#​2413) (06c0fc5)
  • theme: properly show divider between navs (#​2481) (2bd55ec)
  • theme: use brand color in skip link in dark theme (#​2431) (62d1110)
  • theme: use document !== undefined check for browser (#​2417) (c869ea6)
  • types: sync defineConfig types with vite (b3ded34)
  • types: theme-without-fonts types for node (#​2416) (8e87c14)
Features
Performance Improvements
BREAKING CHANGES
  • types: defineConfig and defineConfigWithTheme can now accept functions that return the config object. This might break typings in some third-party plugins that rely on the type of these functions.

Configuration

📅 Schedule: Branch creation - "before 4am 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, check this box

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 Jun 12, 2023
@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@patak-cat patak-cat merged commit bd09248 into main Jun 12, 2023
@patak-cat patak-cat deleted the renovate/all-minor-patch branch June 12, 2023 09:49
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.

1 participant