Compare commits

..

4 Commits

Author SHA1 Message Date
ivuorinen
ab6ed16b78 chore(release): publish
- @ivuorinen/base-configs@1.1.98
 - @ivuorinen/browserslist-config@0.2.9
2024-07-13 07:01:58 +00:00
renovate[bot]
8593ea0ea6 fix(deps): update browserslist to 4.23.2 (#271) 2024-07-13 10:01:21 +03:00
renovate[bot]
bd86a4459d fix(github-action): update actions/setup-node ( v4.0.2 → v4.0.3 )
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-11 03:06:05 +00:00
Ismo Vuorinen
4b9d95b4ad chore: update dependencies 2024-07-02 14:12:25 +03:00
7 changed files with 369 additions and 913 deletions

View File

@@ -21,7 +21,7 @@ jobs:
fetch-depth: 0
- name: Setup Node.js Environment
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
always-auth: true
node-version: 20

View File

@@ -22,7 +22,7 @@ jobs:
fetch-depth: 0
- name: Setup Node.js Environment
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
always-auth: true
node-version: 20

View File

@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.98](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.97...@ivuorinen/base-configs@1.1.98) (2024-07-13)
**Note:** Version bump only for package @ivuorinen/base-configs
## 1.1.97 (2024-07-02)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/base-configs",
"version": "1.1.97",
"version": "1.1.98",
"description": "ivuorinen's shareable configurations meta package",
"author": {
"name": "Ismo Vuorinen",
@@ -27,7 +27,7 @@
"url": "git+https://github.com/ivuorinen/base-configs.git"
},
"dependencies": {
"@ivuorinen/browserslist-config": "^0.2.8",
"@ivuorinen/browserslist-config": "^0.2.9",
"@ivuorinen/commitlint-config": "^0.2.23",
"@ivuorinen/eslint-config": "^0.4.44",
"@ivuorinen/markdownlint-config": "^0.2.9",

View File

@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.9](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.2.8...@ivuorinen/browserslist-config@0.2.9) (2024-07-13)
### Bug Fixes
- **deps:** update browserslist to 4.23.2 ([#271](https://github.com/ivuorinen/base-configs/issues/271)) ([8593ea0](https://github.com/ivuorinen/base-configs/commit/8593ea0ea6898335a38fe2aa57d0d7457919eb35))
## 0.2.8 (2024-07-02)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/browserslist-config",
"version": "0.2.8",
"version": "0.2.9",
"description": "ivuorinen's shareable configuration for Browserslist.",
"author": {
"name": "Ismo Vuorinen",
@@ -37,7 +37,7 @@
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.4",
"browserslist": "4.23.1"
"browserslist": "4.23.2"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

1260
yarn.lock

File diff suppressed because it is too large Load Diff