Skip to content
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

Bump braces, @angular/compiler-cli and @ionic/app-scripts #10

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2022

Bumps braces to 2.3.2 and updates ancestor dependencies braces, @angular/compiler-cli and @ionic/app-scripts. 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.2.11 to 14.2.5

Release notes

Sourced from @​angular/compiler-cli's releases.

v14.2.5

14.2.5 (2022-10-05)

Special Thanks

Alexander Wiebe, Ciprian Sauliuc, Dmytro Mezhenskyi, George Kalpakas, Joe Martin (Crowdstaffing), Jordan, Ole M, Paul Gschwendtner, Pawel Kozlowski and mgechev

v14.2.4

14.2.4 (2022-09-28)

compiler-cli

Commit Description
perf - a4b66fe1e5 cache source file for reporting type-checking diagnostics (#47508)

core

Commit Description
fix - 2c46b5ab24 correctly check for typeof of undefined in ngDevMode check (#47480)

Special Thanks

Alan Agius, Ashley Hunter, Doug Parker, Jessica Janiuk, JoostK, Kristiyan Kostadinov, Rokas Brazdžionis and Simona Cotin

v14.2.3

14.2.3 (2022-09-21)

animations

Commit Description
fix - bba2dae812 make sure that the useAnimation function delay is applied (#47468)

Special Thanks

AleksanderBodurri, Andrew Kushnir, Andrew Scott, Bob Watson, George Kalpakas, Joey Perrott, Mauro Mattos, dario-piotrowicz, fabioemoutinho and famzila

v14.2.2

14.2.2 (2022-09-14)

animations

Commit Description
fix - 937e6c5b3d make sure that the animation function delay is applied (#47285)

common

Commit Description
fix - c9bdf9bab1 rename rawSrc -> ngSrc in NgOptimizedImage directive (#47362) (#47396)

core

Commit Description
fix - a3e1303f04 imply @​Optional flag when a default value is provided (#47242)

forms

Commit Description
fix - 80c66a1e57 don't prevent default behavior for forms with method="dialog" (#47308)

Special Thanks

... (truncated)

Changelog

Sourced from @​angular/compiler-cli's changelog.

14.2.5 (2022-10-05)

This release contains various API docs improvements.

Special Thanks

Alexander Wiebe, Ciprian Sauliuc, Dmytro Mezhenskyi, George Kalpakas, Joe Martin (Crowdstaffing), Jordan, Ole M, Paul Gschwendtner, Pawel Kozlowski and mgechev

15.0.0-next.4 (2022-09-28)

Breaking Changes

router

  • The title property is now required on ActivatedRouteSnapshot

Deprecations

core

  • The bit field signature of Injector.get() has been deprecated, in favor of the new options object.
  • The bit field signature of TestBed.inject() has been deprecated, in favor of the new options object.

core

Commit Type Description
841c8e5138 feat support object-based DI flags in Injector.get() (#46761)
120555a626 feat support object-based DI flags in TestBed.inject() (#46761)
aef8d0bb02 fix correctly check for typeof of undefined in ngDevMode check (#47480)
85330f3fd9 fix update isDevMode to rely on ngDevMode (#47475)

language-service

Commit Type Description
e7ee53c541 feat support to fix invalid banana in box (#47393)

router

Commit Type Description
6a88bad019 fix Ensure ActivatedRouteSnapshot#title has correct value (#47481)

Special Thanks

Alan Agius, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Ashley Hunter, Doug Parker, Jessica Janiuk, JiaLiPassion, Kristiyan Kostadinov, Rokas Brazdžionis, Simona Cotin and ivanwonder

14.2.4 (2022-09-28)

compiler-cli

Commit Type Description
a4b66fe1e5 perf cache source file for reporting type-checking diagnostics (#47508)

core

Commit Type Description
2c46b5ab24 fix correctly check for typeof of undefined in ngDevMode check (#47480)

Special Thanks

Alan Agius, Ashley Hunter, Doug Parker, Jessica Janiuk, JoostK, Kristiyan Kostadinov, Rokas Brazdžionis and Simona Cotin

... (truncated)

Commits
  • a4b66fe perf(compiler-cli): cache source file for reporting type-checking diagnostics...
  • 403b970 refactor(common): create an NgFor alias for NgForOf directive (#47309)
  • 0e35829 fix(compiler): avoid errors for inputs with Object-builtin names (#47220)
  • 59a6fe7 refactor(compiler): replace most usages of getMutableClone (#47167) (#47271)
  • b8562ea refactor(compiler): Add a new helper method getOwningNgModule. (#47166)
  • 8e9ab02 refactor(compiler): Add a new helper method getPrimaryAngularDecorator. (#4...
  • 31429ea feat(core): support TypeScript 4.8 (#47038)
  • c01ccc5 test: update ngtsc closure fileoverview tests to reflect suppression updates ...
  • ea89677 feat(compiler-cli): support more recent version of tsickle (#47018)
  • 598b72b feat(language-service): support fix the component missing member (#46764)
  • 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.11 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.

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)

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.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

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) and [@ionic/app-scripts](https://github.com/ionic-team/ionic-app-scripts). 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.2.11 to 14.2.5
- [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/14.2.5/packages/compiler-cli)

Updates `@ionic/app-scripts` from 3.1.11 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.11...v3.2.4)

---
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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants