generated from internetarchive/iaux-typescript-wc-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency @lit/localize to ^0.12.0 #312
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/lit-localize-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
4 times, most recently
from
October 13, 2023 00:30
d869380
to
c0f1159
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
from
October 26, 2023 22:49
c0f1159
to
268bbfe
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
2 times, most recently
from
November 10, 2023 20:31
25c2e05
to
e5798d4
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
5 times, most recently
from
November 29, 2023 19:58
2cb14f1
to
7c9e1b1
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
4 times, most recently
from
December 14, 2023 10:44
abcb733
to
e27d3d0
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
from
December 22, 2023 01:09
e27d3d0
to
2786cb3
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
from
January 5, 2024 19:39
2786cb3
to
8e5d70f
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
4 times, most recently
from
January 26, 2024 23:34
5462e9b
to
89b02ed
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
8 times, most recently
from
February 6, 2024 19:27
3a90cfb
to
a155594
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
from
July 22, 2024 23:41
c92fae7
to
327bbe8
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
2 times, most recently
from
August 30, 2024 16:34
f75419d
to
ee31e64
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
6 times, most recently
from
September 12, 2024 22:48
d6aeae4
to
61af972
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
3 times, most recently
from
September 23, 2024 22:16
d66d88d
to
68bae4a
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
from
October 1, 2024 21:00
68bae4a
to
32b0116
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
2 times, most recently
from
October 10, 2024 21:21
2f6572a
to
6ab0ed9
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
3 times, most recently
from
November 1, 2024 17:41
3d1f1bb
to
b1037cd
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
3 times, most recently
from
November 15, 2024 19:30
47324ee
to
cb310ab
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
2 times, most recently
from
December 11, 2024 18:55
b73da4c
to
8ae9e89
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
2 times, most recently
from
January 3, 2025 11:12
44b2ebf
to
91da5e2
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
from
January 16, 2025 22:41
91da5e2
to
882b10e
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
2 times, most recently
from
January 31, 2025 16:33
37b8418
to
cb5e17f
Compare
renovate
bot
force-pushed
the
renovate/lit-localize-0.x
branch
from
January 31, 2025 18:44
cb5e17f
to
615eb6f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
^0.11.2
->^0.12.0
Release Notes
Lit/Lit (@lit/localize)
v0.12.2
Compare Source
Patch Changes
#4679
eb84bebc
Thanks @codingjoe! - Move localize setup to resolve import loopUpdated dependencies [
feccc1ba
]:v0.12.1
Compare Source
Patch Changes
#4326
75943d95
- Loosen type for the@localized()
decorator to be able to decorate anyReactiveControllerHost
which also alleviates type errors that could arise with multiple copies of@lit/reactive-element
present in the project. Also remove dependency on@lit/reactive-element
as it is already covered by thelit
dependency.#4299
fffa4406
- Update version range forlit
dependency to include v2 (and/or@lit/reactive-element
v1). This allows projects still on lit v2 to use this package without being forced to install lit v3.v0.12.0
Compare Source
Minor Changes
d1e126c4
- Add support for standard decorators to the@localize
decorator.Patch Changes
#4141
6b515e43
- Update TypeScript to ~5.2.0Updated dependencies:
v0.11.4
Compare Source
Patch Changes
#3198
0162fbad
- TS sources are now inlined in the JS source mapsUpdated dependencies [
daddeb34
,6361a4b4
,ae6f6808
]:v0.11.3
Compare Source
Patch Changes
ee864b6d
- Fix multiple runtime msg call with same template but different expressionsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.