mirror of
https://github.com/ivuorinen/base-configs-browserslist.git
synced 2026-01-26 11:44:02 +00:00
# 1.0.0 (2025-12-06) ### Bug Fixes * **github-action:** update github/codeql-action (v3.29.0 → v3.29.2) ([#2](https://github.com/ivuorinen/base-configs-browserslist/issues/2)) ([39f8dcd](39f8dcdf68)) * **github-action:** update github/codeql-action (v3.29.2 → v3.29.3) ([#5](https://github.com/ivuorinen/base-configs-browserslist/issues/5)) ([56f1b27](56f1b2717e)) * **github-action:** update github/codeql-action (v3.29.3 → v3.29.4) ([#7](https://github.com/ivuorinen/base-configs-browserslist/issues/7)) ([75d72c3](75d72c3809)) * **github-action:** update github/codeql-action (v3.29.4 → v3.29.5) ([#8](https://github.com/ivuorinen/base-configs-browserslist/issues/8)) ([f47baed](f47baeda55)) * **github-action:** update github/codeql-action (v3.29.5 → v3.29.8) ([#11](https://github.com/ivuorinen/base-configs-browserslist/issues/11)) ([28ac4ca](28ac4caae8)) * **github-action:** update github/codeql-action (v3.29.8 → v3.29.9) ([#14](https://github.com/ivuorinen/base-configs-browserslist/issues/14)) ([6ce56fe](6ce56fee1b)) * **github-action:** update github/codeql-action (v3.29.9 → v3.29.10) ([#15](https://github.com/ivuorinen/base-configs-browserslist/issues/15)) ([e7ac97c](e7ac97ceed)) * **github-action:** update ivuorinen/actions (25.7.14 → 25.7.21) ([#6](https://github.com/ivuorinen/base-configs-browserslist/issues/6)) ([9c2c6af](9c2c6afdac)) * **github-action:** update ivuorinen/actions (25.7.21 → 25.7.28) ([#9](https://github.com/ivuorinen/base-configs-browserslist/issues/9)) ([fa804a8](fa804a8542)) * **github-action:** update ivuorinen/actions (25.7.7 → 25.7.14) ([#4](https://github.com/ivuorinen/base-configs-browserslist/issues/4)) ([cd3c9d7](cd3c9d7d7e)) * **github-action:** update ivuorinen/actions (25.8.11 → 25.8.18) ([#16](https://github.com/ivuorinen/base-configs-browserslist/issues/16)) ([8fea8a3](8fea8a336a)) * **github-action:** update ivuorinen/actions (25.8.4 → 25.8.11) ([#13](https://github.com/ivuorinen/base-configs-browserslist/issues/13)) ([168c475](168c47522b)) * **github-release:** update adrienverge/yamllint (v1.37.0 → v1.37.1) ([#17](https://github.com/ivuorinen/base-configs-browserslist/issues/17)) ([c1ed668](c1ed66848e)) * **github-release:** update bridgecrewio/checkov (3.2.400 → 3.2.464) ([#18](https://github.com/ivuorinen/base-configs-browserslist/issues/18)) ([547a0bd](547a0bd736)) * **github-release:** update renovatebot/pre-commit-hooks (41.82.9 → 41.82.10) ([#27](https://github.com/ivuorinen/base-configs-browserslist/issues/27)) ([1bbf0c5](1bbf0c5f11)) ### Features * **ci:** new release flow, linting ([da94bad](da94bad5f9)) * **github-action:** update ivuorinen/actions (25.6.17 → 25.7.7) ([#3](https://github.com/ivuorinen/base-configs-browserslist/issues/3)) ([65c2674](65c267459b)) * **github-action:** update ivuorinen/actions (25.7.28 → 25.8.4) ([#10](https://github.com/ivuorinen/base-configs-browserslist/issues/10)) ([08f9c3e](08f9c3e2b3)) * **github-release:** update igorshubovych/markdownlint-cli (v0.44.0 → v0.45.0) ([#19](https://github.com/ivuorinen/base-configs-browserslist/issues/19)) ([933a8d8](933a8d88c1)) * **github-release:** update koalaman/shellcheck-precommit (v0.10.0 → v0.11.0) ([#20](https://github.com/ivuorinen/base-configs-browserslist/issues/20)) ([30f4641](30f4641a8e)) * initial import from base-configs ([5404b12](5404b12eb7)) * release pipeline, packages, yarn upgrade ([e3ff312](e3ff312196))
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "@ivuorinen/browserslist-config",
|
|
"version": "1.0.0",
|
|
"description": "ivuorinen's shareable configuration for Browserslist.",
|
|
"type": "module",
|
|
"author": {
|
|
"name": "Ismo Vuorinen",
|
|
"url": "https://github.com/ivuorinen"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ivuorinen/base-configs-browserslist/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"files": [
|
|
"index.cjs",
|
|
"wrapper.mjs",
|
|
"scripts/*"
|
|
],
|
|
"main": "index.cjs",
|
|
"module": "wrapper.mjs",
|
|
"exports": {
|
|
"import": "./wrapper.mjs",
|
|
"require": "./index.cjs"
|
|
},
|
|
"homepage": "https://github.com/ivuorinen/base-configs-browserslist#readme",
|
|
"keywords": [
|
|
"browserslist-config",
|
|
"browserslist",
|
|
"config",
|
|
"ivuorinen"
|
|
],
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ivuorinen/base-configs-browserslist.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node scripts/postinstall.cjs"
|
|
},
|
|
"dependencies": {
|
|
"@ivuorinen/config-checker": "^2",
|
|
"browserslist": "^4.28.1"
|
|
},
|
|
"devDependencies": {
|
|
"@ivuorinen/semantic-release-config": "^1.0.0",
|
|
"@types/browserslist": "^4.15.4"
|
|
},
|
|
"packageManager": "yarn@4.12.0"
|
|
}
|