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

Merged
merged 2 commits into from
Jun 18, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@builder.io/qwik (source) ^1.5.6 -> ^1.5.7 age adoption passing confidence
@eslint/js (source) ^9.4.0 -> ^9.5.0 age adoption passing confidence
@shikijs/vitepress-twoslash (source) ^1.6.3 -> ^1.7.0 age adoption passing confidence
@types/babel__preset-env (source) ^7.9.6 -> ^7.9.7 age adoption passing confidence
@types/node (source) ^20.14.2 -> ^20.14.4 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.12.0 -> ^7.13.1 age adoption passing confidence
@typescript-eslint/parser (source) ^7.12.0 -> ^7.13.1 age adoption passing confidence
@vue/shared (source) ^3.4.27 -> ^3.4.29 age adoption passing confidence
acorn ^8.11.3 -> ^8.12.0 age adoption passing confidence
eslint-plugin-n ^17.8.1 -> ^17.9.0 age adoption passing confidence
globals ^15.4.0 -> ^15.6.0 age adoption passing confidence
launch-editor-middleware ^2.6.1 -> ^2.7.0 age adoption passing confidence
lint-staged ^15.2.5 -> ^15.2.7 age adoption passing confidence
miniflare (source) ^3.20240605.0 -> ^3.20240610.0 age adoption passing confidence
pnpm (source) 9.3.0 -> 9.4.0 age adoption passing confidence
prettier (source) 3.3.1 -> 3.3.2 age adoption passing confidence
sass ^1.77.4 -> ^1.77.6 age adoption passing confidence
svelte-check ^3.8.0 -> ^3.8.1 age adoption passing confidence
tsx (source) ^4.15.1 -> ^4.15.6 age adoption passing confidence
typescript-eslint (source) ^7.12.0 -> ^7.13.1 age adoption passing confidence
vite (source) ^5.2.13 -> ^5.3.1 age adoption passing confidence
vue (source) ^3.4.27 -> ^3.4.29 age adoption passing confidence
ws ^8.17.0 -> ^8.17.1 age adoption passing confidence

Release Notes

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

v1.5.7

Compare Source

What's Changed
New Contributors

Full Changelog: QwikDev/qwik@v1.5.6...v1.5.7

eslint/eslint (@​eslint/js)

v9.5.0

Compare Source

Features

  • b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#​18579) (fisker Cheung)

Bug Fixes

  • 6880286 fix: treat * as a universal pattern (#​18586) (Milos Djermanovic)
  • 7fbe211 fix: message template for all files ignored (#​18564) (Milos Djermanovic)
  • 469cb36 fix: Don't lint the same file multiple times (#​18552) (Milos Djermanovic)
  • 5cff638 fix: improve message for ignored files without a matching config (#​18404) (Francesco Trotta)

Documentation

  • 455f7fd docs: add section about including .gitignore files (#​18590) (Milos Djermanovic)
  • 721eafe docs: update info about universal files patterns (#​18587) (Francesco Trotta)
  • 8127127 docs: Update README (GitHub Actions Bot)
  • 55c2a66 docs: Update README (GitHub Actions Bot)
  • eb76282 docs: Update README (GitHub Actions Bot)
  • ff6e96e docs: baseConfig and overrideConfig can be arrays (#​18571) (Milos Djermanovic)
  • d2d83e0 docs: Add mention of eslint-transforms to v9 migration guide (#​18566) (Nicholas C. Zakas)
  • 9ce6832 docs: add callout box for unintuitive behavior (#​18567) (Ben McCann)
  • b8db99c docs: Add VS Code info to config migration guide (#​18555) (Nicholas C. Zakas)
  • 518a35c docs: Mention config migrator (#​18561) (Nicholas C. Zakas)
  • eb440fc docs: specifying files with arbitrary or no extension (#​18539) (Francesco Trotta)
  • 38c159e docs: Provide example of reading package.json for plugins meta (#​18530) (Nicholas C. Zakas)
  • d16a659 docs: add link to migration guide for --ext CLI option (#​18537) (Milos Djermanovic)
  • 73408de docs: add link to configuration file docs before examples (#​18535) (Milos Djermanovic)

Chores

shikijs/shiki (@​shikijs/vitepress-twoslash)

v1.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.6.5

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.6.4

Compare Source

   🚀 Features
    View changes on GitHub
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.13.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-readonly] refine report locations

  • eslint-plugin: [return-await] support explicit resource management

  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any

❤️ Thank You
  • Kirk Waiblinger
  • Yukihiro Hasegawa

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

v7.13.0

Compare Source

🚀 Features
  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes
  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

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

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

v7.13.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.

v7.13.0

Compare Source

🚀 Features
  • parser, typescript-estree: export withoutProjectParserOptions utility
❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

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

vuejs/core (@​vue/shared)

v3.4.29

Compare Source

Bug Fixes
  • build: fix accidental inclusion of runtime-core in server-renderer cjs build (11cc12b), closes #​11137
  • compiler-sfc: fix missing scope for extends error message (4ec387b)
  • compiler-sfc: fix parsing of mts, d.mts, and mtsx files (a476692)
  • compiler-sfc: support @​vue-ignore comment on more type sources (a23e99b)
  • custom-element: support same direct setup function signature in defineCustomElement (7c8b126), closes #​11116
  • reactivity: avoid infinite loop when render access a side effect computed (#​11135) (8296e19), closes #​11121

v3.4.28

Compare Source

Bug Fixes
acornjs/acorn (acorn)

v8.12.0

Compare Source

eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.9.0

Compare Source

🌟 Features
  • Add flag ignorePrivate to no-unpublished-x rules (#​298) (0609431)
sindresorhus/globals (globals)

v15.6.0

Compare Source

v15.5.0

Compare Source

yyx990803/launch-editor (launch-editor-middleware)

v2.7.0

Compare Source

okonet/lint-staged (lint-staged)

v15.2.7

Compare Source

Patch Changes
  • #​1440 a51be80 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git

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 Jun 17, 2024
Copy link
Contributor Author

renovate bot commented Jun 17, 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 215 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 62, reused 0, downloaded 0, added 0
Progress: resolved 182, reused 0, downloaded 0, added 0
Progress: resolved 219, reused 0, downloaded 0, added 0
Progress: resolved 224, reused 0, downloaded 0, added 0
Progress: resolved 227, reused 0, downloaded 0, added 0
Progress: resolved 333, reused 0, downloaded 0, added 0
Progress: resolved 468, reused 0, downloaded 0, added 0
Progress: resolved 593, reused 0, downloaded 0, added 0
Progress: resolved 674, reused 0, downloaded 0, added 0
Progress: resolved 722, reused 0, downloaded 0, added 0
Progress: resolved 779, reused 0, downloaded 0, added 0
Progress: resolved 831, reused 0, downloaded 0, added 0
Progress: resolved 1014, reused 0, downloaded 0, added 0
Progress: resolved 1151, reused 0, downloaded 0, added 0
Progress: resolved 1246, reused 0, downloaded 0, added 0
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: [email protected]

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

Copy link

stackblitz bot commented Jun 17, 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 4 times, most recently from 0f1b258 to 52cc7d3 Compare June 17, 2024 22:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 52cc7d3 to 1fb6c5d Compare June 18, 2024 02:29
Copy link
Contributor Author

renovate bot commented Jun 18, 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.

@bluwy bluwy merged commit bf123f2 into main Jun 18, 2024
11 checks passed
@bluwy bluwy deleted the renovate/all-minor-patch branch June 18, 2024 06: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

1 participant