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

Merged
merged 2 commits into from
Jan 26, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@builder.io/qwik (source) ^1.3.5 -> ^1.4.0 age adoption passing confidence dependencies minor
@jridgewell/trace-mapping ^0.3.21 -> ^0.3.22 age adoption passing confidence devDependencies patch
@types/node (source) ^20.11.1 -> ^20.11.5 age adoption passing confidence devDependencies patch
@types/react (source) ^18.2.47 -> ^18.2.48 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) ^6.18.1 -> ^6.19.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^6.18.1 -> ^6.19.0 age adoption passing confidence devDependencies minor
@vue/shared (source) ^3.4.13 -> ^3.4.15 age adoption passing confidence dependencies patch
autoprefixer ^10.4.16 -> ^10.4.17 age adoption passing confidence dependencies patch
core-js (source) ^3.35.0 -> ^3.35.1 age adoption passing confidence dependencies patch
dotenv ^16.3.1 -> ^16.3.2 age adoption passing confidence devDependencies patch
miniflare (source) ^3.20231218.1 -> ^3.20231218.2 age adoption passing confidence devDependencies patch
playwright-chromium (source) ^1.40.1 -> ^1.41.1 age adoption passing confidence devDependencies minor
pnpm (source) 8.14.1 -> 8.14.2 age adoption passing confidence packageManager patch
prettier (source) 3.2.2 -> 3.2.4 age adoption passing confidence devDependencies patch
sass ^1.69.7 -> ^1.70.0 age adoption passing confidence devDependencies minor
svelte (source) ^4.2.8 -> ^4.2.9 age adoption passing confidence devDependencies patch
terser (source) ^5.26.0 -> ^5.27.0 age adoption passing confidence devDependencies minor
tj-actions/changed-files v41.1.1 -> v41.1.2 age adoption passing confidence action patch
vite (source) ^5.0.11 -> ^5.0.12 age adoption passing confidence devDependencies patch
vite-plugin-solid ^2.8.0 -> ^2.8.2 age adoption passing confidence devDependencies patch
vitepress (source) 1.0.0-rc.36 -> 1.0.0-rc.40 age adoption passing confidence devDependencies patch
vitest (source) ^1.2.0 -> ^1.2.1 age adoption passing confidence devDependencies patch
vue (source) ^3.4.13 -> ^3.4.15 age adoption passing confidence dependencies patch
vue (source) ^3.4.13 -> ^3.4.15 age adoption passing confidence devDependencies patch

Release Notes

BuilderIO/qwik (@​builder.io/qwik)

v1.4.0

Compare Source

What's Changed
  • Types have changed a bit, now JSX components output JSXOutput instead of JSXNode, which captures the existing possibility to return strings, booleans, arrays etc.
  • The Link component now automatically prefetches the JS needed
  • When SPA routing fails, it will now use MPA routing as a fallback
  • Various bugfixes
PRs merged
New Contributors

Full Changelog: QwikDev/qwik@v1.3.5...v1.4.0

jridgewell/trace-mapping (@​jridgewell/trace-mapping)

v0.3.22

Compare Source

What's Changed

Full Changelog: jridgewell/trace-mapping@v0.3.21...v0.3.22

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

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

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

v6.19.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

vuejs/core (@​vue/shared)

v3.4.15

Compare Source

Bug Fixes
  • compiler-sfc: fix type resolution for symlinked node_modules structure w/ pnpm (75e866b), closes #​10121
  • correct url for production error reference links (c3087ff)
  • hydration: fix incorect mismatch warning for option with non-string value and inner text (d16a213)
  • reactivity: re-fix #​10114 (#​10123) (c2b274a)
  • runtime-core: should not warn out-of-render slot fn usage when mounting another app in setup (#​10125) (6fa33e6), closes #​10124
Performance Improvements
  • templateRef: avoid double render when using template ref on v-for (de4d2e2), closes #​9908
  • v-model: optimize v-model multiple select w/ large lists (2ffb956), closes #​10014

v3.4.14

Compare Source

Bug Fixes
postcss/autoprefixer (autoprefixer)

v10.4.17

Compare Source

  • Fixed user-select: contain prefixes.
zloirock/core-js (core-js)

v3.35.1

Compare Source

motdotla/dotenv (dotenv)

v16.3.2

Compare Source

Added
  • Add debug message when no encoding set #​735
Changed
  • Fix output typing for populate #​792
  • Use subarray instead of slice #​793
cloudflare/workers-sdk (miniflare)

v3.20231218.2

Compare Source

Minor Changes
Patch Changes
  • #​4719 c37d94b5 Thanks @​mrbbot! - fix: ensure miniflare and wrangler can source map in the same process

    Previously, if in a wrangler dev session you called console.log() and threw an unhandled error you'd see an error like [ERR_ASSERTION]: The expression evaluated to a falsy value. This change ensures you can do both of these things in the same session.

microsoft/playwright (playwright-chromium)

v1.41.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/29067 - [REGRESSION] Codegen/Recorder: not all clicks are being actioned nor recordedhttps://github.com/microsoft/playwright/issues/290288 - [REGRESSION] React component tests throw type error when passing null/undefined to componenhttps://github.com/microsoft/playwright/issues/2902727 - [REGRESSION] React component tests not passing Date prop valuhttps://github.com/microsoft/playwright/issues/29023023 - [REGRESSION] React component tests not rendering children phttps://github.com/microsoft/playwright/issues/290199019 - [REGRESSION] trace.playwright.dev does not currently support the loading from URL

Browser Versions

  • Chromium 121.0.6167.57
  • Mozilla Firefox 121.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 120
  • Microsoft Edge 120

v1.41.0

Compare Source

New APIs

Browser Versions

  • Chromium 121.0.6167.57
  • Mozilla Firefox 121.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 120
  • Microsoft Edge 120
pnpm/pnpm (pnpm)

v8.14.2

Compare Source

Patch Changes

  • Registry configuration from previous installation should not override current settings #​7507.
  • pnpm dlx should not fail, when executed from package.json "scripts" 7424.
  • A git-hosted dependency should not be added to the store if it failed to be built #​7407.
  • pnpm publish should pack "main" file or "bin" files defined in "publishConfig" #​4195.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

prettier/prettier (prettier)

v3.2.4

Compare Source

diff

Fix incorrect parser inference (#​15947 by @​fisker)

Files like .eslintrc.json were incorrectly formatted as JSONC files.

// Input
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "jsonc" }

// Prettier 3.2.4
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "json" }

v3.2.3

Compare Source

diff

Throw errors for invalid code (#​15881 by @​fisker, @​Josh-Cena, @​auvred)
// Input
1++;

// Prettier 3.2.2
1++;

// Prettier 3.2.3
SyntaxError: Invalid left-hand side expression in unary operation (1:1)
> 1 | 1++;
    | ^
// Input
try {} catch (error = 1){}

// Prettier 3.2.2
try {
} catch (error) {}

// Prettier 3.2.3
SyntaxError: Catch clause variable cannot have an initializer. (1:23)
> 1 | try {} catch (error = 1){}
    |                       ^
Fix parser inference (#​15927 by @​fisker)
// Prettier 3.2.2
prettier --file-info tsconfig.json
{ "ignored": false, "inferredParser": "json" }

// Prettier 3.2.3
prettier --file-info tsconfig.json
{ "ignored": false, "inferredParser": "jsonc" }
sass/dart-sass (sass)

v1.70.0

Compare Source

JavaScript API
  • Add a sass.initCompiler() function that returns a sass.Compiler object
    which supports compile() and compileString() methods with the same API as
    the global Sass object. On the Node.js embedded host, each sass.Compiler
    object uses a single long-lived subprocess, making compiling multiple
    stylesheets much more efficient.

  • Add a sass.initAsyncCompiler() function that returns a sass.AsyncCompiler
    object which supports compileAsync() and compileStringAsync() methods with
    the same API as the global Sass object. On the Node.js embedded host, each
    sass.AsynCompiler object uses a single long-lived subprocess, making
    compiling multiple stylesheets much more efficient.

Embedded Sass
  • Support the CompileRequest.silent field. This allows compilations with no
    logging to avoid unnecessary request/response cycles.

  • The Dart Sass embedded compiler now reports its name as "dart-sass" rather
    than "Dart Sass", to match the JS API's info field.

sveltejs/svelte (svelte)

v4.2.9

Compare Source

Patch Changes
  • fix: add types for popover attributes and events (#​10042)

  • fix: add gamepadconnected and gamepaddisconnected events (#​9864)

  • fix: make @types/estree a dependency (#​10149)

  • fix: bump axobject-query (#​10167)

terser/terser (terser)

v5.27.0

Compare Source

  • Created minify_sync() alternative to minify() since there's no async code left.
tj-actions/changed-files (tj-actions/changed-files)

v41.1.2

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v41...v41.1.2

vitejs/vite (vite)

v5.0.12

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/vitepress (vitepress)

v1.0.0-rc.40

Compare Source

Bug Fixes
  • client: handle head orphans added in initial load (#​3474) (5e2d853)
  • theme: avoid selecting summary on toggling details (77a318c)
  • theme: hover color for code links inside custom containers (#​3467) (d529ed4)
  • type: fix missed VPBadge type in theme.d.ts (#​3470) (fcf828c)
Features

v1.0.0-rc.39

Compare Source

Bug Fixes
  • theme: misaligned outline indicator (#​3458) (0ce5ece)
  • theme: enter key behavior conflict with IME in search box (#​3454) (cd8ee6f)
  • theme: use--vp-c-tip- CSS variable for badge/block colors with typetip (#​3434) (78abf47)
Features

v1.0.0-rc.38

[Compare Sour


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 added the dependencies Pull requests that update a dependency file label Jan 22, 2024
Copy link

stackblitz bot commented Jan 22, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link
Member

@patak-dev patak-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems we need the trailing commas in tsconfig.json now, I pushed a commit to format all of them

Copy link
Contributor Author

renovate bot commented Jan 22, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@sapphi-red sapphi-red merged commit 4d9363a into main Jan 26, 2024
10 checks passed
@sapphi-red sapphi-red deleted the renovate/all-minor-patch branch January 26, 2024 08:40
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

2 participants