browserslist-config-anolilab 5.0.14 → 6.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,36 @@
1
+ ## browserslist-config-anolilab [6.0.1](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@6.0.0...browserslist-config-anolilab@6.0.1) (2025-05-31)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update minor updates (minor) ([#896](https://github.com/anolilab/javascript-style-guide/issues/896)) ([d5132c8](https://github.com/anolilab/javascript-style-guide/commit/d5132c8e59df185331772917e8216c78a97e47be))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * add new linting scripts and update dependencies ([655a866](https://github.com/anolilab/javascript-style-guide/commit/655a86641903f157e4d8a4dc69d0f44448fa7cc9))
10
+
11
+ ## browserslist-config-anolilab [6.0.0](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@5.0.14...browserslist-config-anolilab@6.0.0) (2025-05-26)
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * **browserslist:** changed ssr from node 16 to 22
16
+ Signed-off-by: prisis <d.bannert@anolilab.de>
17
+
18
+ ### Features
19
+
20
+ * **browserslist:** changed ssr from node 16 to 22, updated dev dependencies, allowed node 23 ([1bccf62](https://github.com/anolilab/javascript-style-guide/commit/1bccf629533f30efd19bc447814c7e38175c4af1))
21
+
22
+ ### Miscellaneous Chores
23
+
24
+ * **browserslist-config-anolilab:** updated dev dependencies ([9a30cbf](https://github.com/anolilab/javascript-style-guide/commit/9a30cbf5d92c90dfb1f652ac9e62c39b1306e1a6))
25
+ * remove deprecated ESLint and Prettier configurations, update project structure and dependencies ([7b269ed](https://github.com/anolilab/javascript-style-guide/commit/7b269eda93e7dbede5fbdb536dec518dab2bc54b))
26
+ * update browserslist-config dependencies to latest versions ([d796cbf](https://github.com/anolilab/javascript-style-guide/commit/d796cbf141e7d52a4eaa3a3649dbad745953390e))
27
+ * update node engine compatibility across multiple packages ([8755783](https://github.com/anolilab/javascript-style-guide/commit/8755783d4be3199bd602ede7d83628f83be3f358))
28
+ * updated dev dependencies ([89cb5c7](https://github.com/anolilab/javascript-style-guide/commit/89cb5c72b14fc27041783804f1098c2ecfc3cc33))
29
+
30
+ ### Continuous Integration
31
+
32
+ * fixed build workflow ([622591f](https://github.com/anolilab/javascript-style-guide/commit/622591f129fea0d30129d45346e49795169accd2))
33
+
1
34
  ## browserslist-config-anolilab [5.0.14](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@5.0.13...browserslist-config-anolilab@5.0.14) (2023-12-22)
2
35
 
3
36
 
package/README.md CHANGED
@@ -104,16 +104,7 @@ module.exports = {
104
104
 
105
105
  ```json
106
106
  {
107
- "production": [
108
- "> 1%",
109
- "last 2 versions",
110
- "Firefox ESR"
111
- ],
112
- "legacyBrowsers": [
113
- "> 1%",
114
- "last 2 versions",
115
- "Firefox ESR"
116
- ],
107
+ "legacyBrowsers": ["> 1%", "last 2 versions", "Firefox ESR"],
117
108
  "modernBrowsers": [
118
109
  "last 2 Chrome versions",
119
110
  "not Chrome < 60",
@@ -126,9 +117,9 @@ module.exports = {
126
117
  "last 2 Edge versions",
127
118
  "not Edge < 15"
128
119
  ],
129
- "ssr": [
130
- "node 12"
131
- ]
120
+ "node": ["last 2 node major versions"],
121
+ "production": ["> 1%", "last 2 versions", "Firefox ESR", "not dead"],
122
+ "ssr": ["node 22"]
132
123
  }
133
124
  ```
134
125
 
package/dist/index.cjs ADDED
@@ -0,0 +1 @@
1
+ "use strict";const s={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 22"]};module.exports=s;
@@ -0,0 +1,9 @@
1
+ declare const config: {
2
+ legacyBrowsers: string[];
3
+ modernBrowsers: string[];
4
+ node: string[];
5
+ production: string[];
6
+ ssr: string[];
7
+ };
8
+
9
+ export { config as default };
package/dist/index.mjs CHANGED
@@ -1,5 +1 @@
1
- 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;
2
-
3
- export { s as default };
4
- //# sourceMappingURL=out.js.map
5
- //# sourceMappingURL=index.mjs.map
1
+ const 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 22"]};export{o as default};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browserslist-config-anolilab",
3
- "version": "5.0.14",
3
+ "version": "6.0.1",
4
4
  "description": "Shareable browserlist config for Anolilab projects.",
5
5
  "keywords": [
6
6
  "browserslist",
@@ -35,42 +35,30 @@
35
35
  "sideEffects": false,
36
36
  "exports": {
37
37
  ".": {
38
- "types": "./dist/index.d.ts",
39
- "require": "./dist/index.js",
38
+ "types": "./dist/index.d.cts",
39
+ "require": "./dist/index.cjs",
40
40
  "import": "./dist/index.mjs"
41
41
  },
42
42
  "./package.json": "./package.json"
43
43
  },
44
- "main": "dist/index.js",
44
+ "main": "dist/index.cjs",
45
45
  "module": "dist/index.mjs",
46
- "source": "src/index.ts",
47
46
  "types": "dist/index.d.ts",
47
+ "typesVersions": {
48
+ ">=5.0": {
49
+ ".": [
50
+ "./dist/index.d.ts"
51
+ ]
52
+ }
53
+ },
48
54
  "files": [
49
55
  "dist",
50
- "skip.js",
51
56
  "README.md",
52
57
  "CHANGELOG.md",
53
58
  "LICENSE.md"
54
59
  ],
55
- "scripts": {
56
- "build": "cross-env NODE_ENV=development tsup",
57
- "build:prod": "cross-env NODE_ENV=production tsup",
58
- "clean": "rimraf node_modules dist",
59
- "test": "vitest --config ./vitest.config.ts",
60
- "test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
61
- },
62
- "devDependencies": {
63
- "@anolilab/semantic-release-preset": "8.0.3",
64
- "browserslist": "4.22.2",
65
- "caniuse-lite": "^1.0.30001571",
66
- "cross-env": "^7.0.3",
67
- "rimraf": "^5.0.5",
68
- "semantic-release": "^22.0.12",
69
- "tsup": "^8.0.1",
70
- "vitest": "^1.1.0"
71
- },
72
60
  "engines": {
73
- "node": ">=18.* <=21.*"
61
+ "node": ">=20.18.* <=24.*"
74
62
  },
75
63
  "publishConfig": {
76
64
  "access": "public",
package/dist/index.js DELETED
@@ -1,7 +0,0 @@
1
- 'use strict';
2
-
3
- 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;
4
-
5
- module.exports = s;
6
- //# sourceMappingURL=out.js.map
7
- //# sourceMappingURL=index.js.map
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/index.ts"],"names":["config","src_default"],"mappings":"AAAA,IAAMA,EAAS,CACX,eAAgB,CAAC,OAAQ,kBAAmB,aAAa,EACzD,eAAgB,CACZ,yBACA,kBACA,yBACA,oBACA,sBACA,iBACA,0BACA,mBACA,uBACA,eACJ,EAEA,KAAM,CAAC,4BAA4B,EACnC,WAAY,CAAC,OAAQ,kBAAmB,cAAe,UAAU,EACjE,IAAK,CAAC,SAAS,CACnB,EAEOC,EAAQD","sourcesContent":["const config = {\n legacyBrowsers: [\"> 1%\", \"last 2 versions\", \"Firefox ESR\"],\n modernBrowsers: [\n \"last 2 Chrome versions\",\n \"not Chrome < 60\",\n \"last 2 Safari versions\",\n \"not Safari < 10.1\",\n \"last 2 iOS versions\",\n \"not iOS < 10.3\",\n \"last 2 Firefox versions\",\n \"not Firefox < 54\",\n \"last 2 Edge versions\",\n \"not Edge < 15\",\n ],\n /** NOTE: Meaning LTS version. Any version above LTS is not considered as \"major release\", AFAIK. */\n node: [\"last 2 node major versions\"],\n production: [\"> 1%\", \"last 2 versions\", \"Firefox ESR\", \"not dead\"],\n ssr: [\"node 16\"],\n};\n\nexport default config;\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/index.ts"],"names":["config","src_default"],"mappings":"AAAA,IAAMA,EAAS,CACX,eAAgB,CAAC,OAAQ,kBAAmB,aAAa,EACzD,eAAgB,CACZ,yBACA,kBACA,yBACA,oBACA,sBACA,iBACA,0BACA,mBACA,uBACA,eACJ,EAEA,KAAM,CAAC,4BAA4B,EACnC,WAAY,CAAC,OAAQ,kBAAmB,cAAe,UAAU,EACjE,IAAK,CAAC,SAAS,CACnB,EAEOC,EAAQD","sourcesContent":["const config = {\n legacyBrowsers: [\"> 1%\", \"last 2 versions\", \"Firefox ESR\"],\n modernBrowsers: [\n \"last 2 Chrome versions\",\n \"not Chrome < 60\",\n \"last 2 Safari versions\",\n \"not Safari < 10.1\",\n \"last 2 iOS versions\",\n \"not iOS < 10.3\",\n \"last 2 Firefox versions\",\n \"not Firefox < 54\",\n \"last 2 Edge versions\",\n \"not Edge < 15\",\n ],\n /** NOTE: Meaning LTS version. Any version above LTS is not considered as \"major release\", AFAIK. */\n node: [\"last 2 node major versions\"],\n production: [\"> 1%\", \"last 2 versions\", \"Firefox ESR\", \"not dead\"],\n ssr: [\"node 16\"],\n};\n\nexport default config;\n"]}