-
Notifications
You must be signed in to change notification settings - Fork 8
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 angular monorepo #1632
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/angular-monorepo
base: master
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.
Open
Update angular monorepo #1632
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/angular-monorepo
branch
2 times, most recently
from
December 7, 2023 10:59
04ba73f
to
b88d108
Compare
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
from
December 15, 2023 11:37
b88d108
to
541eef7
Compare
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
2 times, most recently
from
January 11, 2024 11:07
d2c2dbb
to
8469de1
Compare
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
2 times, most recently
from
January 29, 2024 10:48
988b670
to
c3d8128
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
6 times, most recently
from
February 5, 2024 16:03
22abf72
to
0eb3d23
Compare
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
2 times, most recently
from
February 13, 2024 16:16
87fb85e
to
7e534b7
Compare
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
3 times, most recently
from
March 4, 2024 11:08
0c40e1c
to
f3969e0
Compare
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
2 times, most recently
from
March 7, 2024 18:06
746a23e
to
33b407b
Compare
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
3 times, most recently
from
March 18, 2024 15:41
21f6d49
to
3cf34b5
Compare
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
2 times, most recently
from
March 27, 2024 09:49
6fb6538
to
648c7e8
Compare
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
3 times, most recently
from
April 9, 2024 08:32
21989db
to
030cf52
Compare
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
4 times, most recently
from
August 13, 2024 13:32
ad558bb
to
bbba7b5
Compare
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
5 times, most recently
from
August 22, 2024 13:58
7cd20ec
to
dfe748c
Compare
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
2 times, most recently
from
September 4, 2024 15:51
32837e4
to
1ecc5cf
Compare
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
2 times, most recently
from
September 11, 2024 13:44
95d3416
to
72444ca
Compare
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
2 times, most recently
from
September 26, 2024 10:56
a3f01df
to
b779e26
Compare
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
from
October 7, 2024 14:11
b779e26
to
05d240b
Compare
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
4 times, most recently
from
October 24, 2024 15:18
2087262
to
4f4c879
Compare
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
3 times, most recently
from
November 4, 2024 13:54
3c38c96
to
10d5762
Compare
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
3 times, most recently
from
November 12, 2024 12:37
8a7293e
to
728450c
Compare
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
from
November 13, 2024 15:42
728450c
to
dcaed4a
Compare
Quality Gate passedIssues Measures |
renovate
bot
force-pushed
the
renovate/angular-monorepo
branch
from
December 2, 2024 10:39
dcaed4a
to
a9c4536
Compare
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:
17.3.11
->17.3.12
17.3.11
->17.3.12
17.3.5
->17.3.12
17.3.11
->17.3.12
17.3.5
->17.3.12
17.3.5
->17.3.12
17.3.5
->17.3.12
17.3.5
->17.3.12
17.3.5
->17.3.12
17.3.5
->17.3.12
17.3.5
->17.3.12
^0.14.4
->^0.15.0
Release Notes
angular/angular (@angular/animations)
v17.3.12
Compare Source
compiler
angular/angular (@angular/common)
v17.3.12
Compare Source
17.3.12 (2024-07-17)
compiler
angular/angular (zone.js)
v0.15.0
Compare Source
Bug Fixes
BREAKING CHANGES
fakeAsync
will now flush pending timers at the end ofthe given function by default. To opt-out of this, you can use
{flush: false}
in options parameter offakeAsync
0.14.10 (2024-08-05)
Features
0.14.8 (2024-07-17)
Bug Fixes
beforeunload
handling (#55875) (b8d5882), closes #47579Timeout.refresh
in Node.js (#56852) (982f1b1), closes #565860.14.7 (2024-06-06)
Bug Fixes
0.14.6 (2024-05-16)
Bug Fixes
fs
patch (#54396) (9e07b62)zone-patch-rxjs
(#55826) (20a530a), closes #55825abort
listener on a signal when actual event is removed (#55339) (a9460d0), closes #547390.14.5 (2024-04-30)
Bug Fixes
0.14.4 (2024-02-13)
Bug Fixes
__Zone_ignore_on_properties
toZoneGlobalConfigurations
(#50737) (f87f058)fs.realpath.native
as macrotask (#54208) (19fae76), closes #45546Response
methods returned byfetch
(#50653) (260d3ed), closes #503270.14.3 (2023-12-19)
Bug Fixes
Features
0.14.2 (2023-11-03)
Bug Fixes
14.0.1 (2023-10-25)
Bug Fixes
globalThis
instead ofglobal
andwindow
(#52367) (def719e)v0.14.10
Compare Source
Features
v0.14.8
Compare Source
Bug Fixes
beforeunload
handling (#55875) (b8d5882), closes #47579Timeout.refresh
in Node.js (#56852) (982f1b1), closes /github.com/nodejs/undici/blob/1dff4fd9b1b2cee97c5f8cf44041521a62d3f133/lib/util/timers.js#L45 #56586Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.