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

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/kit (source) ^1.27.3 -> ^1.27.6 age adoption passing confidence
@types/cookie (source) ^0.5.3 -> ^0.5.4 age adoption passing confidence
@types/debug (source) ^4.1.10 -> ^4.1.12 age adoption passing confidence
@types/fs-extra (source) ^11.0.3 -> ^11.0.4 age adoption passing confidence
@types/node (source) ^18.18.8 -> ^18.18.9 age adoption passing confidence
@typescript-eslint/eslint-plugin ^6.9.1 -> ^6.11.0 age adoption passing confidence
@typescript-eslint/parser ^6.9.1 -> ^6.11.0 age adoption passing confidence
carbon-components-svelte ^0.81.2 -> ^0.82.0 age adoption passing confidence
carbon-icons-svelte ^12.3.0 -> ^12.3.1 age adoption passing confidence
dts-buddy ^0.3.0 -> ^0.4.0 age adoption passing confidence
eslint-plugin-n ^16.2.0 -> ^16.3.1 age adoption passing confidence
eslint-plugin-svelte (source) ^2.34.1 -> ^2.35.0 age adoption passing confidence
lint-staged ^15.0.2 -> ^15.1.0 age adoption passing confidence
pnpm (source) 8.10.2 -> 8.10.5 age adoption passing confidence
prettier (source) ^3.0.3 -> ^3.1.0 age adoption passing confidence
prettier-plugin-svelte ^3.0.3 -> ^3.1.0 age adoption passing confidence
svelte (source) ^4.2.2 -> ^4.2.3 age adoption passing confidence
svelte-check ^3.5.2 -> ^3.6.0 age adoption passing confidence
svelte-preprocess ^5.0.4 -> ^5.1.0 age adoption passing confidence
vite (source) ^5.0.0-beta.16 -> ^5.0.0-beta.19 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/kit)

v1.27.6

Compare Source

Patch Changes
  • fix: use runes in generated root when detecting Svelte 5 (#​11028)

  • fix: correctly prerender pages that use browser globals and have SSR turned off (#​11032)

  • fix: correctly show 404 for prerendered dynamic routes when navigating client-side without a root layout server load (#​11025)

v1.27.5

Compare Source

Patch Changes
  • fix: add vite.config.js to included files in generated tsconfig (#​10788)

  • fix: cache location.origin on startup (#​11004)

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

v6.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#​7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#​7883) (a668f5b)
Features

You can read about our versioning strategy and releases on our website.

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

v6.11.0

Compare Source

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

You can read about our versioning strategy and releases on our website.

carbon-design-system/carbon-components-svelte (carbon-components-svelte)

v0.82.0

Compare Source

carbon-design-system/carbon-icons-svelte (carbon-icons-svelte)

v12.3.1

Compare Source

Re-publish package to NPM with provenance.

Rich-Harris/dts-buddy (dts-buddy)

v0.4.0

Compare Source

  • Replace path aliases (#​65)
eslint-community/eslint-plugin-n (eslint-plugin-n)

v16.3.1

Compare Source

okonet/lint-staged (lint-staged)

v15.1.0

Compare Source

Minor Changes
Patch Changes
pnpm/pnpm (pnpm)

v8.10.5

Compare Source

Patch Changes

  • Don't fail on an empty pnpm-workspace.yaml file #​7307.

Our Gold Sponsors

Our Silver Sponsors

v8.10.4

Compare Source

Patch Changes

  • Fixed out-of-memory exception that was happening on dependencies with many peer dependencies, when node-linker was set to hoisted #​6227.

Our Gold Sponsors

Our Silver Sponsors

v8.10.3

Compare Source

Patch Changes

  • (Important) Increased the default amount of allowed concurrent network request on systems that have more than 16 CPUs #​7285.

  • pnpm patch should reuse existing patch when shared-workspace-file=false #​7252.

  • Don't retry fetching missing packages, since the retries will never work #​7276.

  • When using pnpm store prune --force alien directories are removed from the store #​7272.

  • Downgraded npm-packlist because the newer version significantly slows down the installation of local directory dependencies, making it unbearably slow.

    npm-packlist was upgraded in this PR to fix #​6997. We added our own file deduplication to fix the issue of duplicate file entries.

  • Fixed a performance regression on running installation on a project with an up to date lockfile #​7297.

  • Throw an error on invalid pnpm-workspace.yaml file #​7273.

Our Gold Sponsors

Our Silver Sponsors

prettier/prettier (prettier)

v3.1.0

Compare Source

diff

🔗 Release Notes

sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)

v3.1.0

Compare Source

sveltejs/svelte (svelte)

v4.2.3

Compare Source

Patch Changes
  • fix: improve a11y-click-events-have-key-events message (#​9358)

  • fix: more robust hydration of html tag (#​9184)

sveltejs/language-tools (svelte-check)

v3.6.0

Compare Source

  • chore: various cleanup work
  • fix: enhance numberOnlyAttributes list
sveltejs/svelte-preprocess (svelte-preprocess)

v5.1.0

Bug Fixes
Features
  • add experimental support for Svelte 5 (923f437)

5.0.4 (2023-05-26)

Bug Fixes
  • spell. "identation" → "indentation " (#​598) (aa86f0b)
  • mark as ready for Svelte 4

5.0.3 (2023-03-17)

Bug Fixes

5.0.2 (2023-03-14)

Bug Fixes

5.0.1 (2023-01-20)

Bug Fixes
vitejs/vite (vite)

v5.0.0-beta.19

Compare Source

v5.0.0-beta.18

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am 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 force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3f80b7e to 1eeb611 Compare November 14, 2023 17:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1eeb611 to b4d17ef Compare November 14, 2023 22:46
@dominikg dominikg merged commit 27a653f into main Nov 14, 2023
5 checks passed
@dominikg dominikg deleted the renovate/all-minor-patch branch November 14, 2023 22:59
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.

1 participant