NationalBankBelgium / stark

Modern client-side Web application framework based on Angular, Angular Material / Material Design, TypeScript, Redux, RxJS, ...
https://stark.nbb.be
Other
55 stars 23 forks source link

chore(deps): bump the npm_and_yarn group across 3 directories with 9 updates #3723

Open dependabot[bot] opened 5 months ago

dependabot[bot] commented 5 months ago

Bumps the npm_and_yarn group with 9 updates in the /. directory:

Package From To
class-validator 0.13.2 0.14.0
got 9.6.0 13.0.0
@release-it/conventional-changelog 4.3.0 8.0.1
release-it 14.14.3 17.0.3
postcss 8.4.5 8.4.33
@angular-builders/custom-webpack 13.1.0 17.0.0
@angular-devkit/build-angular 13.3.11 17.1.2
stylelint 13.13.1 16.2.1
stylelint-webpack-plugin 2.1.1 2.5.0

Bumps the npm_and_yarn group with 1 update in the /packages/stark-core directory: class-validator.

Updates class-validator from 0.13.2 to 0.14.0

Changelog

Sourced from class-validator's changelog.

0.14.0 (2022-12-09)

Added

  • add @IsTimeZone decorator to check if given string is valid IANA time zone
  • add @IsISO4217CurrencyCode decorator to check if the string is an ISO 4217 currency code
  • add @IsStrongPassword decorator to check if given password matches specific complexity criteria
  • add @IsBase58 decorator to check if a string is base58 encoded
  • add @IsTaxId decorator to check if a given string is a valid tax ID in a given locale
  • add support for passing function as date generator in @MinDate and @MaxDate decorators
  • add option to print constraint error message instead of constraint type in validation error
  • improve decorator metadata lookup performance
  • return possible values in error message for @IsEnum decorator

Fixed

  • re-added @types/validator as dependency
  • fix error generation when using @NestedValidation
  • pass validation options correctly to validator in @IsDateString decorator
  • support passing Symbol as parameter in error message generation
  • specify supported locales for @IsAlphanumeric decorator
  • correctly assign decorator name in metadata instead of loosing it
  • fix various spelling errors in documentation
  • fix various spelling errors and inconsistencies in JSDoc for decorators

Changed

  • enable forbidUnknownValues option by default
  • remove documentation about deprecated schema based validation and added warning
  • update warning message logged about missing decorator metadata
  • update libphonenumber-js to ^1.10.14 from ^1.9.43
  • update various dev-dependencies

BREAKING CHANGES

forbidUnknownValues option is enabled by default

From this release the forbidUnknownValues is enabled by default. This is the desired behavior for majority of use-cases, but this change may break validation for some. The two scenarios that results in failed validation:

  • when attempting to validate a class instance without metadata for it
  • when using group validation and the specified validation group results in zero validation applied

The old behavior can be restored via specifying forbidUnknownValues: false option when calling the validate functions.

For more details see [PR #1798](typestack/class-validator#1798) and #1422 (comment).

@NestedValidation decorator correctly assigns validation errors

Until now the errors from a nested validation in some cases were incorrectly assigned

... (truncated)

Commits
  • 5f0d424 merge: release 0.14.0 (#1841)
  • e3d0708 build: bump version to 0.14.0
  • ad76890 docs: add changelog for 0.14.0
  • 9a775c5 build(deps-dev): bump @​types/node from 18.11.11 to 18.11.12 (#1840)
  • 53bc9f6 build(deps-dev): bump @​typescript-eslint/eslint-plugin (#1837)
  • d9b4072 build(deps-dev): bump @​typescript-eslint/parser from 5.45.1 to 5.46.0 (#1838)
  • f993e9e build(deps-dev): bump typescript from 4.9.3 to 4.9.4 (#1835)
  • ad1a41d build(deps-dev): bump @​rollup/plugin-commonjs from 23.0.3 to 23.0.4 (#1836)
  • 42b4f7f build(deps-dev): bump prettier from 2.8.0 to 2.8.1 (#1834)
  • 0c986d4 build(deps-dev): bump @​types/node from 18.11.10 to 18.11.11 (#1833)
  • Additional commits viewable in compare view


Updates got from 9.6.0 to 13.0.0

Release notes

Sourced from got's releases.

v13.0.0

As a reminder, Got continues to require ESM. For TypeScript users, this includes having "module": "node16", "moduleResolution": "node16" in your tsconfig.

Breaking

  • Require Node.js 16 52a1063
  • Change the enableUnixSockets option to be false by default 852c312
    • Most users don't need it.

Improvements

  • Allow specifying undefined for options (#2258) 1cefe8b

https://github.com/sindresorhus/got/compare/v12.6.1...v13.0.0

v12.6.1

  • Fix get-stream import statement (#2266) 67d5039

https://github.com/sindresorhus/got/compare/v12.6.0...v12.6.1

v12.6.0

  • Update dependencies 88c88fb 979272e
  • Loosen URL validation strictness (#2200) 0ca0b7f

https://github.com/sindresorhus/got/compare/v12.5.3...v12.6.0

v12.5.3

  • Fix abort event listeners not always being cleaned up (#2162) 3cc40b5

https://github.com/sindresorhus/got/compare/v12.5.2...v12.5.3

v12.5.2

  • Improve TypeScript 4.9 compatibility (#2163) 39f83b6

https://github.com/sindresorhus/got/compare/v12.5.1...v12.5.2

v12.5.1

  • Fix compatibility with TypeScript and ESM 3b3ea67
  • Fix request body not being properly cached (#2150) 3e9d3af

https://github.com/sindresorhus/got/compare/v12.5.0...v12.5.1

v12.5.0

  • Disable method rewriting on 307 and 308 status codes (#2145) e049e94
  • Upgrade dependencies 8630815 f0ac0b3 4c3762a

https://github.com/sindresorhus/got/compare/v12.4.1...v12.5.0

v12.4.1

Fixes

... (truncated)

Commits


Updates @release-it/conventional-changelog from 4.3.0 to 8.0.1

Release notes

Sourced from @​release-it/conventional-changelog's releases.

Release 8.0.1

  • Add EOL at end of file (resolves #76) (545b753)

Release 8.0.0

  • Drop support for Node.js v16 (2c13bcd)
  • Migrate conventional-recommended-bump (5c35f93)
  • Update dependencies (5d127a5)
  • Update README.md (#77) (06192b4)

7.0.2

  • Upgrade conventional-changelog to 5.1.0 (#75) (bdd80bd)
  • Fix presetpreset.name in readme (fa034ed)

Release 7.0.1

  • Explicit preset objects in tests + migrate error message (c4e90e0)
  • Improve readability (c37a7ea)
  • Fix test matrix (50c3155)
  • Update dependencies (3d52b17)
  • Fix test wrt tag suffix/template (b92151f)
  • Fix the parserOpts in the getRecommendedVersion function. (#64) (a4acfea)

Release 7.0.0

  • Major bump with release-it v16/Node.js v16 (2f9ca56)

Release 6.0.0

  • Use GITHUB_TOKEN_RELEASE_IT token (3931967)
  • Update dependencies (1a42811)
  • Add test (related to #58) (ff9f1aa)
  • Update dependencies (e41e7d3)
  • Add note about not writing a changelog and setting options from CLI (closes #48) (6166bd8)

Release 5.1.1

  • Update dependencies (855a7df)
  • Add test for infile: false (40869a1)
  • Stricter tests and follow heading level (9aecd6a)

Release 5.1.0

  • Extend exports with package.json (closes #52) (b19b6e8)
  • Update dependencies & add semver (fixes #49) (d039a1c)

Release 5.0.0

  • Add spec to assert conventional-recommended-bump and whatBump option behavior (124351c)
  • Remove obsolete disable-metrics flag in test (39c0992)
  • Whitespace (51adf99)
  • Cross-os newlines (9bcc253)
  • End support for Node.js v12 (de652df)
  • Fix EOLs in specs (bc5f5e3)
  • Fix spec after merge (1d2465d)
  • Update version + dependencies (eb438a9)
  • Don't mutate options, but send clean arguments to conventionalChangelog (d814638)

... (truncated)

Commits


Updates release-it from 14.14.3 to 17.0.3

Release notes

Sourced from release-it's releases.

Release 17.0.3

  • Fix dependencies for Windows (c7d5ff0)

Release 17.0.2

  • Update dependencies (9577bd2)
  • Auto-format (cb7aac7)
  • Ignore twitter profile link (294538d)
  • Parse issues from commit log instead of changelog (#1071) (836f78d)
  • Format markdown (179b734)

Release 17.0.1

  • Fix broken gitlab links (1a33dac)
  • Add sponsor/fund options (c625363)
  • Update changelog (e178adf)
  • Format README.md (61993f2)

Release 17.0.0

  • Toggle choices in prelease cont. (resolves #1061) (351c95b)
  • Update dependencies (ebc2754)
  • Remove support for Node.js v16 (0aed410)
  • Fix/rollback tag (#1059) (da0e93a)
  • chore: add plugins to readme (#1054) (e9fa310)
  • Bump actions/setup-node from 3 to 4 (#1050) (9e99e2b)
  • fix: name of param to enable comment functionality (#1046) (fdcf005)
  • Add NPM_TOKEN env variable (github secret) to example in docs (#1042) (38193c3)
  • Remove obsolete @public tags (415c1a3)

Release 16.3.0

  • Fix/rollback tag (#1059) (da0e93a)
  • chore: add plugins to readme (#1054) (e9fa310)
  • Bump actions/setup-node from 3 to 4 (#1050) (9e99e2b)
  • fix: name of param to enable comment functionality (#1046) (fdcf005)
  • Add NPM_TOKEN env variable (github secret) to example in docs (#1042) (38193c3)
  • Remove obsolete @public tags (415c1a3)

Release 16.2.1

  • Format Markdown (ebe4fbd)
  • Add production mode config for Knip (c1c0f99)
  • Update dependencies (a3d32ae)
  • Fix initial --snapshot latestVersion (f283230)

Release 16.2.0

  • Update dependencies (f5576f1)
  • Add support for snapshots (--snapshot=feat → v0.0.0-feat.0), alpha/undocumented (6d027fd)
  • Add releaseUrl to message context (resolves #1038) (07f373e)
  • Bump actions/checkout from 3 to 4 (#1039) (d931f36)
  • Update version in the readme (#1036) (e2e0c34)

Release 16.1.5

  • Only show url message on Windows (68b91c4)

... (truncated)

Changelog

Sourced from release-it's changelog.

Changelog

This document lists breaking changes for each major release.

See the GitHub Releases page for detailed changelogs: https://github.com/release-it/release-it/releases

v17 (2023-11-11)

  • Removed support for Node.js v16.

v16 (2023-07-05)

  • Removed support for Node.js v14.

v15 (2022-04-30)

  • Removed support for Node.js v10 and v12.
  • Removed support for GitLab v12.4 and lower.
  • Removed anonymous metrics (and the option to disable it).
  • Programmatic usage and plugins only through ES Module syntax (import)

Use release-it v14 in legacy environments.

v14 (2020-09-03)

  • Removed global property from plugins. Use this.config[key] instead.
  • Removed deprecated npm.access option. Set this in package.json instead.

v13 (2020-03-07)

  • Dropped support for Node v8
  • Dropped support for GitLab v11.6 and lower.
  • Deprecated scripts are removed (in favor of hooks).
  • Removed deprecated --non-interactive (-n) argument. Use --ci instead.
  • Removed old %s and [REV_RANGE] syntax in command substitutions. Use ${version} and ${latestTag} instead.

v12 (2019-05-03)

  • The --follow-tags argument for git push has been moved to the default configuration. This is only a breaking change if git.pushArgs was not empty (it was empty by default).

v11

  • The custom conventional-changelog increment (e.g. "increment": "conventional:angular") with additional script configuration is replaced with a plugin. Please see conventional changelog how to use this plugin.
  • The pkgFiles option has been removed. If there's a need to bump other files than what npm version bumps, it should be (part of) a plugin.

... (truncated)

Commits


Updates postcss from 8.4.5 to 8.4.33

Release notes

Sourced from postcss's releases.

8.4.33

8.4.32

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

8.4.21

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by @​romainmenke).

8.4.18

... (truncated)

Changelog

Sourced from postcss's changelog.

8.4.33

  • Fixed NoWorkResult behavior difference with normal mode (by Romain Menke).
  • Fixed NoWorkResult usage conditions (by @​ahmdammarr).

8.4.32

  • Fixed postcss().process() types (by Andrew Ferreira).

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

  • Fixed TypeScript support with node16 (by Remco Haszing).

8.4.21

  • Fixed Input#error types (by Aleks Hudochenkov).

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by Romain Menke).

8.4.18

... (truncated)

Commits
  • ae57d83 Release 8.4.33 version
  • 2e9d029 Update dependencies
  • 892b269 Update size limit for new metric on brotli
  • f2e7a9f Merge pull request #1908 from ahmdammarr/refactor/safe-check-for-NoWorkResult
  • c751e11 Merge pull request #1909 from romainmenke/no-work-result-vs-lazy-result--inve...
  • 3c2fa2a fix
  • a4626e9 failing test
  • c37346d refactor: check all falsy conditions of plugins and opts before returning NoW...
  • a0d9f10 Release 8.4.32 version
  • 0146b3e Add Node.js 21 to CI
  • Additional commits viewable in compare view


Updates @angular-builders/custom-webpack from 13.1.0 to 17.0.0

Changelog

Sourced from @​angular-builders/custom-webpack's changelog.

17.0.0 (2023-11-13)

Note: Version bump only for package @​angular-builders/custom-webpack

17.0.0-beta.0 (2023-11-13)

⚠ BREAKING CHANGES

  • deps: update to Angular 17 (#1518)

Miscellaneous Chores

16.0.2-beta.2 (2023-09-12)

Note: Version bump only for package @​angular-builders/custom-webpack

16.0.2-beta.1 (2023-08-24)

Note: Version bump only for package @​angular-builders/custom-webpack

16.0.2-beta.0 (2023-08-23)

Note: Version bump only for package @​angular-builders/custom-webpack

16.0.1 (2023-08-23)

Note: Version bump only for package @​angular-builders/custom-webpack

16.0.1-beta.2 (2023-07-06)

Note: Version bump only for package @​angular-builders/custom-webpack

16.0.1-beta.1 (2023-07-04)

Note: Version bump only for package @​angular-builders/custom-webpack

16.0.1-beta.0 (2023-06-21)

Note: Version bump only for package @​angular-builders/custom-webpack

16.0.0 (2023-05-31)

Note: Version bump only for package @​angular-builders/custom-webpack

16.0.0-beta.2 (2023-05-31)

Note: Version bump only for package @​angular-builders/custom-webpack

... (truncated)

Commits
  • b4558b9 ci(release): publish
  • 5f36ac2 ci(release): publish
  • 236d0ac chore(deps)!: update to Angular 17 (#1518)
  • 137a2ad ci(release): publish
  • 1e26b1e chore(deps): update dependency jest to v29.7.0
  • da4c4cc ci(release): publish
  • 134df16 chore(deps): update dependency jest to v29.6.4
  • dd80959 ci(release): publish
  • 031f666 chore(deps): update dependency jest to v29.6.3
  • 9e4f7d5 ci(release): publish
  • Additional commits viewable in compare view


Updates @angular-devkit/build-angular from 13.3.11 to 17.1.2

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v17.1.2

17.1.2 (2024-01-31)

@​angular-devkit/build-angular

Commit Description
fix - 6815f13e3 add required modules as externals imports
fix - a0e306098 correctly handle glob negation in proxy config when using vite
fix - 235c8403a handle regular expressions in proxy config when using Vite
fix - 5332e5b2e resolve absolute output-path when using esbuild based builders
fix - 3deb0d4a1 return 404 for assets that are not found

v17.1.1

17.1.1 (2024-01-24)

@​schematics/angular

Commit Description
fix - 35ebf1efd retain trailing comma when adding providers to app config

@​angular/cli

Commit Description
fix - 8ebb754c2 update regex to validate the project-name

@​angular-devkit/build-angular

Commit Description
fix - 88de1da92 ENOENT: no such file or directory on Windows during component rebuild
fix - 4e2586aeb allow package file loader option with Vite prebundling
fix - aca1cfcda do not add internal CSS resources files in watch
fix - 53258f617 handle load event for multiple stylesheets and CSP nonces
fix - 412fe6ec6 pre-transform error when using vite with SSR
fix - 45dea6f44 provide actionable error message when server bundle is missing default export
fix - 4e2b23f03 update dependency vite to v5.0.12

@​angular/ssr

Commit Description
fix - 02d9d84c5 handle load event for multiple stylesheets and CSP nonces

v17.1.0

17.1.0 (2024-01-17)

@​schematics/angular

Commit Description
feat - b513d89b7 add optional migration to use application builder
feat - a708dccff update SSR and application builder migration schematics to work with new outputPath
fix - 4469e481f do not trigger NPM install when using ---skip-install and --ssr

@​angular-devkit/build-angular

Commit Description

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

17.1.2 (2024-01-31)

@​angular-devkit/build-angular

Commit Type Description
6815f13e3 fix add required modules as externals imports
a0e306098 fix correctly handle glob negation in proxy config when using vite
235c8403a fix handle regular expressions in proxy config when using Vite
5332e5b2e fix resolve absolute output-path when using esbuild based builders
3deb0d4a1 fix return 404 for assets that are not found

17.2.0-next.0 (2024-01-25)

@​angular-devkit/build-angular

Commit Type Description
8f47f1e96 feat provide default and abbreviated build target support for dev-server and extract-i18n
8216b11b3 fix return 404 for assets that are not found

17.1.1 (2024-01-24)

@​angular/cli

Commit Type Description
8ebb754c2 fix update regex to validate the project-name

@​schematics/angular

Commit Type Description
35ebf1efd fix retain trailing comma when adding providers to app config

@​angular-devkit/build-angular

Commit Type Description
88de1da92 fix ENOENT: no such file or directory on Windows during component rebuild
4e2586aeb fix allow package file loader option with Vite prebundling
aca1cfcda fix do not add internal CSS resources files in watch

... (truncated)

Commits
  • 147b089 release: cut the v17.1.2 release
  • 235c840 fix(@​angular-devkit/build-angular): handle regular expressions in proxy confi...
  • a0e3060 fix(@​angular-devkit/build-angular): correctly handle glob negation in proxy c...
  • 5332e5b fix(@​angular-devkit/build-angular): resolve absolute output-path when using...
  • 33662ac refactor(@​angular-devkit/build-angular): increase type safety in bundle-context
  • 2e75202 refactor(@​angular-devkit/build-angular): disable SW and index generation duri...
  • 6815f13 fix(@​angular-devkit/build-angular): add required modules as externals imports
  • e7ae9f6 docs: remove ngx-deploy-npm from missing deploy targets
  • 3deb0d4 fix(@​angular-devkit/build-angular): return 404 for assets that are not found
  • e880531 release: cut the v17.1.1 release
  • Additional commits viewable in compare view


Updates stylelint from 13.13.1 to 16.2.1

Release notes

Sourced from stylelint's releases.

16.2.1

  • Fixed: report flags not reporting on subsequent runs when cache is used (#7483) (@​ybiquitous).
  • Fixed: custom-property-no-missing-var-function false positives for properties that can contain author-defined identifiers (#7478) (@​ybiquitous).
  • Fixed: selector-pseudo-class-no-unknown false positives for :seeking, the media loading state and sound state pseudo-classes (#7490) (@​Mouvedia).
  • Fixed: selector-max-specificity false positives with ignoreSelectors option for of <selector> syntax (#7475) (@​ybiquitous).
  • Fixed: function-calc-no-unspaced-operator performance (#7505) (@​ybiquitous).
  • Fixed: validateOptions to report when secondary option object is an empty object or null (#7476) (@​ybiquitous).
  • Fixed: report() error message responsibility for a missing node or line number (#7474) (@​ybiquitous).

16.2.0

  • Added: media-query-no-invalid specific problem messages (#7462) (@​romainmenke).
  • Added: checkContextFunctionalPseudoClasses: [] to selector-max-id (#7380) (@​brigitamaria).
  • Fixed: declaration-property-value-no-unknown false negatives for @starting-style (#7461) (@​fpetrakov).
  • Fixed: function-no-unknown|value-keyword-case false positives for template literals with line breaks (#7443) (@​Sh031224).
  • Fixed: allowEmptyInput option ignored in configuration object regression (#7446) (@​ybiquitous).
  • Fixed: at-rule-no-unknown false positives for @starting-style (#7438) (@​fpetrakov).
  • Fixed: ERR_UNSUPPORTED_ESM_URL_SCHEME for --custom-formatter on Windows (#7432) (@​JounQin).
  • Fixed: Error: Could not find <package> message clarity (#7456) (@​jeddy3).
  • Fixed: overrides.files negated pattern regression introduced in 15.0.0 (#7468) (@​ybiquitous).

16.1.0

  • Added: lightness-notation rule (#7366) (@​fpetrakov).
  • Added: ignore: ["keyframe-selectors"] to selector-disallowed-list (#7417) (@​mattxwang).
  • Fixed: selector-pseudo-class-no-unknown false positive for :popover-open (#7425) (@​mattxwang).
  • Fixed: declaration-property-value-no-unknown and other false positives for multiline SCSS interpolation. (#7406) (@​FloEdelmann).
  • Fixed: function-url-quotes false positives for SCSS variable and @ character (#7416) (@​mattxwang).

16.0.2

16.0.1

16.0.0

Migrating to 16.0.0 guide.

... (truncated)

Changelog

Sourced from stylelint's changelog.

16.2.1

  • Fixed: report flags not reporting on subsequent runs when cache is used (#7483) (@​ybiquitous).
  • Fixed: custom-property-no-missing-var-function false positives for properties that can contain author-defined identifiers (#7478) (@​ybiquitous).
  • Fixed: selector-pseudo-class-no-unknown false positives for :seeking, the media loading state and sound state pseudo-classes (#7490) (@​Mouvedia).
  • Fixed: selector-max-specificity false positives with ignoreSelectors option for of <selector> syntax (#7475) (@​ybiquitous).
  • Fixed: function-calc-no-unspaced-operator performance (#7505) (@​ybiquitous).
  • Fixed: validateOptions to report when secondary option object is an empty object or null (#7476) (@​ybiquitous).
  • Fixed: report() error message responsibility for a missing node or line number (#7474) (@​ybiquitous).

16.2.0

  • Added: media-query-no-invalid specific problem messages (#7462) (@​romainmenke).
  • Added: checkContextFunctionalPseudoClasses: [] to selector-max-id (#7380) (@​brigitamaria).
  • Fixed: declaration-property-value-no-unknown false negatives for @starting-style (#7461) (@​fpetrakov).
  • Fixed: function-no-unknown|value-keyword-case false positives for template literals with line breaks (#7443) (@​Sh031224).
  • Fixed: allowEmptyInput option ignored in configuration object regression (#7446) (@​ybiquitous).
  • Fixed: at-rule-no-unknown false positives for @starting-style (
    nbb-bot commented 5 months ago

    Dependency version has been updated in stark-* packages dependencies :tada: You should wait for green result before merging this! :+1:

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud