This repository was archived by the owner on Jan 10, 2024. It is now read-only.
chore(deps): update shared components packages to v6 (major) - #921
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update shared components packages to v6 (major)#921renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
10 times, most recently
from
June 21, 2023 04:18
1c910f8 to
da8e9e6
Compare
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
8 times, most recently
from
June 28, 2023 04:47
c2bb0fa to
9899e6f
Compare
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
7 times, most recently
from
July 4, 2023 15:10
029c94c to
d1e6fb8
Compare
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
2 times, most recently
from
July 10, 2023 19:30
23e78f4 to
6440b70
Compare
Contributor
Author
⚠ Artifact update problemRenovate 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:
The artifact failure details are included below: File name: package-lock.json |
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
from
July 13, 2023 15:41
6440b70 to
1036826
Compare
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
3 times, most recently
from
August 28, 2023 18:59
b34f137 to
9632e6d
Compare
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
2 times, most recently
from
September 6, 2023 23:49
78b1b72 to
046401c
Compare
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
from
September 11, 2023 18:26
046401c to
e3a0be3
Compare
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
2 times, most recently
from
September 25, 2023 18:17
c25c224 to
51b75c8
Compare
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
from
October 2, 2023 19:34
51b75c8 to
dbdeba2
Compare
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
2 times, most recently
from
October 12, 2023 06:31
d102699 to
2ba9cc8
Compare
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
2 times, most recently
from
October 23, 2023 18:19
189b378 to
4f1b273
Compare
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
2 times, most recently
from
November 6, 2023 18:10
b28ff80 to
12b5e1c
Compare
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
from
November 13, 2023 19:00
12b5e1c to
d5b8332
Compare
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
2 times, most recently
from
November 27, 2023 17:38
c63aa07 to
b3a489f
Compare
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
3 times, most recently
from
December 4, 2023 17:39
9fe84f2 to
b95bc52
Compare
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
from
December 11, 2023 18:08
b95bc52 to
baae478
Compare
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
2 times, most recently
from
December 25, 2023 18:02
23466b8 to
0267b52
Compare
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
2 times, most recently
from
January 1, 2024 18:04
802482f to
b30d0a9
Compare
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
2 times, most recently
from
January 6, 2024 14:02
371301c to
16839bf
Compare
renovate
Bot
force-pushed
the
renovate/major-6-shared-components-packages
branch
from
January 8, 2024 23:28
16839bf to
b2cc6b3
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
5.16.5->6.2.05.60.1->6.18.15.60.1->6.18.15.0.1->6.2.1Release Notes
testing-library/jest-dom (@testing-library/jest-dom)
v6.2.0Compare Source
Features
v6.1.6Compare Source
Bug Fixes
v6.1.5Compare Source
Bug Fixes
v6.1.4Compare Source
Bug Fixes
@adobe/css-toolsto4.3.1to address vulnerability (#532) (44f1eab)v6.1.3Compare Source
Bug Fixes
v6.1.2Compare Source
Bug Fixes
v6.1.1Compare Source
Bug Fixes
v6.1.0Compare Source
Features
v6.0.1Compare Source
Bug Fixes
v6.0.0Compare Source
Features
BREAKING CHANGES
the default import path or one of the new test platform-specific
paths to automatically extend the appropriate "expect" instance.
extend-expect was not documented in the Readme, so this change should
have minimal impact.
Users can now use the following import paths to automatically extend
"expect" for their chosen test platform:
For example:
import '@testing-library/jest-dom/jest-globals'
Importing from one of the above paths will augment the appropriate
matcher interface for the given test platform, assuming the import
is done in a .ts file that is included in the user's tsconfig.json.
It's also (still) possible to import the matchers directly without
side effects:
import * as matchers from '@testing-library/jest-dom/matchers'
v5.17.0Compare Source
Features
toHaveAccessibleErrorMessagebetter implementing the spec, deprecatetoHaveErrorMessage(#503) (d717c66)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
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.
v6.13.2Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.13.1Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.13.0Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.12.0Compare Source
Bug Fixes
ignoreClassesThatImplementAnInterfaceis set (#7705) (155aa1f)Features
You can read about our versioning strategy and releases on our website.
v6.11.0Compare Source
Bug Fixes
allowTypedFunctionExpressions(#7553) (be2777c)Features
no-unsafe-unary-minusrule (#7390) (c4709c2)CodePathselector types (#7551) (99a026f)You can read about our versioning strategy and releases on our website.
v6.10.0Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
6.9.1 (2023-10-30)
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.9.1Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.9.0Compare Source
Bug Fixes
Features
this: voidparameter (#7696) (6398d3f), closes #7538You can read about our versioning strategy and releases on our website.
v6.8.0Compare Source
Bug Fixes
Features
prefer-destructuring(#7117) (3c6379b)You can read about our versioning strategy and releases on our website.
6.7.5 (2023-10-09)
Bug Fixes
You can read about our versioning strategy and releases on our website.
6.7.4 (2023-10-02)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.7.3 (2023-09-25)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.7.2 (2023-09-18)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.7.1 (2023-09-18)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.7.5Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.7.4Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.7.3Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.7.2Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.7.0Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.6.0Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.5.0Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
6.4.1 (2023-08-21)
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.4.1Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.4.0Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.3.0Compare Source
Bug Fixes
allowTypeImportsenabled (#7379) (cc9a46d)Features
ignorePrimitivesoption to betrue(#7331) (dfcafae)Reverts
You can read about our versioning strategy and releases on our website.
6.2.1 (2023-07-31)
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.2.1Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.2.0Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.1.0Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.0.0Compare Source
Bug Fixes
exportsfield in package.json files (#6550) (53776c2)chore
Features
rule-tester(#6777) (2ce1c1d)Configuration
📅 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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.