Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Merged
merged 1 commit into from
Jan 31, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/standalone (source) ^7.20.13 -> ^7.20.14 age adoption passing confidence
@microsoft/api-extractor (source) ^7.33.8 -> ^7.34.1 age adoption passing confidence
eslint (source) ^8.32.0 -> ^8.33.0 age adoption passing confidence
periscopic ^3.0.4 -> ^3.1.0 age adoption passing confidence
playwright-chromium (source) ^1.29.2 -> ^1.30.0 age adoption passing confidence
pnpm (source) 7.25.1 -> 7.26.2 age adoption passing confidence
terser (source) ^5.16.1 -> ^5.16.2 age adoption passing confidence
tslib (source) ^2.4.1 -> ^2.5.0 age adoption passing confidence
vitepress (source) ^1.0.0-alpha.40 -> ^1.0.0-alpha.44 age adoption passing confidence
vitest ^0.28.1 -> ^0.28.3 age adoption passing confidence

Release Notes

babel/babel

v7.20.14

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-block-scoping
  • babel-cli, babel-core, babel-generator, babel-helper-transform-fixture-test-runner, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx, babel-traverse
eslint/eslint

v8.33.0

Compare Source

Features

  • 2cc7954 feat: add restrictDefaultExports option to no-restricted-exports rule (#​16785) (Nitin Kumar)

Documentation

  • 17f4be2 docs: Fix examples in no-multiple-empty-lines rule (#​16835) (jonz94)
  • 9c7cfe3 docs: 'Source Code' content in 'Set up Development Environment' page (#​16780) (Ben Perlmutter)
  • ede5c64 docs: Custom processors page (#​16802) (Ben Perlmutter)
  • 2620614 docs: Code of Conduct page (#​16781) (Ben Perlmutter)
  • 50a8efd docs: report a sec vulnerability page (#​16808) (Ben Perlmutter)
  • ed60afd docs: Update page titles, section landing pages, and side TOC (#​16760) (Ben Perlmutter)
  • 333c712 docs: add background to code-path-diagrams for dark-mode (#​16822) (Tanuj Kanti)
  • f5f7b9b docs: Update README (GitHub Actions Bot)
  • 2aa4f5f docs: no-constant-condition: Add multi-comparison example (#​16776) (Sebastian Simon)
  • 40287db docs: Remove Google Group icon (#​16779) (Nicholas C. Zakas)
  • ea10ca5 docs: 'a .eslint' -> 'an .eslint' for consistency (#​16809) (Ben Perlmutter)
  • 3be0748 docs: add example for nodejs lintText api (#​16789) (Siva K)
  • ce4f5ff docs: Replace removed related rules with a valid rule (#​16800) (Ville Saalo)
Rich-Harris/periscopic

v3.1.0

Compare Source

  • Add types export (#​19)
  • Promote @types/estree to dependencies (#​19)
  • Update dependencies
Microsoft/playwright

v1.30.0

Compare Source

🎉 Happy New Year 🎉

Maintenance release with bugfixes and new browsers only. We are baking some nice features for v1.31.

Browser Versions
  • Chromium 110.0.5481.38
  • Mozilla Firefox 108.0.2
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 109
  • Microsoft Edge 109
pnpm/pnpm

v7.26.2

Compare Source

Patch Changes

  • Wrap text in pnpm audit output for better readability #​5981
  • Fix "cross-device link not permitted" error when node-linker is set to hoisted #​5992.

Our Gold Sponsors

Our Silver Sponsors

v7.26.1

Compare Source

Patch Changes
  • Fixed out of memory error that sometimes happens when node-linker is set to hoisted #​5988.
  • Fixed EMFILE: too many open files by using graceful-fs for reading bin files of dependencies #​5887.
  • Fix lockfile v6 on projects that use patched dependencies #​5967.
Our Gold Sponsors
Our Silver Sponsors

v7.26.0

Compare Source

Minor Changes
Patch Changes
  • Packages hoisted to the virtual store are not removed on repeat install, when the non-headless algorithm runs the installation #​5971.
  • prepublishOnly and prepublish should not be executed on pnpm pack #​2941.
Our Gold Sponsors
Our Silver Sponsors
terser/terser

v5.16.2

Compare Source

  • Fix sourcemaps with non-ascii characters (#​1318)
  • Support string module name and export * as (#​1336)
  • Do not move let out of for initializers, as it can change scoping
  • Fix a corner case that would generate the invalid syntax if (something) let x ("let" in braceless if body)
  • Knowledge of more native object properties (#​1330)
  • Got rid of Travis (#​1323)
  • Added semi-secret asObject sourcemap option to typescript defs (#​1321)
Microsoft/tslib

v2.5.0: tslib 2.5.0

Compare Source

What's New

Full Changelog: microsoft/tslib@2.4.1...2.5.0

vuejs/vitepress

v1.0.0-alpha.44

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • theme: collapsible is dropped from sidebar, use collapsed instead

v1.0.0-alpha.43

Compare Source

Bug Fixes
  • build: hmr with rewrites when base is set (a05956f)

v1.0.0-alpha.42

Compare Source

Bug Fixes

v1.0.0-alpha.41

Compare Source

Bug Fixes
Features
vitest-dev/vitest

v0.28.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.28.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

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, 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 Jan 30, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 77a125a to a634317 Compare January 30, 2023 20:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a634317 to f77d460 Compare January 31, 2023 08:43
@patak-dev patak-dev merged commit 5d55083 into main Jan 31, 2023
@patak-dev patak-dev deleted the renovate/all-minor-patch branch January 31, 2023 09:24
futurGH pushed a commit to futurGH/vite that referenced this pull request Feb 26, 2023
# for free to join this conversation on GitHub. Already have an account? # 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