ng-emoji-picker
ng-emoji-picker copied to clipboard
Bump braces and @angular/compiler-cli
Bumps braces to 3.0.2 and updates ancestor dependency @angular/compiler-cli. These dependencies need to be updated together.
Updates braces
from 1.8.5 to 3.0.2
Changelog
Sourced from braces's changelog.
Release history
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each versions is displayed.
- Mention whether you follow Semantic Versioning.
Changelog entries are classified using the following labels (from keep-a-changelog):
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.[3.0.0] - 2018-04-08
v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.
Breaking Changes
- The undocumented
.makeRe
method was removedNon-breaking changes
- Caching was removed
[2.3.2] - 2018-04-08
- start refactoring
- cover sets
... (truncated)
Commits
Updates @angular/compiler-cli
from 6.0.7 to 15.2.7
Release notes
Sourced from @angular/compiler-cli
's releases.
v15.2.7
15.2.7 (2023-04-12)
compiler
Commit Description Produce diagnositc if directive used in host binding is not exported (#49792) compiler-cli
Commit Description Catch FatalDiagnosticError during template type checking (#49792) core
Commit Description When using setInput, mark view dirty in same way as markForCheck
(#49747)Special Thanks
Alan Agius, Andrew Kushnir, Andrew Scott, Kristiyan Kostadinov, Matthieu Riegler and Nikola Kološnjaji
v15.2.6
15.2.6 (2023-04-05)
core
Commit Description change the URL sanitization to only block javascript: URLs (#49659) router
Commit Description create correct URL relative to path with empty child (#49691) Ensure initial navigation clears current navigation when blocking (#49572) Special Thanks
Andrew Scott, Guillaume Weghsteen, John Manners, Johnny Gérard, Matthieu Riegler, Robin Richtsfeld, Sandra Limacher, Sarthak Thakkar, Vinit Neogi and vikram menon
v15.2.5
15.2.5 (2023-03-29)
common
Commit Description invalid ImageKit transformation (#49201) compiler
Commit Description do not unquote CSS values (#49460) handle trailing comma in object literal (#49535) core
Commit Description set style property value to empty string instead of an invalid value (#49460) router
... (truncated)
Changelog
Sourced from @angular/compiler-cli
's changelog.
15.2.7 (2023-04-12)
compiler
Commit Type Description b0c1a90f55 fix Produce diagnositc if directive used in host binding is not exported (#49792) compiler-cli
Commit Type Description a40529af2e fix Catch FatalDiagnosticError during template type checking (#49792) core
Commit Type Description 702ec90110 fix When using setInput, mark view dirty in same way as markForCheck
(#49747)Special Thanks
Alan Agius, Andrew Kushnir, Andrew Scott, Kristiyan Kostadinov, Matthieu Riegler and Nikola Kološnjaji
13.4.0 (2023-04-06)
common
Commit Type Description ae34dbca1b feat Backport NgOptimizedImage to v13 Special Thanks
Alex Castle and Paul Gschwendtner
16.0.0-next.7 (2023-04-05)
Breaking Changes
core
- QueryList.filter now supports type guard functions, which will result in type narrowing. Previously if you used type guard functions, it resulted in no changes to the return type. Now the type would be narrowed, which might require updates to the application code that relied on the old behavior.
- The
ReflectiveInjector
and related symbols were removed. Please update the code to avoid references to theReflectiveInjector
symbol. UseInjector.create
as a replacement to create an injector instead.platform-browser
- The deprecated
BrowserTransferStateModule
was removed, since it's no longer needed. TheTransferState
class can be injected without providing the module. TheBrowserTransferStateModule
was empty starting from v14 and you can just remove the reference to that module from your applications.core
Commit Type Description b2327f4df1 feat Allow typeguards on QueryList.filter (#48042) b35fa73968 feat change the URL sanitization to only block javascript: URLs (#49659) 061f3d1086 feat Drop public factories
property forIterableDiffers
: Breaking change (#49598)a5f1737d1c feat expose onDestroy on ApplicationRef (#49677) aad05ebeb4 feat support usage of non-experimental decorators with TypeScript 5.0 (#49492) df1dfc4c17 fix make sure that lifecycle hooks are not tracked (#49701) a4e749ffca fix When using setInput, mark view dirty in same was as markForCheck
(#49711)3b863ddc1e refactor Remove ReflectiveInjector
symbol (#48103)http
| Commit | Type | Description |
... (truncated)
Commits
b0c1a90
fix(compiler): Produce diagnositc if directive used in host binding is not ex...a40529a
fix(compiler-cli): Catch FatalDiagnosticError during template type checking (...9937508
refactor(compiler-cli): remove unused class decorator downlevel code (#49351)04d8b6c
fix(compiler-cli): do not persist component analysis if template/styles are m...86d4016
refactor(compiler): remove remaining usage of getMutableClone (#49070)0cf1116
fix(compiler-cli): incorrectly detecting forward refs when symbol already exi...d014503
fix(language-service): generate forwardRef for same file imports (#48898)59c0106
refactor(compiler): indicate whether potential import is forward reference (#...9250afb
refactor(compiler-cli): Export the interface PluginCompilerHost for 1p use. (...06e161f
fix(compiler): incorrect code when non-null assertion is used after a safe ac...- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by google-wombot, a new releaser for @angular/compiler-cli
since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.