mirror of
https://github.com/ivuorinen/base-configs-browserslist.git
synced 2026-01-26 03:34:00 +00:00
v1.0.0
# 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))
@ivuorinen/browserslist-config
ivuorinen's shareable configuration for
Browserslist.
Table of Contents
Supported Browsers
'defaults and fully supports es6-module', 'maintained node versions'
See the up to date list of supported browsers in the Browserslist docs.
Installation
Install this config as a devDependencies:
# npm
npm install @ivuorinen/browserslist-config --save-dev
# Yarn
yarn add @ivuorinen/browserslist-config --dev
After installing it, a .browserslistrc file will be created automatically in the project's root folder with the following configuration:
extends @ivuorinen/browserslist-config
Documentations
Read the Browserslist docs for more information.
Contributing
If you are interested in helping contribute, please take a look at our contribution guidelines and open an issue or pull request.
Changelog
See CHANGELOG for a human-readable history of changes.
License
Distributed under the MIT License. See LICENSE for more information.
Description
Languages
JavaScript
100%