build: update all non-major dependencies#24198
Merged
alan-agius4 merged 1 commit intoangular:mainfrom Nov 10, 2022
Merged
Conversation
d229910 to
747a558
Compare
303b100 to
11ac615
Compare
11ac615 to
4152f80
Compare
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
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:
7.20.3->7.20.47.20.3->7.20.47.1.19->7.1.20v1.16.0->v1.16.18.0.1->8.0.21.56.0->1.56.11.56.0->1.56.113.1.0->13.2.013.1.0->13.2.05.15.4->5.16.35.74.0->5.75.05.74.0->5.75.0~0.11.4->~0.12.0^0.11.3->^0.12.0Release Notes
babel/babel
v7.20.4Compare Source
🐛 Bug Fix
babel-generator=>(@nicolo-ribaudo)babel-generator,babel-plugin-transform-typescriptaspect-build/bazel-lib
v1.16.1Compare Source
Using Bzlmod:
--experimental_enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
Optional toolchains:
What's Changed
Full Changelog: bazel-contrib/bazel-lib@v1.16.0...v1.16.1
typicode/husky
v8.0.2Compare Source
sass/dart-sass
v1.56.1Compare Source
Embedded Sass
contentsis actually a string and whethersourceMapUrlis an absolute URL.webpack-contrib/sass-loader
v13.2.0Compare Source
Features
verdaccio/verdaccio
v5.16.3Compare Source
Same as v5.16.0 https://github.com/verdaccio/verdaccio/releases/tag/v5.16.0
v5.16.1Compare Source
v5.16.0Compare Source
Features
Docker refactoring
Docker base moves from TLS v14 -> v18
Bug Fixes
webpack/webpack
v5.75.0Compare Source
Bugfixes
experiments.*normalize tofalsewhen opt-outNaN%windowbefore trying to access iteval-nosources-*actually exclude sourcesFeatures
@importto extenal CSS when using experimental CSS in nodei64support to the deprecated WASM implementationDeveloper Experience
EnableWasmLoadingPluginangular/angular
v0.12.0Compare Source
Bug Fixes
0.11.8 (2022-08-08)
Features
0.11.7 (2022-07-20)
Bug Fixes
waitForAsync(4e77c7fbf38)Features
describeblock name when raising unexpected task error (de86285)0.11.6 (2022-06-02)
Bug Fixes
processis defined when patching theGlobalErrors.install(#45392) (c7bcc1b), closes #42260Symbol.speciessafely (#45369) (e2eaac3)BREAKING CHANGES
The breaking change is scoped only to the plugin
zone.js/plugins/task-tracking. If you usedTaskTrackingZoneSpecandchecked the pending macroTasks e.g. using
(this.ngZone as any)._inner ._parent._properties.TaskTrackingZone.getTasksFor('macroTask'), thenits behavior slightly changed for periodic macrotasks. For example,
previously the
setIntervalmacrotask was no longer tracked after itscallback was executed for the first time. Now it's tracked until
the task is explicitly cancelled, e.g with
clearInterval(id).0.11.5 (2022-03-03)
Bug Fixes
done()multiple times (#45025) (d5565cc)Features
0.11.4 (2021-02-10)
Bug Fixes
Features
0.11.3 (2020-10-27)
Bug Fixes
0.11.2 (2020-09-19)
Bug Fixes
Features
Refactor
Build
BREAKING CHANGES
Object.definePropertycalls.Prior to this change, ZoneJS monkey patched
Object.definePropertyand if there is an error(such as the property is not configurable or not writable) the patched logic swallowed it
and only console.log was produced. This behavior used to hide real errors,
so the logic is now updated to trigger original errors (if any). One exception
where the patch remains in place is
document.registerElement(to allow smooth transition for code/polyfills that rely on old behavior in legacy browsers).
If your code relies on the old behavior (where errors were not thrown before),
you may need to update the logic to handle the errors that are no longer masked by ZoneJS patch.
0.11.1 (2020-08-19)
Bug Fixes
Configuration
📅 Schedule: Branch creation - "after 10:00pm every weekday,before 4:00am every weekday,every weekend" in timezone America/Tijuana, 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.
This PR has been generated by Renovate Bot.