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

Merged
merged 1 commit into from Oct 3, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 3, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.19.1 -> ^7.19.3 age adoption passing confidence
@babel/parser (source) ^7.19.1 -> ^7.19.3 age adoption passing confidence
@babel/plugin-transform-typescript (source) ^7.19.1 -> ^7.19.3 age adoption passing confidence
@babel/standalone (source) ^7.19.2 -> ^7.19.3 age adoption passing confidence
@babel/types (source) ^7.19.0 -> ^7.19.3 age adoption passing confidence
@microsoft/api-extractor (source) ^7.31.2 -> ^7.32.0 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.38.0 -> ^5.38.1 age adoption passing confidence
@typescript-eslint/parser ^5.38.0 -> ^5.38.1 age adoption passing confidence
@vitejs/plugin-vue (source) ^3.1.0 -> ^3.1.2 age adoption passing confidence
@vue/shared (source) ^3.2.39 -> ^3.2.40 age adoption passing confidence
core-js ^3.25.3 -> ^3.25.4 age adoption passing confidence
magic-string ^0.26.4 -> ^0.26.5 age adoption passing confidence
phoenix ^1.6.12 -> ^1.6.13 age adoption passing confidence
playwright-chromium (source) ^1.26.0 -> ^1.26.1 age adoption passing confidence
pnpm (source) 7.12.2 -> 7.13.0 age adoption passing confidence
pnpm (source) ^7.12.2 -> ^7.13.0 age adoption passing confidence
postcss (source) ^8.4.16 -> ^8.4.17 age adoption passing confidence
svelte-check ^2.9.0 -> ^2.9.1 age adoption passing confidence
systemjs ^6.12.6 -> ^6.13.0 age adoption passing confidence
vite (source) ^3.1.3 -> ^3.1.4 age adoption passing confidence
vitepress (source) ^1.0.0-alpha.16 -> ^1.0.0-alpha.19 age adoption passing confidence
vue (source) ^3.2.39 -> ^3.2.40 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.19.3

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-helper-compilation-targets, babel-helper-transform-fixture-test-runner, babel-parser, babel-preset-env, babel-traverse
🔬 Output optimization
babel/babel (@​babel/parser)

v7.19.3

Compare Source

v7.19.3 (2022-09-27)

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-helper-compilation-targets, babel-helper-transform-fixture-test-runner, babel-parser, babel-preset-env, babel-traverse
🔬 Output optimization
Committers: 4
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.38.1

Compare Source

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.38.1

Compare Source

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

vitejs/vite

v3.1.2

Compare Source

Please refer to CHANGELOG.md for details.

v3.1.1

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/core

v3.2.40

Compare Source

Bug Fixes
  • compat: list cjs dependencies for compat build (96cd924), closes #​6602
  • compiler-dom: remove v-bind boolean attribute with literal false value when stringifying (#​6635) (6c6fe2c), closes #​6617
  • compiler-sfc: fix expression check for v-on with object literal value (#​6652) (6958ec1), closes #​6650 #​6674
  • compilre-core: dynamic v-on and static v-on should be merged (#​6747) (f9d43b9), closes #​6742
  • runtime-core: avoid hoisted vnodes retaining detached DOM nodes (fc5bdb3), closes #​6591
  • runtime-core: Lifecycle hooks should support callbacks shared by reference (#​6687) (c71a08e), closes #​6686
  • runtime-core: remove prod-only hoisted clone behavior for manual DOM manipulation compat (aa70188), closes #​6727 #​6739
  • runtime-core: unset removed props first in full diff mode (c0d8db8), closes #​6571
  • runtime-dom: fix unnecessary warning when setting coerced dom property value (b1817fe), closes #​6616
  • ssr: avoid ast.helpers duplication (#​6664) (57ffc3e)
  • ssr: fix dynamic slot regression in ssr (8963c55), closes #​6651
  • ssr: fix hydration mismatch when entire multi-root template is stringified (9698dd3), closes #​6637
  • ssr: fix pre tag windows newline hydration mismatch (0382019), closes #​6410
  • ssr: respect case when rendering dynamic attrs on svg (121eb32), closes #​6755
zloirock/core-js

v3.25.4

Compare Source

  • Added a workaround of a Nashorn bug with Function.prototype.{ call, apply, bind } on string methods, #​1128
  • Updated lists of [Serializable] and [Transferable] objects in the structuredClone polyfill. Mainly, for better error messages if polyfilling of cloning such types is impossible
  • Array.prototype.{ group, groupToMap } marked as supported from V8 ~ Chromium 108
  • Added Electron 22 compat data mapping
rich-harris/magic-string

v0.26.5

Compare Source

Bug Fixes
  • update typescript definition file to contain replaceAll() (#​224) (45a4921)
phoenixframework/phoenix

v1.6.13

Compare Source

Microsoft/playwright

v1.26.1

Compare Source

Highlights

This patch includes the following bug fixes:

https://github.com/microsoft/playwright/issues/17500 - [BUG] No tests found using the test explorer - pw/test@1.26.0

Browser Versions

  • Chromium 106.0.5249.30
  • Mozilla Firefox 104.0
  • WebKit 16.0

This version was also tested against the following stable channels:

  • Google Chrome 105
  • Microsoft Edge 105
pnpm/pnpm

v7.13.0

Compare Source

Minor Changes

  • Ignore packages listed in package.json > pnpm.updateConfig.ignoreDependencies fields on update/outdated command #​5358

    For instance, if you don't want webpack automatically to be updated when you run pnpm update --latest, put this to your package.json:

    {
      "pnpm": {
        "updateConfig": {
          "ignoreDependencies": ["webpack"]
        }
      }
    }

    Patterns are also supported, so you may ignore for instance any packages from a scope: @babel/*.

  • It is possible now to update all dependencies except the listed ones using !. For instance, update all dependencies, except lodash:

      pnpm update !lodash
    

    It also works with pattends, for instance:

      pnpm update !@​babel/*
    

    And it may be combined with other patterns:

      pnpm update @​babel/* !@​babel/core
    

Patch Changes

  • Hooks should be applied on pnpm deploy #​5306.

  • Stop --filter-prod option to run command on all the projects when used on workspace. --filter-prod option now only filter from dependencies and omit devDependencies instead of including all the packages when used on workspace. So what was happening is that if you use --filter-prod on workspace root like this:

    pnpm --filter-prod ...build-modules exec node -e 'console.log(require(`./package.json`).name)'

    it was printing all the package of workspace, where it should only print the package name of itself and packages where it has been added as dependency (not as devDependencies)

  • Don't override the root dependency when auto installing peer dependencies #​5412.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

New Contributors

Full Changelog: pnpm/pnpm@v7.12.2...v7.13.0

postcss/postcss

v8.4.17

Compare Source

  • Fixed Node.before() unexpected behavior (by Romain Menke).
  • Added TOC to docs (by Mikhail Dedov).
sveltejs/language-tools

v2.9.1

Compare Source

  • (fix) add print-color-adjust (#​1661)

New transformation:

  • (fix) silence duplicate props warning for window/body (#​1656)
  • (fix) use let for #each block (#​1636)
  • (fix) better backwards compatibility (#​1640)
  • (fix) more robust check for block start (#​1641)
systemjs/systemjs

v6.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: systemjs/systemjs@6.12.6...6.13.0

vuejs/vitepress

v1.0.0-alpha.19

Compare Source

Bug Fixes

v1.0.0-alpha.18

Compare Source

Bug Fixes

v1.0.0-alpha.17

Compare Source

Bug Fixes
Reverts

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 Oct 3, 2022
@antfu antfu merged commit a38b450 into main Oct 3, 2022
@antfu antfu deleted the renovate/all-minor-patch branch October 3, 2022 05:23
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