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

Merged
merged 1 commit into from Sep 12, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 12, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.18.13 -> ^7.19.0 age adoption passing confidence
@babel/parser (source) ^7.18.13 -> ^7.19.0 age adoption passing confidence
@babel/plugin-transform-react-jsx (source) ^7.18.10 -> ^7.19.0 age adoption passing confidence
@babel/plugin-transform-typescript (source) ^7.18.12 -> ^7.19.0 age adoption passing confidence
@babel/runtime (source) ^7.18.9 -> ^7.19.0 age adoption passing confidence
@babel/standalone (source) ^7.18.13 -> ^7.19.0 age adoption passing confidence
@babel/types (source) ^7.18.13 -> ^7.19.0 age adoption passing confidence
@preact/preset-vite ^2.3.1 -> ^2.4.0 age adoption passing confidence
@rollup/plugin-typescript (source) ^8.4.0 -> ^8.5.0 age adoption passing confidence
@types/react (source) ^18.0.18 -> ^18.0.19 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.36.1 -> ^5.36.2 age adoption passing confidence
@typescript-eslint/parser ^5.36.1 -> ^5.36.2 age adoption passing confidence
@vue/shared (source) ^3.2.38 -> ^3.2.39 age adoption passing confidence
autoprefixer ^10.4.8 -> ^10.4.9 age adoption passing confidence
core-js ^3.25.0 -> ^3.25.1 age adoption passing confidence
eslint (source) ^8.23.0 -> ^8.23.1 age adoption passing confidence
fast-glob ^3.2.11 -> ^3.2.12 age adoption passing confidence
kolorist ^1.5.1 -> ^1.6.0 age adoption passing confidence
playwright-chromium (source) ^1.25.1 -> ^1.25.2 age adoption passing confidence
preact (source) ^10.10.6 -> ^10.11.0 age adoption passing confidence
sass ^1.54.8 -> ^1.54.9 age adoption passing confidence
svelte (source) ^3.50.0 -> ^3.50.1 age adoption passing confidence
vitest ^0.23.1 -> ^0.23.2 age adoption passing confidence
vue (source) ^3.2.38 -> ^3.2.39 age adoption passing confidence
vue-tsc ^0.40.7 -> ^0.40.13 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.19.0

Compare Source

👓 Spec Compliance
🚀 New Feature
  • babel-generator, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser
  • babel-generator, babel-parser
  • babel-standalone
  • babel-helper-create-regexp-features-plugin, babel-helpers, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-standalone
🐛 Bug Fix
  • babel-helper-function-name, babel-helper-wrap-function, babel-plugin-transform-classes
    • #​14897 Fix: class transform should not drop method definition when key contains non-BMP characters (@​JLHwung)
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-helper-builder-react-jsx
💅 Polish
📝 Documentation
🏠 Internal
babel/babel (@​babel/parser)

v7.19.0

Compare Source

v7.19.0 (2022-09-05)

Blog post: https://babeljs.io/blog/2022/09/05/7.19.0

Thanks @​SukkaW for your first PR!

👓 Spec Compliance
🚀 New Feature
  • babel-generator, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser
  • babel-generator, babel-parser
  • babel-standalone
  • babel-helper-create-regexp-features-plugin, babel-helpers, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-standalone
🐛 Bug Fix
  • babel-helper-function-name, babel-helper-wrap-function, babel-plugin-transform-classes
    • #​14897 Fix: class transform should not drop method definition when key contains non-BMP characters (@​JLHwung)
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-helper-builder-react-jsx
💅 Polish
📝 Documentation
🏠 Internal
Committers: 6
preactjs/preset-vite

v2.4.0

Compare Source

What's Changed

rollup/plugins

v8.5.0

Compare Source

2022-09-06

Features
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.36.2

Compare Source

Bug Fixes
  • eslint-plugin: [no-extra-parens] handle generic ts array type. (#​5550) (0d6a190)
  • scope-manager: correct handling for class static blocks (#​5580) (35bb8dd)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.36.2

Compare Source

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

vuejs/core

v3.2.39

Compare Source

Bug Fixes
postcss/autoprefixer

v10.4.9

Compare Source

  • Fixed css-unicode-bidi issue from latest Can I Use.
zloirock/core-js

v3.25.1

Compare Source

  • Added some fixes and workarounds of FF30- typed arrays bug that does not properly convert objects to numbers
  • Added sideEffects field to core-js-pure package.json for better tree shaking, #​1117
  • Dropped semver dependency from core-js-compat
    • semver package (ironically) added a breaking change and dropped NodeJS 8 support in the minor 7.1 version, after that semver in core-js-compat was pinned to 7.0 since for avoiding breaking changes it should support NodeJS 8. However, since core-js-compat is usually used with other packages that use semver dependency, it causes multiple duplication of semver in dependencies. So I decided to remove semver dependency and replace it with a couple of simple helpers.
  • Added Bun 0.1.6-0.1.11 compat data
  • Added Deno 1.25 compat data mapping
  • Updated Electron 21 compat data mapping
  • Some stylistic changes, minor fixes, and improvements
eslint/eslint

v8.23.1

Compare Source

Bug Fixes

  • b719893 fix: Upgrade eslintrc to stop redefining plugins (#​16297) (Brandon Mills)
  • 734b54e fix: improve autofix for the prefer-const rule (#​16292) (Nitin Kumar)
  • 6a923ff fix: Ensure that glob patterns are normalized (#​16287) (Nicholas C. Zakas)
  • c6900f8 fix: Ensure globbing doesn't include subdirectories (#​16272) (Nicholas C. Zakas)

Documentation

  • 16cba3f docs: fix mobile double tap issue (#​16293) (Sam Chen)
  • e098b5f docs: keyboard control to search results (#​16222) (Shanmughapriyan S)
  • 1b5b2a7 docs: add Consolas font and prioritize resource loading (#​16225) (Amaresh S M)
  • 1ae8236 docs: copy & use main package version in docs on release (#​16252) (Jugal Thakkar)
  • 279f0af docs: Improve id-denylist documentation (#​16223) (Mert Ciflikli)

Chores

mrmlnc/fast-glob

v3.2.12

Compare Source

Full Changelog: mrmlnc/fast-glob@3.2.11...3.2.12

🐛 Bug fixes

Fixed an issue introduced in 3.2.7 related to incorrect application of patterns to entries with a trailing slash when the entry is not a directory.

Before changes:

fg.sync('**/!(*.md)')
// ['file.md', 'a/file.md', 'a/file.txt']

After fix:

fg.sync('**/!(*.md)')
// ['a/file.txt']

Thanks @​AgentEnder for the issue (#​357).

🚀 Improvements

This release includes performance improvements for the asynchronous method. For this method we now use an asynchronous directory traversal interface instead of using a streaming interface. This gives up to 15% acceleration for medium and large directories. The result depends a lot on hardware.

You can find the benchmark results for this release in CI here.

Here are a few of measurements on my laptop:

===> Benchmark pattern "*" with 100 launches (regression, async)
===> Max stdev: 7 | Retries: 3 | Options: {}

Name                   Time, ms  Time stdev, %  Memory, MB  Memory stdev, %  Entries  Errors  Retries
---------------------  --------  -------------  ----------  ---------------  -------  ------  -------
fast-glob-current.js   4.390     0.252          6.253       0.015            4        0       1
fast-glob-previous.js  5.653     0.633          6.051       0.056            4        0       1

===> Benchmark pattern "**" with 100 launches (regression, async)
===> Max stdev: 7 | Retries: 3 | Options: {}

Name                   Time, ms  Time stdev, %  Memory, MB  Memory stdev, %  Entries  Errors  Retries
---------------------  --------  -------------  ----------  ---------------  -------  ------  -------
fast-glob-current.js   34.587    1.287          10.654      0.607            11835    0       1
fast-glob-previous.js  41.972    2.086          10.236      1.224            11835    0       1
marvinhagemeister/kolorist

v1.6.0

Compare Source

What's Changed

Microsoft/playwright

v1.25.2

Compare Source

Highlights

This patch includes the following bug fixes:

https://github.com/microsoft/playwright/issues/16937 - [REGRESSION]: session storage failing >= 1.25.0 in firefoxhttps://github.com/microsoft/playwright/issues/169555 - Not using channel on config file when Show and Reuse browser is checked

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
preactjs/preact

v10.11.0

Compare Source

10.11.0
New Hook: useId

Today we are announcing a new hook useId, this hook is meant to create stable unique identifiers that are consistent on both server-side render and client-side hydration. This feature can to enable a11y features for reusable components, ...

To enable the isomorphic unique identifiers you will need Preact-render-to-string 5.2.4 on the server.

(#​3583, thanks @​JoviDeCroock)

Fixes
Maintenance
sass/dart-sass

v1.54.9

Compare Source

  • Fix an incorrect span in certain @media query deprecation warnings.
sveltejs/svelte

v3.50.1

Compare Source

  • Add all global objects and functions as known globals (#​3805, #​7223)
  • Fix regression with style manager (#​7828)
vitest-dev/vitest

v0.23.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
johnsoncodehk/volar

v0.40.13

Compare Source

  • fix: cycle reactive reference lead to memory leak

v0.40.12

Compare Source

  • perf: fix incremental template compile not working
  • perf: cache path resolve result on getScriptVersion
  • perf: faster code mapping range transform
Our Sponsors

v0.40.11

Compare Source

  • feat: support for typescript class/object literal method completions (#​1835)
  • fix: langauge server crash if client did not support onDidChangeWorkspaceFolders (#​1834)
  • fix: "Format Selection" embedded range incorrect with initialIndentBracket
  • fix: formatting break document with editor.formatOnPaste enabled (#​1840) (#​1841) (#​1842) (#​1843) (#​1835)

v0.40.10

Compare Source

  • feat: improve "Format Selection" for html content
  • feat: uniquely scope attribute shorthands (#​1812)
  • feat: add server name, version infos to LSP initialize response
  • fix: "Format Selection" should not format whole language block (#​1833)
  • fix: formatting break document content randomly (#​1827) (#​1832)
  • fix: pug syntax highlighting confuses element id with interpolation (#​1826)
  • fix: don't cache IDE settings if IDE do not support config change notification

v0.40.9

Compare Source

  • feat: improve vue document formatting
  • fix: script format loss indent (#​1823)

v0.40.8

Compare Source


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 Sep 12, 2022
sapphi-red
sapphi-red previously approved these changes Sep 12, 2022
Copy link
Member

@sapphi-red sapphi-red left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-glob includes a perf improvement so import.meta.glob and initial crawling for dep-optimization might be faster.

This release includes performance improvements for the asynchronous method.

This gives up to 15% acceleration for medium and large directories.

@patak-dev patak-dev merged commit caf00c8 into main Sep 12, 2022
@patak-dev patak-dev deleted the renovate/all-minor-patch branch September 12, 2022 12:25
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