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 #2791

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 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.6
@ngx-formly/core 6.3.3 6.3.6
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.3
typescript 5.4.5 5.5.4

Updates @ngx-formly/bootstrap from 6.3.3 to 6.3.6

Release notes

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

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.6 (2024-07-14)

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

6.3.5 (2024-06-23)

Bug Fixes

6.3.4 (2024-06-09)

Bug Fixes

Commits
  • fdd92bf chore(release): 6.3.6
  • 9080a92 fix(core): set default value when insert at custom index for fieldArray
  • f4663a9 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)
  • 61d695c chore(release): 6.3.4
  • 3fcdb07 fix(core): ensure parser is called on each model update (#3940)
  • 32d9fb3 fix(json-schema): unset required pros to array type (#3939)
  • Additional commits viewable in compare view

Updates @ngx-formly/core from 6.3.3 to 6.3.6

Release notes

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

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.6 (2024-07-14)

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

6.3.5 (2024-06-23)

Bug Fixes

6.3.4 (2024-06-09)

Bug Fixes

Commits
  • fdd92bf chore(release): 6.3.6
  • 9080a92 fix(core): set default value when insert at custom index for fieldArray
  • f4663a9 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)
  • 61d695c chore(release): 6.3.4
  • 3fcdb07 fix(core): ensure parser is called on each model update (#3940)
  • 32d9fb3 fix(json-schema): unset required pros to array type (#3939)
  • 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.3

Release notes

Sourced from @​angular/cli's releases.

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

Commit Description
feat - 4da922e4f use isolatedModules in generated project

@​angular/build

Commit Description
feat - 24aaf1e37 support import attribute based loader configuration

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

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

19.0.0-next.2 (2024-08-28)

Breaking Changes

@​angular/ssr

  • The CommonEngine API now needs to be imported from @angular/ssr/node.

    Before

    import { CommonEngine } from '@angular/ssr';

    After

    import { CommonEngine } from '@angular/ssr/node';

@​schematics/angular

Commit Type Description
a381a3db1 feat add option to export component as default

... (truncated)

Commits
  • 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"
  • 672f6a2 test: disable buildOptimizer for server tests
  • e5b4c5c ci: run modules and packages tests using a single bazel invocation
  • 3ee53c9 build: clean up redundant exclude field from tsconfig-build.json
  • b2d1477 build: mark server tests as flaky
  • Additional commits viewable in compare view

Updates typescript from 5.4.5 to 5.5.4

Release notes

Sourced from typescript's releases.

TypeScript 5.5.4

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

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

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 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

... (truncated)

Commits
  • c8a7d58 Bump version to 5.5.4 and LKG
  • c0ded04 🤖 Pick PR #58771 (Allow references to the global Symb...) into release-5.5 (#...
  • 5ba41e2 🤖 Pick PR #59208 (Write non-missing undefined on mapp...) into release-5.5 (#...
  • b075332 🤖 Pick PR #59337 (Allow declarationMap to be emitted ...) into release-5.5 (#...
  • 9dd6f91 Cherry-pick "Stop using latest Node in CI" to release-5.5 (#59348)
  • bf0ddaf 🤖 Pick PR #59070 (Delay the calculation of common sou...) into release-5.5 (#...
  • a44e2d9 🤖 Pick PR #59160 (Fixed crash on authored import type...) into release-5.5 (#...
  • f35206d 🤖 Pick PR #59325 (Don't skip markLinkedReferences on ...) into release-5.5 (#...
  • 1109550 Fix baselines on release-5.5 (#59330)
  • 8794318 🤖 Pick PR #59215 (Fix codefix crash on circular alias...) into release-5.5 (#...
  • 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.6` |
| [@ngx-formly/core](https://github.com/ngx-formly/ngx-formly) | `6.3.3` | `6.3.6` |
| [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.3` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.4` |



Updates `@ngx-formly/bootstrap` from 6.3.3 to 6.3.6
- [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.6)

Updates `@ngx-formly/core` from 6.3.3 to 6.3.6
- [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.6)

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.3
- [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.3)

Updates `typescript` from 5.4.5 to 5.5.4
- [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.5.4)

---
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 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2024

Superseded by #2796.

@dependabot dependabot bot closed this Sep 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/ui-editors/ui-editors-dependencies-8072451bca branch September 9, 2024 19:21
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.

0 participants