Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

build(deps): bump braces, @angular/compiler-cli, @ionic/app-scripts and ionic #158

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 16, 2023

Bumps braces to 2.3.2 and updates ancestor dependencies braces, @angular/compiler-cli, @ionic/app-scripts and ionic. These dependencies need to be updated together.

Updates braces from 1.8.5 to 2.3.2

Changelog

Sourced from braces's changelog.

[2.3.2] - 2018-04-08

  • start refactoring
  • cover sets
  • better range handling

[2.3.1] - 2018-02-17

  • Remove unnecessary escape in Regex. (#14)

[2.3.0] - 2017-10-19

  • minor code reorganization
  • optimize regex
  • expose maxLength option

[2.2.1] - 2017-05-30

  • don't condense when braces contain extglobs

[2.2.0] - 2017-05-28

  • ensure word boundaries are preserved
  • fixes edge case where extglob characters precede a brace pattern

[2.1.1] - 2017-04-27

  • use snapdragon-node
  • handle edge case
  • optimizations, lint

[2.0.4] - 2017-04-11

  • pass opts to compiler
  • minor optimization in create method
  • re-write parser handlers to remove negation regex

[2.0.3] - 2016-12-10

  • use split-string
  • clear queue at the end
  • adds sequences example
  • add unit tests

[2.0.2] - 2016-10-21

  • fix comma handling in nested extglobs

[2.0.1] - 2016-10-20

... (truncated)

Commits

Updates @angular/compiler-cli from 5.0.0 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
fix - b0c1a90f55 Produce diagnositc if directive used in host binding is not exported (#49792)

compiler-cli

Commit Description
fix - a40529af2e Catch FatalDiagnosticError during template type checking (#49792)

core

Commit Description
fix - 702ec90110 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
feat - d9efa1b0d7 change the URL sanitization to only block javascript: URLs (#49659)

router

Commit Description
fix - cad7274ef9 create correct URL relative to path with empty child (#49691)
fix - 9b61379096 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
fix - ca5acadb78 invalid ImageKit transformation (#49201)

compiler

Commit Description
fix - 077f6b4674 do not unquote CSS values (#49460)
fix - c3cff35869 handle trailing comma in object literal (#49535)

core

Commit Description
fix - d201fc2dec 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 the ReflectiveInjector symbol. Use Injector.create as a replacement to create an injector instead.

platform-browser

  • The deprecated BrowserTransferStateModule was removed, since it's no longer needed. The TransferState class can be injected without providing the module. The BrowserTransferStateModule 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 for IterableDiffers : 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.


Updates @ionic/app-scripts from 3.1.0 to 3.2.4

Release notes

Sourced from @​ionic/app-scripts's releases.

3.2.4

Bug Fixes

  • livereload: always serve latest file changes (#1521) (266a871)

3.2.3

No release notes provided.

3.2.2

No release notes provided.

3.2.1

No release notes provided.

3.2.0

No release notes provided.

3.1.11

No release notes provided.

3.1.10

No release notes provided.

3.1.9

No release notes provided.

3.1.8

No release notes provided.

3.1.7

No release notes provided.

3.1.6

No release notes provided.

3.1.5

3.1.5 (2017-12-07)

Bug Fixes

  • dependencies: update angular build optimizer for a source map fix (a5df139)

3.1.4

3.1.4 (2017-11-30)

Bug Fixes

  • aot: remove template validation until we can properly handle the error message format (d7c7136)

... (truncated)

Changelog

Sourced from @​ionic/app-scripts's changelog.

3.2.4 (2019-05-24)

Bug Fixes

  • livereload: always serve latest file changes (#1521) (266a871)

3.2.3 (2019-03-01)

Bug Fixes

  • livereload: fix issue with files not reloading(8870a17)

3.2.2 (2019-01-22)

  • Added support for Node 10

3.2.1 (2018-11-26)

  • Security release for dependencies for node-sass

3.2.0 (2018-08-24)

Bug Fixes

Features

  • environments: configuration via process.env.VAR replacement (#1471) (53fc341)

3.1.11 (2018-07-12)

... (truncated)

Commits
  • f8d2148 chore(): release 3.2.4
  • 266a871 fix(): always serve latest file changes (#1521)
  • 5d7ca38 chore(): release 3.2.3
  • 8870a17 fix(livereload): find all bundles to update
  • aeef5ee docs(readme): update readme with nightly build instructions (#1510)
  • fe25c33 Revert "docs(readme): update readme with nightly build instructions" (#1509)
  • cc46820 Merge pull request #1508 from ionic-team/ldebeasi/updateDocs
  • 4cd503a docs(readme): update readme with nightly build instructions
  • b3dea0f Merge pull request #1507 from ionic-team/updateChokidar
  • 5430407 change dash to asterisk
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by liamdebeasi, a new releaser for @​ionic/app-scripts since your current version.


Updates ionic from 3.12.0 to 5.4.16

Commits
  • 634e5dc chore(release): publish [skip ci]
  • 6d66c93 chore(update): custom message for CLI 5 -> 6 upgrade
  • dee817e fix(update): show update message even with command error
  • 0608da9 chore(release): publish [skip ci]
  • ab5a1e4 chore(deps-dev): bump @​types/ws from 6.0.4 to 7.2.0 (#4283)
  • 1e9b754 fix(react): indicate serve ready on warn/error as well (#4280)
  • d2e3d4b chore(release): publish [skip ci]
  • 3b1e92a docs(serve): warn about DevApp being retired
  • 5fd403e chore(deps): bump tree-kill to ^1.2.2
  • 52a33ba fix(deploy): exclude source maps from manifest (#4256)
  • Additional commits viewable in compare view

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.

…nd ionic

Bumps [braces](https://github.com/micromatch/braces) to 2.3.2 and updates ancestor dependencies [braces](https://github.com/micromatch/braces), [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli), [@ionic/app-scripts](https://github.com/ionic-team/ionic-app-scripts) and [ionic](https://github.com/ionic-team/ionic-cli). These dependencies need to be updated together.


Updates `braces` from 1.8.5 to 2.3.2
- [Release notes](https://github.com/micromatch/braces/releases)
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/commits)

Updates `@angular/compiler-cli` from 5.0.0 to 15.2.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/15.2.7/packages/compiler-cli)

Updates `@ionic/app-scripts` from 3.1.0 to 3.2.4
- [Release notes](https://github.com/ionic-team/ionic-app-scripts/releases)
- [Changelog](https://github.com/ionic-team/ionic-app-scripts/blob/master/CHANGELOG.md)
- [Commits](ionic-team/ionic-app-scripts@v3.1.0...v3.2.4)

Updates `ionic` from 3.12.0 to 5.4.16
- [Release notes](https://github.com/ionic-team/ionic-cli/releases)
- [Changelog](https://github.com/ionic-team/ionic-cli/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/ionic-cli/compare/[email protected]@5.4.16)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:production
- dependency-name: "@ionic/app-scripts"
  dependency-type: direct:development
- dependency-name: ionic
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants