SwiftPackageIndex / SwiftPackageIndex-Server

The Swift Package Index is the place to find Swift packages!
https://swiftpackageindex.com
Apache License 2.0
554 stars 45 forks source link

NPM: Bump the npm-dependencies group with 3 updates #3218

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the npm-dependencies group with 3 updates: prettier, stylelint and stylelint-scss.

Updates prettier from 3.3.2 to 3.3.3

Release notes

Sourced from prettier's releases.

3.3.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.3.3

diff

Add parentheses for nullish coalescing in ternary (#16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);

Add parentheses for decorator expressions (#16458 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// Input
@(foo`tagged template`)
class X {}

// Prettier 3.3.2
@​footagged template
class X {}

// Prettier 3.3.3
@(footagged template)
class X {}

Support @let declaration syntax (#16474 by @​sosukesuzuki)

Adds support for Angular v18 @let declaration syntax.

Please see the following code example. The @let declaration allows you to define local variables within the template:

... (truncated)

Commits


Updates stylelint from 16.6.1 to 16.7.0

Release notes

Sourced from stylelint's releases.

16.7.0

Changelog

Sourced from stylelint's changelog.

16.7.0

Commits
  • 5d907dd 16.7.0
  • 3fe964f Prepare 16.7.0 (#7740)
  • bb72fc7 Fix quietDeprecationWarnings to suppress with stylelint:003 warning (#7837)
  • 29cc13a Refactor to extract utility for deprecation warnings (#7834)
  • 9ed7322 Refactor function-calc-no-unspaced-operator to use fix callback instead o...
  • cd69f4c Fix utils.checkAgainstRule() to support fix callback in utils.report() ...
  • 2dfe7ce Update fontSizeKeywords set and fix fontShorthandKeywords set (#7823)
  • aaa355d Refactor function-url-quotes to use fix callback instead of context.fix...
  • 4b6a966 Bump typescript from 5.5.2 to 5.5.3 in the typescript group (#7829)
  • dffdf63 Bump @​changesets/cli from 2.27.6 to 2.27.7 in the changesets group (#7828)
  • Additional commits viewable in compare view


Updates stylelint-scss from 6.3.2 to 6.4.1

Release notes

Sourced from stylelint-scss's releases.

6.4.1

  • Fixed: false positive for mixins in load-partial-extension (#1021).

Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.4.0...v6.4.1

6.4.0

  • Added: load-partial-extension rule, and deprecated at-import-partial-extension rule (#998).
  • Fixed: partial-no-import message to include more accurate rule name (#1019).

Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.3.2...v6.4.0

Changelog

Sourced from stylelint-scss's changelog.

6.4.1

  • Fixed: false positive for mixins in load-partial-extension (#1021).

Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.4.0...v6.4.1

6.4.0

  • Added: load-partial-extension rule, and deprecated at-import-partial-extension rule (#998).
  • Fixed: partial-no-import message to include more accurate rule name (#1019).

Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.3.2...v6.4.0

Commits
  • 6a327ea 6.4.1
  • 60c1776 Prepare version 6.4.1
  • dbbc4b1 Fix false positive for mixins in load-partial-extension (#1021)
  • 1fc78a1 6.4.0
  • 221b926 Prepare version 6.4.0
  • c1aa465 Fix partial-no-import message to include more accurate rule name (#1019)
  • ebc9893 Add load-partial-extension and deprecate at-import-partial-extension. (#998)
  • ec6b569 build(deps-dev): bump prettier from 3.2.5 to 3.3.2 (#1018)
  • 5e746ec build(deps-dev): bump np from 10.0.5 to 10.0.6 (#1014)
  • c8a3d89 build(deps-dev): bump jest-preset-stylelint from 7.0.0 to 7.0.1 (#1016)
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions