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 the ui-editors-dependencies group across 1 directory with 7 updates #2805

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2024

Bumps the ui-editors-dependencies group with 7 updates in the /ui/ui-editors directory:

Package From To
@ngx-formly/bootstrap 6.3.3 6.3.7
@ngx-formly/core 6.3.3 6.3.7
core-js 3.37.1 3.38.1
tslib 2.6.3 2.7.0
zone.js 0.14.6 0.15.0
@angular/cli 18.1.0 18.2.4
typescript 5.4.5 5.6.2

Updates @ngx-formly/bootstrap from 6.3.3 to 6.3.7

Release notes

Sourced from @​ngx-formly/bootstrap's releases.

v6.3.7

  • core: detect form status changes in Angular v18.1 (84e2150), closes #3972
  • json-schema: ensure fieldGroup is defined for multischema (bf41932), closes #3975

v6.3.6

Bug Fixes

  • core: set default value when insert at custom index for fieldArray (9080a92), closes #3957
  • json-schema: rely on value from form control for validation (f4663a9), closes #3958

v6.3.5

Bug Fixes

v6.3.4

Bug Fixes

Changelog

Sourced from @​ngx-formly/bootstrap's changelog.

6.3.7 (2024-09-10)

Bug Fixes

  • core: detect form status changes in Angular v18.1 (84e2150), closes #3972
  • json-schema: ensure fieldGroup is defined for multischema (bf41932), closes #3975

6.3.6 (2024-07-14)

Bug Fixes

  • core: set default value when insert at custom index for fieldArray (3461ea5), closes #3957
  • json-schema: rely on value from form control for validation (ab5d29d), closes #3958

6.3.5 (2024-06-23)

Bug Fixes

6.3.4 (2024-06-09)

Bug Fixes

Commits
  • 0a3f2bf chore(release): 6.3.7
  • 84e2150 fix(core): detect form status changes in Angular v18.1
  • bf41932 fix(json-schema): ensure fieldGroup is defined for multischema
  • 761f66a chore(release): 6.3.6
  • 3461ea5 fix(core): set default value when insert at custom index for fieldArray
  • ab5d29d fix(json-schema): rely on value from form control for validation
  • f28d202 docs(guides): fix typo (#3953)
  • a8a3baa chore(release): 6.3.5
  • bef67d3 fix(core): ensure validation is working in Angular v18.1 (#3951)
  • 2ebec98 fix(json-schema): apply default value for array items (#3950)
  • Additional commits viewable in compare view

Updates @ngx-formly/core from 6.3.3 to 6.3.7

Release notes

Sourced from @​ngx-formly/core's releases.

v6.3.7

  • core: detect form status changes in Angular v18.1 (84e2150), closes #3972
  • json-schema: ensure fieldGroup is defined for multischema (bf41932), closes #3975

v6.3.6

Bug Fixes

  • core: set default value when insert at custom index for fieldArray (9080a92), closes #3957
  • json-schema: rely on value from form control for validation (f4663a9), closes #3958

v6.3.5

Bug Fixes

v6.3.4

Bug Fixes

Changelog

Sourced from @​ngx-formly/core's changelog.

6.3.7 (2024-09-10)

Bug Fixes

  • core: detect form status changes in Angular v18.1 (84e2150), closes #3972
  • json-schema: ensure fieldGroup is defined for multischema (bf41932), closes #3975

6.3.6 (2024-07-14)

Bug Fixes

  • core: set default value when insert at custom index for fieldArray (3461ea5), closes #3957
  • json-schema: rely on value from form control for validation (ab5d29d), closes #3958

6.3.5 (2024-06-23)

Bug Fixes

6.3.4 (2024-06-09)

Bug Fixes

Commits
  • 0a3f2bf chore(release): 6.3.7
  • 84e2150 fix(core): detect form status changes in Angular v18.1
  • bf41932 fix(json-schema): ensure fieldGroup is defined for multischema
  • 761f66a chore(release): 6.3.6
  • 3461ea5 fix(core): set default value when insert at custom index for fieldArray
  • ab5d29d fix(json-schema): rely on value from form control for validation
  • f28d202 docs(guides): fix typo (#3953)
  • a8a3baa chore(release): 6.3.5
  • bef67d3 fix(core): ensure validation is working in Angular v18.1 (#3951)
  • 2ebec98 fix(json-schema): apply default value for array items (#3950)
  • Additional commits viewable in compare view

Updates core-js from 3.37.1 to 3.38.1

Changelog

Sourced from core-js's changelog.

3.38.1 - 2024.08.20
3.38.0 - 2024.08.05

... (truncated)

Commits
  • d1e7889 v3.38.1
  • 9294082 use self-compare NaN check
  • a79f40a Percent decode (#1361)
  • 85f3639 enable some eslint sonar rules
  • 5b69af0 use null instead of undefined as an empty placeholder in some cases
  • 9cc1d63 use git+ in pkg.repository.url of all packages
  • beccd4f enable some eslint sonar rules
  • b35e68e enable sonar/inconsistent-function-call
  • 4a322bf v3.38.0
  • 9408792 replace a regex with a simple comparison
  • Additional commits viewable in compare view

Updates tslib from 2.6.3 to 2.7.0

Release notes

Sourced from tslib's releases.

v2.7.0

What's Changed

Full Changelog: microsoft/tslib@v2.6.3...v2.7.0

Commits
  • 6abc075 Bump version to 2.7.0.
  • 227b5d6 Use global 'Iterator.prototype' for downlevel generators (#267)
  • 4f2902c Implement deterministic collapse of 'await' in 'await using' (#262)
  • See full diff in compare view

Updates zone.js from 0.14.6 to 0.15.0

Changelog

Sourced from zone.js's changelog.

0.15.0 (2024-08-15)

Bug Fixes

  • zone.js: Add support for addition jest functions. (#57280) (e1240c6), closes #57277
  • zone.js: Update the default behavior of fakeAsync to flush after the test (#57240) (70e8b40)

BREAKING CHANGES

  • zone.js: fakeAsync will now flush pending timers at the end of the given function by default. To opt-out of this, you can use {flush: false} in options parameter of fakeAsync

0.14.10 (2024-08-05)

Features

  • zone.js: Add 'flush' parameter option to fakeAsync to flush after the test (#57137) (99d679d)

0.14.8 (2024-07-17)

Bug Fixes

0.14.7 (2024-06-06)

Bug Fixes

  • zone.js: do not mutate event listener options (may be readonly) (#55796) (85c1719), closes #54142
  • zone.js: store remove abort listener on the scheduled task (#56160) (4a3800a), closes #56148
Commits

Updates @angular/cli from 18.1.0 to 18.2.4

Release notes

Sourced from @​angular/cli's releases.

v18.2.4

18.2.4 (2024-09-11)

@​angular/build

Commit Description
fix - 765309a2e prevent transformation of Node.js internal dependencies by Vite

v18.2.3

18.2.3 (2024-09-04)

@​angular-devkit/build-angular

Commit Description
fix - 482076612 update webpack-dev-middleware to 7.4.2

v18.2.2

18.2.2 (2024-08-29)

@​angular-devkit/build-angular

Commit Description
fix - 504b00b93 clear context in Karma by default for single run executions
fix - 82b76086e upgrade webpack to 5.94.0

v18.2.1

18.2.1 (2024-08-21)

@​angular-devkit/schematics-cli

Commit Description
fix - 94e27c88b prevent bypassing select/checkbox prompts on validation failure

@​angular/cli

Commit Description
fix - 05a274a01 prevent bypassing select/checkbox prompts on validation failure

@​angular-devkit/build-angular

Commit Description
fix - ddeb2b2b9 remove outdated browser-esbuild option warning

@​angular/build

Commit Description
fix - 83b2699ab improve error message when an unhandled exception occurs during prerendering
fix - 0be4038a5 support reading on-disk files during i18n extraction

v18.2.0

18.2.0 (2024-08-14)

@​schematics/angular

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

18.2.4 (2024-09-11)

@​angular/build

Commit Type Description
765309a2e fix prevent transformation of Node.js internal dependencies by Vite

19.0.0-next.3 (2024-09-04)

@​angular-devkit/build-angular

Commit Type Description
3ee21631f fix clear context in Karma by default for single run executions

@​angular/ssr

Commit Type Description
455b5700c feat expose writeResponseToNodeResponse and createWebRequestFromNodeRequest in public API

18.2.3 (2024-09-04)

@​angular-devkit/build-angular

Commit Type Description
482076612 fix update webpack-dev-middleware to 7.4.2

18.2.2 (2024-08-29)

@​angular-devkit/build-angular

Commit Type Description
504b00b93 fix clear context in Karma by default for single run executions
82b76086e fix update webpack to 5.94.0

... (truncated)

Commits
  • f29db1d release: cut the v18.2.4 release
  • 765309a fix(@​angular/build): prevent transformation of Node.js internal dependencies ...
  • e12a66a docs(@​angular/cli): add playwright to e2e targets
  • 328ed65 docs: elaborate on debugging jasmine node tests
  • f4db482 release: cut the v18.2.3 release
  • 4820766 fix(@​angular-devkit/build-angular): update webpack-dev-middleware to 7.4.2
  • 72fb55c release: cut the v18.2.2 release
  • 504b00b fix(@​angular-devkit/build-angular): clear context in Karma by default for sin...
  • 82b7608 build: update webpack to 5.94.0
  • 5e030b8 Revert "build: mark server tests as flaky"
  • Additional commits viewable in compare view

Updates typescript from 5.4.5 to 5.6.2

Release notes

Sourced from typescript's releases.

TypeScript 5.6

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

... (truncated)

Commits
  • a7e3374 Bump version to 5.6.2 and LKG
  • 2063357 🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...
  • 4fe7e41 🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...
  • 1a03e53 🤖 Pick PR #59761 (this can be nullish) into release-5.6 (#59762)
  • 6212132 Update LKG
  • bbb5faf 🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...
  • e6914a5 Bump version to 5.6.1-rc and LKG
  • 34121c4 Update LKG
  • 2a30c2a Merge remote-tracking branch 'origin/main' into release-5.6
  • 936a79b Expose TypeChecker. getAwaitedType to public (#59268)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ui-editors-dependencies group with 7 updates in the /ui/ui-editors directory:

| Package | From | To |
| --- | --- | --- |
| [@ngx-formly/bootstrap](https://github.com/ngx-formly/ngx-formly) | `6.3.3` | `6.3.7` |
| [@ngx-formly/core](https://github.com/ngx-formly/ngx-formly) | `6.3.3` | `6.3.7` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.37.1` | `3.38.1` |
| [tslib](https://github.com/Microsoft/tslib) | `2.6.3` | `2.7.0` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.14.6` | `0.15.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.1.0` | `18.2.4` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.4.5` | `5.6.2` |



Updates `@ngx-formly/bootstrap` from 6.3.3 to 6.3.7
- [Release notes](https://github.com/ngx-formly/ngx-formly/releases)
- [Changelog](https://github.com/ngx-formly/ngx-formly/blob/main/CHANGELOG.md)
- [Commits](ngx-formly/ngx-formly@v6.3.3...v6.3.7)

Updates `@ngx-formly/core` from 6.3.3 to 6.3.7
- [Release notes](https://github.com/ngx-formly/ngx-formly/releases)
- [Changelog](https://github.com/ngx-formly/ngx-formly/blob/main/CHANGELOG.md)
- [Commits](ngx-formly/ngx-formly@v6.3.3...v6.3.7)

Updates `core-js` from 3.37.1 to 3.38.1
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.38.1/packages/core-js)

Updates `tslib` from 2.6.3 to 2.7.0
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.6.3...v2.7.0)

Updates `zone.js` from 0.14.6 to 0.15.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.15.0/packages/zone.js)

Updates `@angular/cli` from 18.1.0 to 18.2.4
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@18.1.0...18.2.4)

Updates `typescript` from 5.4.5 to 5.6.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.6.2)

---
updated-dependencies:
- dependency-name: "@ngx-formly/bootstrap"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-editors-dependencies
- dependency-name: "@ngx-formly/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-editors-dependencies
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui-editors-dependencies
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui-editors-dependencies
- dependency-name: zone.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui-editors-dependencies
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui-editors-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui-editors-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 18, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/ui-editors/ui-editors-dependencies-cdbfd0bc6d branch September 18, 2024 18:14
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant