mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-27 15:39:49 +00:00
Compare commits
5 Commits
@ivuorinen
...
@ivuorinen
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7fac921a4e | ||
|
|
ceaa09922f | ||
| a77f390a4d | |||
|
|
a37eb8517e | ||
| 3dbff768c8 |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "@ivuorinen/base-configs",
|
"name": "@ivuorinen/base-configs-meta",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "A collection of base configs for code quality and linting tools.",
|
"description": "A collection of base configs for code quality and linting tools.",
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/ivuorinen/base-configs#readme",
|
"homepage": "https://github.com/ivuorinen/base-configs#readme",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [2.0.10](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.9...@ivuorinen/base-configs@2.0.10) (2024-11-24)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/base-configs
|
||||||
|
|
||||||
|
## [2.0.9](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.8...@ivuorinen/base-configs@2.0.9) (2024-11-24)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/base-configs
|
||||||
|
|
||||||
## [2.0.8](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.7...@ivuorinen/base-configs@2.0.8) (2024-11-16)
|
## [2.0.8](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.7...@ivuorinen/base-configs@2.0.8) (2024-11-16)
|
||||||
|
|
||||||
**Note:** Version bump only for package @ivuorinen/base-configs
|
**Note:** Version bump only for package @ivuorinen/base-configs
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/base-configs",
|
"name": "@ivuorinen/base-configs",
|
||||||
"version": "2.0.8",
|
"version": "2.0.10",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "ivuorinen's shareable configurations meta package",
|
"description": "ivuorinen's shareable configurations meta package",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/ivuorinen/base-configs/tree/main/packages/base-configs#readme",
|
"homepage": "https://github.com/ivuorinen/base-configs/tree/main/packages/base-configs#readme",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@@ -28,11 +28,11 @@
|
|||||||
"url": "git+https://github.com/ivuorinen/base-configs.git"
|
"url": "git+https://github.com/ivuorinen/base-configs.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ivuorinen/browserslist-config": "^0.3.4",
|
"@ivuorinen/browserslist-config": "^0.4.0",
|
||||||
"@ivuorinen/commitlint-config": "^0.3.5",
|
"@ivuorinen/commitlint-config": "^0.3.6",
|
||||||
"@ivuorinen/eslint-config": "^0.5.6",
|
"@ivuorinen/eslint-config": "^0.5.7",
|
||||||
"@ivuorinen/markdownlint-config": "^0.3.5",
|
"@ivuorinen/markdownlint-config": "^0.3.6",
|
||||||
"@ivuorinen/prettier-config": "^0.3.5",
|
"@ivuorinen/prettier-config": "^0.3.6",
|
||||||
"@ivuorinen/semantic-release-config": "^0.3.6"
|
"@ivuorinen/semantic-release-config": "^0.3.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# [0.4.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.3.4...@ivuorinen/browserslist-config@0.4.0) (2024-11-24)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- bump node engine to >=20 ([3dbff76](https://github.com/ivuorinen/base-configs/commit/3dbff768c882dc12d01ac8eed6c70ae545db0e76))
|
||||||
|
|
||||||
## 0.3.4 (2024-11-16)
|
## 0.3.4 (2024-11-16)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/browserslist-config",
|
"name": "@ivuorinen/browserslist-config",
|
||||||
"version": "0.3.4",
|
"version": "0.4.0",
|
||||||
"description": "ivuorinen's shareable configuration for Browserslist.",
|
"description": "ivuorinen's shareable configuration for Browserslist.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"index.cjs",
|
"index.cjs",
|
||||||
|
|||||||
@@ -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.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.3.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.3.5...@ivuorinen/commitlint-config@0.3.6) (2024-11-24)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/commitlint-config
|
||||||
|
|
||||||
## [0.3.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.3.4...@ivuorinen/commitlint-config@0.3.5) (2024-11-16)
|
## [0.3.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.3.4...@ivuorinen/commitlint-config@0.3.5) (2024-11-16)
|
||||||
|
|
||||||
**Note:** Version bump only for package @ivuorinen/commitlint-config
|
**Note:** Version bump only for package @ivuorinen/commitlint-config
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/commitlint-config",
|
"name": "@ivuorinen/commitlint-config",
|
||||||
"version": "0.3.5",
|
"version": "0.3.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "ivuorinen's shareable configuration for commitlint.",
|
"description": "ivuorinen's shareable configuration for commitlint.",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"main": "index.cjs",
|
"main": "index.cjs",
|
||||||
"module": "wrapper.mjs",
|
"module": "wrapper.mjs",
|
||||||
|
|||||||
@@ -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.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.5.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.5.6...@ivuorinen/eslint-config@0.5.7) (2024-11-24)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/eslint-config
|
||||||
|
|
||||||
## [0.5.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.5.5...@ivuorinen/eslint-config@0.5.6) (2024-11-16)
|
## [0.5.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.5.5...@ivuorinen/eslint-config@0.5.6) (2024-11-16)
|
||||||
|
|
||||||
**Note:** Version bump only for package @ivuorinen/eslint-config
|
**Note:** Version bump only for package @ivuorinen/eslint-config
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/eslint-config",
|
"name": "@ivuorinen/eslint-config",
|
||||||
"version": "0.5.6",
|
"version": "0.5.7",
|
||||||
"description": "ivuorinen's shareable configuration for ESLint.",
|
"description": "ivuorinen's shareable configuration for ESLint.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Ismo Vuorinen",
|
"name": "Ismo Vuorinen",
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": "^20.9.0 || >=21.1.0"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "index.cjs",
|
"main": "index.cjs",
|
||||||
|
|||||||
@@ -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.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.3.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.3.5...@ivuorinen/markdownlint-config@0.3.6) (2024-11-24)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/markdownlint-config
|
||||||
|
|
||||||
## [0.3.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.3.4...@ivuorinen/markdownlint-config@0.3.5) (2024-11-16)
|
## [0.3.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.3.4...@ivuorinen/markdownlint-config@0.3.5) (2024-11-16)
|
||||||
|
|
||||||
**Note:** Version bump only for package @ivuorinen/markdownlint-config
|
**Note:** Version bump only for package @ivuorinen/markdownlint-config
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/markdownlint-config",
|
"name": "@ivuorinen/markdownlint-config",
|
||||||
"version": "0.3.5",
|
"version": "0.3.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "ivuorinen's shareable configuration for markdownlint.",
|
"description": "ivuorinen's shareable configuration for markdownlint.",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"index.json",
|
"index.json",
|
||||||
|
|||||||
@@ -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.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.3.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.3.5...@ivuorinen/prettier-config@0.3.6) (2024-11-24)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/prettier-config
|
||||||
|
|
||||||
## 0.3.5 (2024-11-16)
|
## 0.3.5 (2024-11-16)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/prettier-config",
|
"name": "@ivuorinen/prettier-config",
|
||||||
"version": "0.3.5",
|
"version": "0.3.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "ivuorinen's shareable configuration for Prettier.",
|
"description": "ivuorinen's shareable configuration for Prettier.",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"main": "index.cjs",
|
"main": "index.cjs",
|
||||||
"module": "wrapper.mjs",
|
"module": "wrapper.mjs",
|
||||||
|
|||||||
@@ -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.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.3.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.3.6...@ivuorinen/semantic-release-config@0.3.7) (2024-11-24)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/semantic-release-config
|
||||||
|
|
||||||
## [0.3.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.3.5...@ivuorinen/semantic-release-config@0.3.6) (2024-11-16)
|
## [0.3.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.3.5...@ivuorinen/semantic-release-config@0.3.6) (2024-11-16)
|
||||||
|
|
||||||
**Note:** Version bump only for package @ivuorinen/semantic-release-config
|
**Note:** Version bump only for package @ivuorinen/semantic-release-config
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/semantic-release-config",
|
"name": "@ivuorinen/semantic-release-config",
|
||||||
"version": "0.3.6",
|
"version": "0.3.7",
|
||||||
"description": "ivuorinen's shareable configuration for semantic-release.",
|
"description": "ivuorinen's shareable configuration for semantic-release.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Ismo Vuorinen",
|
"name": "Ismo Vuorinen",
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"index.cjs",
|
"index.cjs",
|
||||||
|
|||||||
@@ -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.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.3.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.3.5...@ivuorinen/stylelint-config@0.3.6) (2024-11-24)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/stylelint-config
|
||||||
|
|
||||||
## [0.3.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.3.4...@ivuorinen/stylelint-config@0.3.5) (2024-11-16)
|
## [0.3.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.3.4...@ivuorinen/stylelint-config@0.3.5) (2024-11-16)
|
||||||
|
|
||||||
**Note:** Version bump only for package @ivuorinen/stylelint-config
|
**Note:** Version bump only for package @ivuorinen/stylelint-config
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/stylelint-config",
|
"name": "@ivuorinen/stylelint-config",
|
||||||
"version": "0.3.5",
|
"version": "0.3.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "ivuorinen's shareable configuration for stylelint.",
|
"description": "ivuorinen's shareable configuration for stylelint.",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"main": "css/index.cjs",
|
"main": "css/index.cjs",
|
||||||
"module": "css/index.mjs",
|
"module": "css/index.mjs",
|
||||||
|
|||||||
Reference in New Issue
Block a user