Compare commits

..

6 Commits

Author SHA1 Message Date
fiximus
7305061916 chore(release): publish
- @ivuorinen/browserslist-config@0.4.12
2025-03-17 09:58:20 +00:00
github-actions[bot]
0031c22f29 chore(deps): update browserslist database (#345)
Co-authored-by: fiximus <189535814+fiximus@users.noreply.github.com>
2025-03-17 11:57:48 +02:00
renovate[bot]
8a79dfb13c fix(github-action): update actions/cache (v4.2.1 → v4.2.2) (#343)
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-03-01 20:45:50 +00:00
fiximus
691059e006 chore(release): publish
- @ivuorinen/browserslist-config@0.4.11
2025-03-01 20:17:28 +00:00
ivuorinen
86721f06a0 chore: 🤖 bump versions and publish packages 2025-03-01 20:17:25 +00:00
github-actions[bot]
4c78ff7943 chore(deps): update browserslist database (#344)
Co-authored-by: fiximus <189535814+fiximus@users.noreply.github.com>
2025-03-01 22:16:50 +02:00
6 changed files with 38 additions and 22 deletions

View File

@@ -29,7 +29,7 @@ jobs:
scope: '@ivuorinen'
- name: Cache Node Modules
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
id: cache
with:
path: node_modules

View File

@@ -30,7 +30,7 @@ jobs:
scope: '@ivuorinen'
- name: Cache Node Modules
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
id: cache
with:
path: node_modules

View File

@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.4.12](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.4.11...@ivuorinen/browserslist-config@0.4.12) (2025-03-17)
**Note:** Version bump only for package @ivuorinen/browserslist-config
## [0.4.11](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.4.10...@ivuorinen/browserslist-config@0.4.11) (2025-03-01)
**Note:** Version bump only for package @ivuorinen/browserslist-config
## 0.4.10 (2025-02-23)
**Note:** Version bump only for package @ivuorinen/browserslist-config

View File

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

View File

@@ -2,10 +2,10 @@
# yarn lockfile v1
"@ivuorinen/config-checker@^1.1.10":
version "1.1.11"
resolved "https://registry.yarnpkg.com/@ivuorinen/config-checker/-/config-checker-1.1.11.tgz#55a91c7b23725d2f1bb0e678d53638af1f034125"
integrity sha512-9nyiuhMprc8zxsZSxONnVS2CHd4Ad0Xl7EEXWMeiF0iuHeyu2RenHYZBZo2rv863vpaw5C9MJFXjsW7NEIGQpg==
"@ivuorinen/config-checker@^1.1.12":
version "1.1.12"
resolved "https://registry.yarnpkg.com/@ivuorinen/config-checker/-/config-checker-1.1.12.tgz#db3cc770ac0f8f2d3a3a3414caae718312b1a13f"
integrity sha512-C7HPRTsOxO0SKZH6ILs+KMTTe/7gx32dFfoPyK9+u7Da6mm5FEdj+H4h+Hp35ZbutyUa/IlFd3X0fla8sNS/vg==
browserslist@^4.24.2:
version "4.24.4"
@@ -18,9 +18,9 @@ browserslist@^4.24.2:
update-browserslist-db "^1.1.1"
caniuse-lite@^1.0.30001688:
version "1.0.30001700"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001700.tgz#26cd429cf09b4fd4e745daf4916039c794d720f6"
integrity sha512-2S6XIXwaE7K7erT8dY+kLQcpa5ms63XlRkMkReXjle+kf6c5g38vyMl+Z5y8dSxOFDhcFe+nxnn261PLxBSQsQ==
version "1.0.30001704"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001704.tgz"
integrity sha512-+L2IgBbV6gXB4ETf0keSvLr7JUrRVbIaB/lrQ1+z8mRcQiisG5k+lG6O4n6Y5q6f5EuNfaYXKgymucphlEXQew==
electron-to-chromium@^1.5.73:
version "1.5.103"

View File

@@ -348,22 +348,22 @@
integrity sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ==
"@ivuorinen/commitlint-config@file:packages/commitlint-config":
version "0.3.10"
version "0.3.11"
dependencies:
"@commitlint/cli" "^19"
"@commitlint/config-conventional" "^19"
"@ivuorinen/config-checker" "^1.1.11"
"@ivuorinen/config-checker" "^1.1.12"
"@ivuorinen/config-checker@^1.1.11":
version "1.1.11"
resolved "https://registry.yarnpkg.com/@ivuorinen/config-checker/-/config-checker-1.1.11.tgz#55a91c7b23725d2f1bb0e678d53638af1f034125"
integrity sha512-9nyiuhMprc8zxsZSxONnVS2CHd4Ad0Xl7EEXWMeiF0iuHeyu2RenHYZBZo2rv863vpaw5C9MJFXjsW7NEIGQpg==
"@ivuorinen/config-checker@^1.1.12":
version "1.1.12"
resolved "https://registry.yarnpkg.com/@ivuorinen/config-checker/-/config-checker-1.1.12.tgz#db3cc770ac0f8f2d3a3a3414caae718312b1a13f"
integrity sha512-C7HPRTsOxO0SKZH6ILs+KMTTe/7gx32dFfoPyK9+u7Da6mm5FEdj+H4h+Hp35ZbutyUa/IlFd3X0fla8sNS/vg==
"@ivuorinen/eslint-config@file:packages/eslint-config":
version "0.5.10"
version "0.5.11"
dependencies:
"@eslint/js" "^9"
"@ivuorinen/config-checker" "^1.1.11"
"@ivuorinen/config-checker" "^1.1.12"
eslint "^9.15.0"
eslint-config-eslint "^11"
eslint-config-prettier "^10.0.0"
@@ -375,15 +375,15 @@
typescript ">=4.2.0"
"@ivuorinen/prettier-config@file:packages/prettier-config":
version "0.3.10"
version "0.3.11"
dependencies:
"@ivuorinen/config-checker" "^1.1.11"
"@ivuorinen/config-checker" "^1.1.12"
prettier "^3"
"@ivuorinen/semantic-release-config@file:packages/semantic-release-config":
version "0.3.15"
version "0.3.16"
dependencies:
"@ivuorinen/config-checker" "^1.1.11"
"@ivuorinen/config-checker" "^1.1.12"
"@semantic-release/changelog" "^6"
"@semantic-release/git" "^10"
semantic-release "^24"