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

chore(deps): update all non-major dependencies #8474

Merged
merged 1 commit into from Jun 6, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/vite-plugin-svelte ^1.0.0-next.46 -> ^1.0.0-next.47 age adoption passing confidence
@types/react ^18.0.9 -> ^18.0.12 age adoption passing confidence
@vue/compiler-dom ^3.2.36 -> ^3.2.37 age adoption passing confidence
core-js ^3.22.7 -> ^3.22.8 age adoption passing confidence
eslint (source) ^8.16.0 -> ^8.17.0 age adoption passing confidence
phoenix ^1.6.9 -> ^1.6.10 age adoption passing confidence
pnpm (source) 7.1.7 -> 7.1.9 age adoption passing confidence
pnpm (source) ^7.1.7 -> ^7.1.9 age adoption passing confidence
preact (source) ^10.7.2 -> ^10.7.3 age adoption passing confidence
sass ^1.52.1 -> ^1.52.2 age adoption passing confidence
stylus ^0.58.0 -> ^0.58.1 age adoption passing confidence
svelte-check ^2.7.1 -> ^2.7.2 age adoption passing confidence
svelte-preprocess ^4.10.6 -> ^4.10.7 age adoption passing confidence
ts-node (source) ^10.8.0 -> ^10.8.1 age adoption passing confidence
vitest ^0.13.0 -> ^0.14.1 age adoption passing confidence
vue ^3.2.36 -> ^3.2.37 age adoption passing confidence
vue-tsc ^0.35.2 -> ^0.37.0 age adoption passing confidence

Release Notes

sveltejs/vite-plugin-svelte

v1.0.0-next.47

Compare Source

Patch Changes
  • Use last modified time as cache busting parameter (#​356)
  • Export loadSvelteConfig (#​356)
vuejs/core

v3.2.37

Compare Source

Bug Fixes
zloirock/core-js

v3.22.8

Compare Source

  • Fixed possible multiple call of ToBigInt / ToNumber conversion of the argument passed to %TypedArray%.prototype.fill in V8 ~ Chrome < 59, Safari < 14.1, FF < 55, Edge <=18
  • Fixed some cases of DeletePropertyOrThrow in IE9-
  • Fixed the kind of error (TypeError instead of Error) on incorrect exec result in RegExp.prototype.test polyfill
  • Fixed dependencies of { actual, full, features }/typed-array/at entries
  • Added Electron 20.0 compat data mapping
  • Added iOS Safari 15.5 compat data mapping
  • Refactoring
eslint/eslint

v8.17.0

Compare Source

Features
  • 55319e1 feat: fix indent bug with semicolon-first style (#​15951) (Milos Djermanovic)
  • f6d7920 feat: add allowNamedExports option to no-use-before-define (#​15953) (Milos Djermanovic)
Bug Fixes
Documentation
Chores
phoenixframework/phoenix

v1.6.10

Compare Source

JavaScript Client Enhancements
  • Add ping function to socket
pnpm/pnpm

v7.1.9

Compare Source

Patch Changes

  • When the same package is found several times in the dependency graph, correctly autoinstall its missing peer dependencies at all times #​4820.

Our Sponsors

#### What's Changed * fix: auto-install-peers by @​zkochan in https://github.com/pnpm/pnpm/pull/4855

Full Changelog: pnpm/pnpm@v7.1.8...v7.1.9

v7.1.8

Compare Source

Patch Changes

  • Suggest updating using Corepack, when pnpm was installed via Corepack.
  • It should be possible to install a git-hosted package that has no package.json file #​4822.
  • Fix pre-compiled pnpm binaries crashing when NODE_MODULES is set.

Our Sponsors

#### What's Changed * fix: pnpm pre-compiled binaries crash when NODE_MODULES is set by @​gluxon in https://github.com/pnpm/pnpm/pull/4823 * refactor(lockfile-file): Abstract LockfileFile to Lockfile conversion by @​gluxon in https://github.com/pnpm/pnpm/pull/4824 * test: update Jest by @​zkochan in https://github.com/pnpm/pnpm/pull/4644 * fix(cli): suggest to update with Corepack by @​zkochan in https://github.com/pnpm/pnpm/pull/4854 * fix: resolve manifest promise when manifest is not found by @​zkochan in https://github.com/pnpm/pnpm/pull/4826

Full Changelog: pnpm/pnpm@v7.1.7...v7.1.8

preactjs/preact

v10.7.3

Compare Source

Improvements

sass/dart-sass

v1.52.2

Compare Source

  • Preserve location of trailing loud comments (/* ... */) instead of pushing
    the comment to the next line.
stylus/stylus

v0.58.1

Compare Source

===================

  • fix: bin/stylus in npm packages contains windows style line endings #​2691
  • ci: add yarn bin/stylus execute regression test #​2692
sveltejs/language-tools

v2.7.2

Compare Source

  • (fix) ignore js files in node_modules when type checking
  • (fix) correctly extract script/style tag when there's whitespace before block name (#​1494)
sveltejs/svelte-preprocess

v4.10.7

Compare Source

Bug Fixes
TypeStrong/ts-node

v10.8.1

Compare Source

Fixed

https://github.com/TypeStrong/ts-node/milestone/14

vitest-dev/vitest

v0.14.1

Compare Source

Bug Fixes

v0.14.0

Compare Source

Breaking Changes

Bug Fixes

v0.13.1

Compare Source

Bug Fixes
Features
johnsoncodehk/volar

v0.37.0

Compare Source

  • feat: VitePress support (#​1399)
  • feat: support html.autoCreateQuotes for pug
  • feat: enabled references codeLens for slots when use script setup
  • feat: detect missing component import (#​1203)
  • feat: support --generateTrace for vue-tsc (#​1375)
  • fix: dynamic slot name breaks template type checking (#​1392)
  • fix: don't report property does not exist error for data-* and aria-*
  • fix: html selection highlight ranges incorrect (#​1393)
  • fix: avoid DefineComponent type loss when use script setup (#​1391)
  • fix: css module $style inconsistent between vue-tsc and vscode (#​1089)
  • fix: css class name and v-bind should not active in style comments
  • fix: unused console.log to adapt vim-lsp (#​1391)
  • fix: language server stuck on incomplete style variable injection expression (#​1359)
  • fix: remove __VLS_ result from code actions

Breaking changes

  • vueCompilerOptions.experimentalCompatMode is renamed to vueCompilerOptions.target.

    {
    	"vueCompilerOptions": {
    -		"experimentalCompatMode": 2
    +		"target": 2
    	},
    }
Our Sponsors

v0.36.1

Compare Source

  • feat: add vueCompilerOptions.experimentalSuppressUnknownJsxPropertyErrors option for unkonwn props reporting
  • fix: template slots types missing when use export default in <script> with <script setup> (#​1389)
  • fix: fixed false positive __VLS_radioBinding on radio input tag. (#​1390)

v0.36.0

Compare Source

  • feat: support format selection (range formatting) (#​1370)
  • feat: support format on type
  • feat: support @ts-check, @ts-nocheck for template (#​1369)
  • feat: improve slots auto-complete (#​1251)
  • feat: support jsdoc for jsx IntrinsicElement (#​1212)
  • feat: experimental support for vue 2.7 with "experimentalCompatMode": 2.7
  • feat: support typed template slots for script setup (#​1253)
  • fix: --extendedDiagnostics not working on vue-tsc (#​1375)
  • fix: template diagnostics incomplete on vue-tsc (#​1372)
  • fix: respected textDocument.completion.completionItem.insertReplaceSupport (#​1373)

Breaking changes

  • feat: report error for unkonwn props (#​1077)

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 Jun 6, 2022
@bluwy
Copy link
Member

bluwy commented Jun 6, 2022

Blocked by vitest-dev/vitest#1439

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1bfaca8 to 1f6eb09 Compare June 6, 2022 12:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1f6eb09 to bb34a8e Compare June 6, 2022 15:19
@patak-dev patak-dev merged commit 6d0ede7 into main Jun 6, 2022
@patak-dev patak-dev deleted the renovate/all-minor-patch branch June 6, 2022 17: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

3 participants