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

Merged
merged 1 commit into from Jul 18, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 18, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.18.6 -> ^7.18.9 age adoption passing confidence
@babel/parser (source) ^7.18.8 -> ^7.18.9 age adoption passing confidence
@babel/plugin-proposal-pipeline-operator (source) ^7.18.6 -> ^7.18.9 age adoption passing confidence
@babel/runtime (source) ^7.18.6 -> ^7.18.9 age adoption passing confidence
@babel/standalone (source) ^7.18.8 -> ^7.18.9 age adoption passing confidence
@babel/types (source) ^7.18.8 -> ^7.18.9 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.30.5 -> ^5.30.6 age adoption passing confidence
@typescript-eslint/parser ^5.30.5 -> ^5.30.6 age adoption passing confidence
@vitejs/plugin-vue ^3.0.0 -> ^3.0.1 age adoption passing confidence
core-js ^3.23.4 -> ^3.23.5 age adoption passing confidence
eslint (source) ^8.19.0 -> ^8.20.0 age adoption passing confidence
node-fetch ^3.2.6 -> ^3.2.8 age adoption passing confidence
phoenix ^1.6.10 -> ^1.6.11 age adoption passing confidence
playwright-chromium (source) ^1.23.2 -> ^1.23.4 age adoption passing confidence
pnpm (source) 7.5.0 -> 7.5.2 age adoption passing confidence
pnpm (source) ^7.5.0 -> ^7.5.2 age adoption passing confidence
preact ^10.9.0 -> ^10.10.0 age adoption passing confidence
tailwindcss (source) ^3.1.5 -> ^3.1.6 age adoption passing confidence
terser (source) ^5.14.1 -> ^5.14.2 age adoption passing confidence
ts-node (source) ^10.8.2 -> ^10.9.1 age adoption passing confidence
tsx ^3.7.1 -> ^3.8.0 age adoption passing confidence
vite ^3.0.0 -> ^3.0.1 age adoption passing confidence
vitest ^0.18.0 -> ^0.18.1 age adoption passing confidence
vue-router ^4.1.1 -> ^4.1.2 age adoption passing confidence
vue-tsc ^0.38.4 -> ^0.38.8 age adoption passing confidence
ws ^8.8.0 -> ^8.8.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.18.9

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-modules-systemjs, babel-types
  • babel-generator
💅 Polish
🏠 Internal
  • babel-core, babel-helper-remap-async-to-generator, babel-helpers, babel-parser, babel-plugin-transform-block-scoping, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-chaining, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-traverse, babel-types
🏃‍♀️ Performance
babel/babel (@​babel/parser)

v7.18.9

Compare Source

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

v5.30.6

Compare Source

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

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

v5.30.6

Compare Source

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

vitejs/vite (@​vitejs/plugin-vue)

v3.0.1

Compare Source

zloirock/core-js

v3.23.5

Compare Source

  • Fixed a typo in the structuredClone feature detection, #​1106
  • Added Opera Android 70 compat data mapping
eslint/eslint

v8.20.0

Compare Source

Features

Bug Fixes

  • 30be0ed fix: no-warning-comments rule escapes special RegEx characters in terms (#​16090) (Lachlan Hunt)
  • bfe5e88 fix: ignore spacing before ] and } in comma-spacing (#​16113) (Milos Djermanovic)

Documentation

Chores

  • bbf8df4 chore: Mark autogenerated release blog post as draft (#​16130) (Nicholas C. Zakas)
  • eee4306 chore: update internal lint dependencies (#​16088) (Bryan Mishkin)
  • 9615a42 chore: update formatter examples template to avoid markdown lint error (#​16085) (Milos Djermanovic)
  • 62541ed chore: fix markdown linting error (#​16083) (唯然)
node-fetch/node-fetch

v3.2.8

Compare Source

Bug Fixes

v3.2.7

Compare Source

Bug Fixes
phoenixframework/phoenix

v1.6.11

Compare Source

JavaScript Client Enhancements
  • Add convenience for getting longpoll reference with getLongPollTransport
JavaScript Client Bug Fixes
  • Cancel inflight longpoll requests on canceled longpoll session
  • Do not attempt to flush socket buffer when tearing down socket on replaceTransport
Microsoft/playwright

v1.23.4

Compare Source

Highlights

This patch includes the following bug fix:

https://github.com/microsoft/playwright/issues/15717 - [REGRESSION]: Suddenly stopped working despite nothing having changed (experimentalLoader.js:load did not call the next hook in its chain and did not explicitly signal a short circuit)

Browser Versions

  • Chromium 104.0.5112.20
  • Mozilla Firefox 100.0.2
  • WebKit 15.4

This version was also tested against the following stable channels:

  • Google Chrome 103
  • Microsoft Edge 103

v1.23.3

Compare Source

Highlights

This patch includes the following bug fixes:

https://github.com/microsoft/playwright/issues/15557 - [REGRESSION]: Event Listeners not being removed if same handler is used for different events

Browser Versions
  • Chromium 104.0.5112.20
  • Mozilla Firefox 100.0.2
  • WebKit 15.4

This version was also tested against the following stable channels:

  • Google Chrome 103
  • Microsoft Edge 103
pnpm/pnpm

v7.5.2

Compare Source

Patch Changes

  • Don't print any info messages about .pnpmfile.cjs #​5027.
  • Do not print a package with unchanged version in the installation summary #​5031.

Our Gold Sponsors

#### Our Silver Sponsors
#### What's Changed * fix: summary reporting by @​zkochan in https://github.com/pnpm/pnpm/pull/5031 * fix: don't print info messages about .pnpmfile.cjs by @​zkochan in https://github.com/pnpm/pnpm/pull/5032

Full Changelog: pnpm/pnpm@v7.5.1...v7.5.2

v7.5.1

Compare Source

Patch Changes

  • Don't symlink the autoinstalled peer dependencies to the root of node_modules #​4988.
  • Avoid retaining a copy of the contents of files deleted during patching #​5003.
  • Remove file reporter logging. Logged file is not useful #​4949.

Our Gold Sponsors

#### Our Silver Sponsors
#### What's Changed * fix: don't symlink the autoinstalled peers to the root of node_modules by @​zkochan in https://github.com/pnpm/pnpm/pull/4998 * feat: use irreversible-delete in pnpm patch-commit by @​webstrand in https://github.com/pnpm/pnpm/pull/5008 * feat(file-reporter): remove file reporter by @​william2958 in https://github.com/pnpm/pnpm/pull/5012 #### New Contributors * @​webstrand made their first contribution in https://github.com/pnpm/pnpm/pull/5008 * @​william2958 made their first contribution in https://github.com/pnpm/pnpm/pull/5012

Full Changelog: pnpm/pnpm@v7.5.0...v7.5.1

tailwindlabs/tailwindcss

v3.1.6

Compare Source

Fixed
  • Fix usage on Node 12.x (b4e637e)
  • Handle theme keys with slashes when using theme() in CSS (#​8831)
terser/terser

v5.14.2

Compare Source

  • Security fix for RegExps that should not be evaluated (regexp DDOS)
  • Source maps improvements (#​1211)
  • Performance improvements in long property access evaluation (#​1213)
TypeStrong/ts-node

v10.9.1

Compare Source

Fixed

  • Workaround nodejs bug introduced in 18.6.0 (#​1838) @​cspotcode
    • Only affects projects on node >=18.6.0 using --esm
    • Older versions of node and projects without --esm are unaffected

https://github.com/TypeStrong/ts-node/milestone/18?closed=1

v10.9.0

Compare Source

Added

  • --project accepts path to a directory containing a tsconfig.json (#​1829, #​1830) @​cspotcode
    • previously it required an explicit filename
  • Added helpful error message when swc version is too old to support our configuration (#​1802) @​cspotcode
  • Added experimentalTsImportSpecifiers option which allows using voluntary .ts file extensions in import specifiers (undocumented except for API docs) (#​1815) @​cspotcode

Fixed

https://github.com/TypeStrong/ts-node/milestone/16?closed=1

esbuild-kit/tsx

v3.8.0

Compare Source

Features
vitejs/vite (vite)

v3.0.1

Compare Source

vitest-dev/vitest

v0.18.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/router

v4.1.2

Compare Source

Please refer to CHANGELOG.md for details.

johnsoncodehk/volar

v0.38.8

Compare Source

  • feat: support for TS 4.8 (#​1507)
  • feat: support --incremental flag for vue-tsc (#​787)
  • fix: vue-tsc watch memory leak (#​1106)
  • fix: re-fix template directives syntax highlight incorrect edge cases (#​1423)
Our Sponsors

v0.38.7

Compare Source

  • feat: add volar.updateImportsOnFileMove.enabled option to disable file move refactoring (#​1181)
  • feat: add volar.diagnostics.delay option for reduce CPU usage (#​1295)
  • feat: add vueCompilerOptions.experimentalImplicitWrapComponentOptionsWithVue2Extend to support wrap component options by Vue.extend (#​1337)
  • feat: support takeover mode for .cjs and .mjs (#​1578)
  • fix: template syntax highlight broken if quotes missing (#​761)
  • fix: self closing tag syntax highlight incorrect (#​948)
  • fix: re-fix vue file import path auto-complete not working on windows (#​1304)
  • fix: ts plugin stuck on empty project (#​1146)
  • fix: tsconfig picking inaccurate (#​1193)
  • fix: cannot resolve modules from extend tsconfg types option (#​1262)
  • fix: file move refactoring unpredictable (#​1273)
  • fix: avoid duplicate class attribute in pug (#​1525)
  • fix: intellisense incorrect in new file (#​1548)
  • fix: insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis break v-for format (#​1398)
  • fix: document features not working in *.ts on takeover mode (#​1563)

v0.38.5

Compare Source

websockets/ws

v8.8.1

Compare Source

Bug fixes

  • The Authorization and Cookie headers are no longer sent if the original
    request for the opening handshake is sent to an IPC server and the client is
    redirected to another IPC server (bc8bd34).

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 Jul 18, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 93507a5 to 0ad5c71 Compare July 18, 2022 08:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0ad5c71 to a11d9d8 Compare July 18, 2022 12:26
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jul 18, 2022
@patak-dev patak-dev merged commit 31d3b70 into main Jul 18, 2022
@patak-dev patak-dev deleted the renovate/all-minor-patch branch July 18, 2022 12:44
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

1 participant