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

chore(deps): bump the npm_and_yarn group group with 5 updates #3756

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps the npm_and_yarn group group with 5 updates:

Package From To
class-validator 0.13.2 0.14.0
ip 1.1.8 1.1.9
postcss 7.0.39 8.4.31
stylelint 13.13.1 16.2.1
stylelint-webpack-plugin 2.1.1 2.5.0

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 ip from 1.1.8 to 1.1.9

Commits

Updates postcss from 7.0.39 to 8.4.31

Release notes

Sourced from postcss's releases.

8.4.31

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

  • Fixed an error on absolute: true with empty sourceContent (by @​KingSora).

8.4.17

8.4.16

... (truncated)

Changelog

Sourced from postcss's changelog.

8.4.31

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

  • Fixed an error on absolute: true with empty sourceContent (by Rene Haas).

8.4.17

  • Fixed Node.before() unexpected behavior (by Romain Menke).
  • Added TOC to docs (by Mikhail Dedov).

8.4.16

... (truncated)

Commits

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 (#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)

Commits
  • 5c68274 16.2.1
  • 52cb83f Prepare 16.2.1 (#7479)
  • 328544d Document CLI user guide to fix typo for —custom-syntax (#7503)
  • 5e2eff7 Fix function-calc-no-unspaced-operator performance (#7505)
  • 398d3a8 Fix benchmark script (#7504)
  • 3de4eba Bump husky from 8.0.3 to 9.0.6 (#7500)
  • 382961f Fix report flags not reporting on subsequent runs when cache is used (#7483)
  • f02d168 Fix validateOptions to report when secondary option object is an empty obje...
  • a889974 Fix selector-pseudo-class-no-unknown false positives for :seeking, the me...
  • e86c9cd Provide repository info to gh command in GitHub action (#7491)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ybiquitous, a new releaser for stylelint since your current version.


Updates stylelint-webpack-plugin from 2.1.1 to 2.5.0

Release notes

Sourced from stylelint-webpack-plugin's releases.

v2.5.0

2.5.0 (2023-03-10)

Features

v2.4.0

2.4.0 (2022-05-20)

Features

Bug Fixes

v2.3.2

2.3.2 (2022-01-13)

Bug Fixes

v2.3.0

2.3.0 (2021-11-11)

Features

v2.2.2

Bug Fixes

v2.2.1

Bug Fixes

v2.2.0

... (truncated)

Changelog

Sourced from stylelint-webpack-plugin's changelog.

2.5.0 (2023-03-10)

Features

2.4.0 (2022-05-20)

Features

Bug Fixes

2.3.2 (2022-01-13)

Bug Fixes

2.3.1 (2021-11-11)

2.3.0 (2021-11-11)

Features

2.2.2 (2021-06-24)

Bug Fixes

2.2.1 (2021-06-21)

Bug Fixes

... (truncated)

Commits

You can trigger a rebase of this PR 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps the npm_and_yarn group group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [class-validator](https://github.com/typestack/class-validator) | `0.13.2` | `0.14.0` |
| [ip](https://github.com/indutny/node-ip) | `1.1.8` | `1.1.9` |
| [postcss](https://github.com/postcss/postcss) | `7.0.39` | `8.4.31` |
| [stylelint](https://github.com/stylelint/stylelint) | `13.13.1` | `16.2.1` |
| [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) | `2.1.1` | `2.5.0` |


Updates `class-validator` from 0.13.2 to 0.14.0
- [Release notes](https://github.com/typestack/class-validator/releases)
- [Changelog](https://github.com/typestack/class-validator/blob/develop/CHANGELOG.md)
- [Commits](typestack/class-validator@v0.13.2...v0.14.0)

Updates `ip` from 1.1.8 to 1.1.9
- [Commits](indutny/node-ip@v1.1.8...v1.1.9)

Updates `postcss` from 7.0.39 to 8.4.31
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@7.0.39...8.4.31)

Updates `stylelint` from 13.13.1 to 16.2.1
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@13.13.1...16.2.1)

Updates `stylelint-webpack-plugin` from 2.1.1 to 2.5.0
- [Release notes](https://github.com/webpack-contrib/stylelint-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/stylelint-webpack-plugin/blob/v2.5.0/CHANGELOG.md)
- [Commits](webpack-contrib/stylelint-webpack-plugin@v2.1.1...v2.5.0)

---
updated-dependencies:
- dependency-name: class-validator
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: ip
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: postcss
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: stylelint
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: stylelint-webpack-plugin
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 4, 2024
@nbb-bot
Copy link
Collaborator

nbb-bot commented Mar 4, 2024

Dependency version has been updated in stark-* packages dependencies 🎉
You should wait for green result before merging this! 👍

Copy link

sonarcloud bot commented Mar 4, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

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

See analysis details on SonarCloud

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.

None yet

1 participant