mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2025-02-09 22:23:50 +01:00

Compare commits

...

2 commits

Author SHA1 Message Date
dependabot[bot]
1d1abbce17
[Dependabot] Bump stylelint from 16.13.0 to 16.13.1 (#1550)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.13.0 to 16.13.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/16.13.0...16.13.1)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-14 05:23:28 +00:00
dependabot[bot]
44d83ec4dd
[Dependabot] Update friendsofphp/php-cs-fixer requirement (#1549)
Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.67.1...v3.68.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-14 05:23:17 +00:00
3 changed files with 10 additions and 10 deletions

View file

@ -48,7 +48,7 @@
},
"require-dev": {
"ergebnis/composer-normalize": "2.45.0",
"friendsofphp/php-cs-fixer": "3.67.1",
"friendsofphp/php-cs-fixer": "3.68.0",
"helmich/typo3-typoscript-lint": "3.1.1 || 3.2.1",
"icanhazstring/composer-unused": "0.8.11",
"php-parallel-lint/php-parallel-lint": "1.4.0",

16
package-lock.json generated
View file

@ -14,7 +14,7 @@
"eslint-plugin-prettier": "^5.2.1",
"install": "^0.13.0",
"prettier": "^3.4.2",
"stylelint": "^16.13.0",
"stylelint": "^16.13.1",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-no-browser-hacks": "^1.3.0"
},
@ -4308,9 +4308,9 @@
}
},
"node_modules/stylelint": {
"version": "16.13.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.0.tgz",
"integrity": "sha512-muxVjMhZB8BrDFSKNva0dmvD2tM0o/szrvuZuXYcAnN9a8nQmbGLqNUOemSgumaCMCPQ+0USYyG3hA5vJjUC1Q==",
"version": "16.13.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.1.tgz",
"integrity": "sha512-691JjSIIcP6f9QJFz0J0/AMG3lupE9RqYAgYCON3wiqp5nQiKqDYIsz321GeTOYNznoRPNh0Mf6VjzP1eBVz/Q==",
"dev": true,
"funding": [
{
@ -4341,7 +4341,7 @@
"globby": "^11.1.0",
"globjoin": "^0.1.4",
"html-tags": "^3.3.1",
"ignore": "^7.0.0",
"ignore": "^7.0.1",
"imurmurhash": "^0.1.4",
"is-plain-object": "^5.0.0",
"known-css-properties": "^0.35.0",
@ -4807,9 +4807,9 @@
}
},
"node_modules/stylelint/node_modules/ignore": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.0.tgz",
"integrity": "sha512-lcX8PNQygAa22u/0BysEY8VhaFRzlOkvdlKczDPnJvrkJD1EuqzEky5VYYKM2iySIuaVIDv9N190DfSreSLw2A==",
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.3.tgz",
"integrity": "sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==",
"dev": true,
"engines": {
"node": ">= 4"

View file

@ -25,7 +25,7 @@
"eslint-plugin-prettier": "^5.2.1",
"install": "^0.13.0",
"prettier": "^3.4.2",
"stylelint": "^16.13.0",
"stylelint": "^16.13.1",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-no-browser-hacks": "^1.3.0"
}