browserslist-config-anolilab
Advanced tools
Comparing version 4.1.2 to 4.2.0
@@ -0,1 +1,25 @@ | ||
## browserslist-config-anolilab [4.2.0](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@4.1.3...browserslist-config-anolilab@4.2.0) (2023-07-03) | ||
### Features | ||
* Update dependencies version in pnpm-lock.yaml ([1f75f7b](https://github.com/anolilab/javascript-style-guide/commit/1f75f7bec8190da5ae6f2ba7e6ac249d802fabb4)) | ||
### Styles | ||
* "Rearrange order of task definitions and disable ESLint on non-literal fs filename" ([d48a8c0](https://github.com/anolilab/javascript-style-guide/commit/d48a8c0a0f87582e8a7389a4f9e025cdcbb113da)) | ||
### Miscellaneous Chores | ||
* removed "semantic-release-npm-deprecate" not working like expected ([a988c89](https://github.com/anolilab/javascript-style-guide/commit/a988c898ebe4941cc6534ee3f8e1ec7e7a85d929)) | ||
* Update deprecation versions in releaserc.json files ([b7b7ab7](https://github.com/anolilab/javascript-style-guide/commit/b7b7ab7c776ac5f2a0908259c5e677dc3f55de46)) | ||
### Dependencies | ||
* **@anolilab/semantic-release-preset:** upgraded to 5.0.0 | ||
## browserslist-config-anolilab [4.1.2](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@4.1.1...browserslist-config-anolilab@4.1.2) (2023-06-28) | ||
@@ -2,0 +26,0 @@ |
declare const config: { | ||
production: string[]; | ||
legacyBrowsers: string[]; | ||
modernBrowsers: string[]; | ||
node: string[]; | ||
production: string[]; | ||
ssr: string[]; | ||
node: string[]; | ||
}; | ||
export { config as default }; |
'use strict'; | ||
var o={production:["> 1%","last 2 versions","Firefox ESR","not dead"],legacyBrowsers:["> 1%","last 2 versions","Firefox ESR"],modernBrowsers:["last 2 Chrome versions","not Chrome < 60","last 2 Safari versions","not Safari < 10.1","last 2 iOS versions","not iOS < 10.3","last 2 Firefox versions","not Firefox < 54","last 2 Edge versions","not Edge < 15"],ssr:["node 16"],node:["last 2 node major versions"]},s=o; | ||
var o={legacyBrowsers:["> 1%","last 2 versions","Firefox ESR"],modernBrowsers:["last 2 Chrome versions","not Chrome < 60","last 2 Safari versions","not Safari < 10.1","last 2 iOS versions","not iOS < 10.3","last 2 Firefox versions","not Firefox < 54","last 2 Edge versions","not Edge < 15"],node:["last 2 node major versions"],production:["> 1%","last 2 versions","Firefox ESR","not dead"],ssr:["node 16"]},s=o; | ||
@@ -5,0 +5,0 @@ module.exports = s; |
MIT License | ||
Copyright (c) 2021 Anolilab | ||
Copyright (c) 2023 Anolilab | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "browserslist-config-anolilab", | ||
"version": "4.1.2", | ||
"version": "4.2.0", | ||
"description": "Shareable browserlist config for Anolilab projects.", | ||
@@ -62,10 +62,10 @@ "keywords": [ | ||
"devDependencies": { | ||
"@anolilab/semantic-release-preset": "4.0.3", | ||
"@anolilab/semantic-release-preset": "5.0.0", | ||
"browserslist": "4.21.9", | ||
"caniuse-lite": "^1.0.30001509", | ||
"caniuse-lite": "^1.0.30001511", | ||
"cross-env": "^7.0.3", | ||
"rimraf": "^5.0.1", | ||
"semantic-release": "^21.0.5", | ||
"semantic-release": "^21.0.6", | ||
"tsup": "^7.1.0", | ||
"vitest": "^0.32.2" | ||
"vitest": "^0.32.4" | ||
}, | ||
@@ -72,0 +72,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24153