Compare commits

...

3 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
5 changed files with 14 additions and 6 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,14 @@
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

View File

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

View File

@@ -18,9 +18,9 @@ browserslist@^4.24.2:
update-browserslist-db "^1.1.1"
caniuse-lite@^1.0.30001688:
version "1.0.30001701"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001701.tgz"
integrity sha512-faRs/AW3jA9nTwmJBSO1PQ6L/EOgsB5HMQQq4iCu5zhPgVVgO/pZRHlmatwijZKetFw8/Pr4q6dEN8sJuq8qTw==
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"