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

Merged
merged 4 commits into from Feb 8, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.23.7 -> ^7.23.9 age adoption passing confidence
@babel/parser (source) ^7.23.6 -> ^7.23.9 age adoption passing confidence
@babel/preset-env (source) ^7.23.8 -> ^7.23.9 age adoption passing confidence
@babel/runtime (source) ^7.23.8 -> ^7.23.9 age adoption passing confidence
@babel/types (source) ^7.23.6 -> ^7.23.9 age adoption passing confidence
@builder.io/qwik (source) ^1.4.0 -> ^1.4.4 age adoption passing confidence
@eslint-types/typescript-eslint (source) ^6.18.1 -> ^6.19.1 age adoption passing confidence
@sveltejs/vite-plugin-svelte (source) ^3.0.1 -> ^3.0.2 age adoption passing confidence
@types/node (source) ^20.11.5 -> ^20.11.16 age adoption passing confidence
@types/react (source) ^18.2.48 -> ^18.2.55 age adoption passing confidence
@types/react-dom (source) ^18.2.18 -> ^18.2.19 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^6.19.0 -> ^6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) ^6.19.0 -> ^6.21.0 age adoption passing confidence
@vue/shared (source) ^3.4.15 -> ^3.4.16 age adoption passing confidence
axios (source) ^1.6.5 -> ^1.6.7 age adoption passing confidence
browserslist ^4.22.2 -> ^4.22.3 age adoption passing confidence
chokidar ^3.5.3 -> ^3.6.0 age adoption passing confidence
dotenv ^16.3.2 -> ^16.4.1 age adoption passing confidence
esbuild-plugin-browserslist ^0.10.0 -> ^0.11.1 age adoption passing confidence
lint-staged ^15.2.0 -> ^15.2.2 age adoption passing confidence
lit (source) ^3.1.1 -> ^3.1.2 age adoption passing confidence
magic-string ^0.30.5 -> ^0.30.7 age adoption passing confidence
miniflare (source) ^3.20231218.2 -> ^3.20240129.1 age adoption passing confidence
npm-run-all2 ^6.1.1 -> ^6.1.2 age adoption passing confidence
phoenix ^1.7.10 -> ^1.7.11 age adoption passing confidence
playwright-chromium (source) ^1.41.1 -> ^1.41.2 age adoption passing confidence
pnpm (source) 8.14.2 -> 8.15.1 age adoption passing confidence
postcss (source) ^8.4.33 -> ^8.4.35 age adoption passing confidence
prettier (source) 3.2.4 -> 3.2.5 age adoption passing confidence
semver ^7.5.4 -> ^7.6.0 age adoption passing confidence
solid-js (source) ^1.8.11 -> ^1.8.14 age adoption passing confidence
svelte (source) ^4.2.9 -> ^4.2.10 age adoption passing confidence
tsconfck (source) ^3.0.1 -> ^3.0.2 age adoption passing confidence
ufo ^1.3.2 -> ^1.4.0 age adoption passing confidence
vite-plugin-solid ^2.8.2 -> ^2.9.1 age adoption passing confidence
vitepress (source) 1.0.0-rc.40 -> 1.0.0-rc.42 age adoption passing confidence
vitest (source) ^1.2.1 -> ^1.2.2 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.23.9

Compare Source

🐛 Bug Fix
  • babel-helper-transform-fixture-test-runner, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-runtime, babel-preset-env
  • babel-traverse
  • Other
🏠 Internal
🏃‍♀️ Performance
🔬 Output optimization
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
babel/babel (@​babel/parser)

v7.23.9

Compare Source

v7.23.9 (2024-01-25)

🐛 Bug Fix
  • babel-helper-transform-fixture-test-runner, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-runtime, babel-preset-env
  • babel-traverse
  • Other
🏠 Internal
🏃‍♀️ Performance
🔬 Output optimization
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
Committers: 4
BuilderIO/qwik (@​builder.io/qwik)

v1.4.4

Compare Source

What's Changed
New Contributors

Full Changelog: QwikDev/qwik@v1.4.3...v1.4.4

v1.4.3

Compare Source

What's Changed
New Contributors

Full Changelog: QwikDev/qwik@v1.4.2...v1.4.3

v1.4.2

Compare Source

What's Changed
New Contributors

Full Changelog: QwikDev/qwik@v1.4.1...v1.4.2

v1.4.1

Compare Source

Overview
  • Try harder to prevent dirty tasks on SSR
  • AWS middleware in qwik-city
  • File filter option to make Qwik work better with Astro
  • qwik-auth can now handle multiple cookies
  • Node adapters in qwik-city now read .env files
  • Bugfixes in various service workers, starter CSS build, etc
  • Dependency updates

Thanks to all contributors!

Commits
New Contributors

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

sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v3.0.2

Compare Source

Patch Changes
  • fix(compile): correctly determine script lang in files where a comment precedes the script tag (#​844)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

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

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

v6.21.0

Compare Source

🚀 Features
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.20.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.

v6.19.1

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.16

Compare Source

Bug Fixes
Reverts
  • perf(templateRef): avoid double render when using template ref on v-for (eb1b911), closes [#​9908

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 Feb 5, 2024
Copy link

stackblitz bot commented Feb 5, 2024

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from c607f98 to 05ebc74 Compare February 7, 2024 18:52
Copy link
Contributor Author

renovate bot commented Feb 8, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 205 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 79, reused 0, downloaded 65, added 0
Progress: resolved 127, reused 0, downloaded 113, added 0
Progress: resolved 222, reused 72, downloaded 144, added 0
Progress: resolved 373, reused 72, downloaded 288, added 0
Progress: resolved 620, reused 72, downloaded 535, added 0
Progress: resolved 721, reused 72, downloaded 597, added 0
Progress: resolved 775, reused 72, downloaded 622, added 0
Progress: resolved 877, reused 72, downloaded 743, added 0
Progress: resolved 917, reused 72, downloaded 762, added 0
Progress: resolved 1069, reused 72, downloaded 896, added 0
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: chokidar@3.5.3

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.

magic-string and dotenv introduced more code
Copy link
Contributor Author

renovate bot commented Feb 8, 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.

@patak-dev patak-dev merged commit e0a6ef2 into main Feb 8, 2024
10 checks passed
@patak-dev patak-dev deleted the renovate/all-minor-patch branch February 8, 2024 09:43
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