Compare commits

...

8 Commits

Author SHA1 Message Date
fiximus
97d7d84207 chore(release): publish
- @ivuorinen/stylelint-config@0.3.12
2025-01-16 08:06:05 +00:00
renovate[bot]
6a5b8eff0c fix(deps): update stylelint-config-standard to 37.0.0 (#323) 2025-01-16 10:05:29 +02:00
fiximus
4bafec44c1 chore(release): publish
- @ivuorinen/browserslist-config@0.4.5
2025-01-15 06:51:10 +00:00
github-actions[bot]
086723cd13 chore(deps): update browserslist database (#322) 2025-01-15 08:50:31 +02:00
2979c63f31 chore(deps): upgrade root packages 2025-01-10 01:29:32 +02:00
renovate[bot]
31643f5cd0 chore(deps): update node.js to v22.13.0 (#321)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-08 03:26:49 +02:00
fiximus
ee2e5d3dea chore(release): publish
- @ivuorinen/base-configs@2.0.20
 - @ivuorinen/browserslist-config@0.4.4
2025-01-01 10:44:04 +00:00
github-actions[bot]
51f98ba71a chore(deps): update browserslist database (#320) 2025-01-01 12:43:24 +02:00
11 changed files with 1090 additions and 913 deletions

2
.nvmrc
View File

@@ -1 +1 @@
22.12.0 22.13.0

View File

@@ -56,9 +56,9 @@
"@ivuorinen/prettier-config": "file:packages/prettier-config", "@ivuorinen/prettier-config": "file:packages/prettier-config",
"@ivuorinen/semantic-release-config": "file:packages/semantic-release-config", "@ivuorinen/semantic-release-config": "file:packages/semantic-release-config",
"@types/node": "*", "@types/node": "*",
"typescript": ">=4.2.0",
"lerna": "^8.0.0", "lerna": "^8.0.0",
"simple-git-hooks": "^2.8.1" "simple-git-hooks": "^2.8.1",
"typescript": ">=4.2.0"
}, },
"packageManager": "yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca" "packageManager": "yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
} }

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.0.20](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.19...@ivuorinen/base-configs@2.0.20) (2025-01-01)
**Note:** Version bump only for package @ivuorinen/base-configs
## [2.0.19](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.18...@ivuorinen/base-configs@2.0.19) (2024-12-16) ## [2.0.19](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.18...@ivuorinen/base-configs@2.0.19) (2024-12-16)
**Note:** Version bump only for package @ivuorinen/base-configs **Note:** Version bump only for package @ivuorinen/base-configs

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/base-configs", "name": "@ivuorinen/base-configs",
"version": "2.0.19", "version": "2.0.20",
"type": "module", "type": "module",
"description": "ivuorinen's shareable configurations meta package", "description": "ivuorinen's shareable configurations meta package",
"author": { "author": {
@@ -28,7 +28,7 @@
"url": "git+https://github.com/ivuorinen/base-configs.git" "url": "git+https://github.com/ivuorinen/base-configs.git"
}, },
"dependencies": { "dependencies": {
"@ivuorinen/browserslist-config": "^0.4.3", "@ivuorinen/browserslist-config": "^0.4.4",
"@ivuorinen/commitlint-config": "^0.3.8", "@ivuorinen/commitlint-config": "^0.3.8",
"@ivuorinen/eslint-config": "^0.5.8", "@ivuorinen/eslint-config": "^0.5.8",
"@ivuorinen/markdownlint-config": "^0.3.9", "@ivuorinen/markdownlint-config": "^0.3.9",

View File

@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.4.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.4.4...@ivuorinen/browserslist-config@0.4.5) (2025-01-15)
**Note:** Version bump only for package @ivuorinen/browserslist-config
## [0.4.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.4.3...@ivuorinen/browserslist-config@0.4.4) (2025-01-01)
**Note:** Version bump only for package @ivuorinen/browserslist-config
## [0.4.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.4.2...@ivuorinen/browserslist-config@0.4.3) (2024-12-16) ## [0.4.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.4.2...@ivuorinen/browserslist-config@0.4.3) (2024-12-16)
**Note:** Version bump only for package @ivuorinen/browserslist-config **Note:** Version bump only for package @ivuorinen/browserslist-config

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/browserslist-config", "name": "@ivuorinen/browserslist-config",
"version": "0.4.3", "version": "0.4.5",
"description": "ivuorinen's shareable configuration for Browserslist.", "description": "ivuorinen's shareable configuration for Browserslist.",
"type": "module", "type": "module",
"author": { "author": {

View File

@@ -18,9 +18,9 @@ browserslist@^4.24.2:
update-browserslist-db "^1.1.1" update-browserslist-db "^1.1.1"
caniuse-lite@^1.0.30001669: caniuse-lite@^1.0.30001669:
version "1.0.30001688" version "1.0.30001692"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001688.tgz" resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001692.tgz"
integrity sha512-Nmqpru91cuABu/DTCXbM2NSRHzM2uVHfPnhJ/1zEAJx/ILBRVmz3pzH4N7DZqbdG0gWClsCC05Oj0mJ/1AWMbA== integrity sha512-A95VKan0kdtrsnMubMKxEKUKImOPSuCpYgxSQBo036P5YYgVIcOYJEgt/txJWqObiRQeISNCfef9nvlQ0vbV7A==
electron-to-chromium@^1.5.41: electron-to-chromium@^1.5.41:
version "1.5.62" version "1.5.62"

View File

@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.12](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.3.11...@ivuorinen/stylelint-config@0.3.12) (2025-01-16)
### Bug Fixes
* **deps:** update stylelint-config-standard to 37.0.0 ([#323](https://github.com/ivuorinen/base-configs/issues/323)) ([6a5b8ef](https://github.com/ivuorinen/base-configs/commit/6a5b8eff0c59f698b45eb431918fddeca6db4ff9))
## [0.3.11](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.3.10...@ivuorinen/stylelint-config@0.3.11) (2024-12-10) ## [0.3.11](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.3.10...@ivuorinen/stylelint-config@0.3.11) (2024-12-10)
**Note:** Version bump only for package @ivuorinen/stylelint-config **Note:** Version bump only for package @ivuorinen/stylelint-config

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/stylelint-config", "name": "@ivuorinen/stylelint-config",
"version": "0.3.11", "version": "0.3.12",
"type": "module", "type": "module",
"description": "ivuorinen's shareable configuration for stylelint.", "description": "ivuorinen's shareable configuration for stylelint.",
"author": { "author": {
@@ -57,7 +57,7 @@
"postcss": "^8", "postcss": "^8",
"stylelint": "^16", "stylelint": "^16",
"stylelint-config-recommended-scss": "^14", "stylelint-config-recommended-scss": "^14",
"stylelint-config-standard": "^36", "stylelint-config-standard": "^37.0.0",
"stylelint-order": "^6", "stylelint-order": "^6",
"stylelint-scss": "^6" "stylelint-scss": "^6"
}, },

View File

@@ -715,12 +715,17 @@ stylelint-config-recommended@^14.0.1:
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz#d25e86409aaf79ee6c6085c2c14b33c7e23c90c6" resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz#d25e86409aaf79ee6c6085c2c14b33c7e23c90c6"
integrity sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg== integrity sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==
stylelint-config-standard@^36: stylelint-config-recommended@^15.0.0:
version "36.0.1" version "15.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-36.0.1.tgz#727cbb2a1ef3e210f5ce8329cde531129f156609" resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-15.0.0.tgz#93d48db401215708b724f078533864e52085a07b"
integrity sha512-8aX8mTzJ6cuO8mmD5yon61CWuIM4UD8Q5aBcWKGSf6kg+EC3uhB+iOywpTK4ca6ZL7B49en8yanOFtUW0qNzyw== integrity sha512-9LejMFsat7L+NXttdHdTq94byn25TD+82bzGRiV1Pgasl99pWnwipXS5DguTpp3nP1XjvLXVnEJIuYBfsRjRkA==
stylelint-config-standard@^37.0.0:
version "37.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-37.0.0.tgz#55e75c7215d5398b096d2f75af6a16693c18532d"
integrity sha512-+6eBlbSTrOn/il2RlV0zYGQwRTkr+WtzuVSs1reaWGObxnxLpbcspCUYajVQHonVfxVw2U+h42azGhrBvcg8OA==
dependencies: dependencies:
stylelint-config-recommended "^14.0.1" stylelint-config-recommended "^15.0.0"
stylelint-order@^6: stylelint-order@^6:
version "6.0.4" version "6.0.4"

1931
yarn.lock

File diff suppressed because it is too large Load Diff