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

Merged
merged 1 commit into from Jun 7, 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/kit (source) ^1.0.0-next.347 -> ^1.0.0-next.348 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.27.0 -> ^5.27.1 age adoption passing confidence
@typescript-eslint/parser ^5.27.0 -> ^5.27.1 age adoption passing confidence
eslint (source) ^8.16.0 -> ^8.17.0 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
rollup (source) ^2.75.4 -> ^2.75.5 age adoption passing confidence
sass ^1.52.1 -> ^1.52.2 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
tsup ^6.0.1 -> ^6.1.0 age adoption passing confidence
typescript (source) ^4.7.2 -> ^4.7.3 age adoption passing confidence
vite ^2.9.9 -> ^2.9.10 age adoption passing confidence
vitest ^0.13.0 -> ^0.14.1 age adoption passing confidence

Release Notes

sveltejs/kit

v1.0.0-next.348

Compare Source

Patch Changes
  • Disallow access to __data.json for standalone endpoints (#​5149)
  • [chore] introduce KitConfig type (#​5141)
  • Prevent incorrect redirect for __data.json request with trailingSlash: 'always' (#​5149)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.27.1

Compare Source

Bug Fixes
  • eslint-plugin: [space-infix-ops] correct PropertyDefinition with typeAnnotation (#​5113) (d320174)
  • eslint-plugin: [space-infix-ops] regression fix for conditional types (#​5135) (e5238c8)
  • eslint-plugin: [space-infix-ops] regression fix for type aliases (#​5138) (4e13deb)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.27.1

Compare Source

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

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

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

rollup/rollup

v2.75.5

Compare Source

2022-06-01

Bug Fixes
  • Avoid crashes when using logical expressions for unused constructor arguments (#​4519)
  • Fix missing parameter defaults for calls from try statements and functions returned by functions (#​4520)
Pull Requests
sass/dart-sass

v1.52.2

Compare Source

  • Preserve location of trailing loud comments (/* ... */) instead of pushing
    the comment to the next line.
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
egoist/tsup

v6.1.0

Compare Source

Bug Fixes
  • allow format to be a string in config file (0a96985)
  • ignore esbuild warning if silent is true (#​643) (36e2199)
Features
  • allow to use an object as entry with --entry flag (33a7c5f)
  • new option outExtension (b9cd8d5)
  • support custom config file with --config flag (90f2d1a)
Microsoft/TypeScript

v4.7.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

vitejs/vite

v2.9.10

Compare Source

Please refer to CHANGELOG.md for details.

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

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 label Jun 6, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7f3c80e to 01e6940 Compare June 6, 2022 03:29
@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 from 01e6940 to a2ab9ac Compare June 6, 2022 06:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2ab9ac to 4948ce8 Compare June 6, 2022 18:26
@bluwy bluwy merged commit 830375d into main Jun 7, 2022
@bluwy bluwy deleted the renovate/all-minor-patch branch June 7, 2022 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants