browserslist-config-anolilab 2.1.3 → 3.0.0

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,42 @@
1
+ ## browserslist-config-anolilab [3.0.0](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@2.3.0...browserslist-config-anolilab@3.0.0) (2022-02-15)
2
+
3
+
4
+ ### ⚠ BREAKING CHANGES
5
+
6
+ * remove old node version from our supported versions
7
+
8
+ Signed-off-by: prisis <d.bannert@anolilab.de>
9
+
10
+ ### Bug Fixes
11
+
12
+ * markdown lint ([24059d4](https://github.com/anolilab/javascript-style-guide/commit/24059d41ca682ca21b39ad7f6dff594be734329d))
13
+
14
+
15
+ ### Performance Improvements
16
+
17
+ * support for v12, v14 was removed from our supported versions of node ([83d6a80](https://github.com/anolilab/javascript-style-guide/commit/83d6a8058ed7791135aff03d4cd734327bb1b694))
18
+
19
+ ## browserslist-config-anolilab [2.3.0](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@2.2.0...browserslist-config-anolilab@2.3.0) (2021-12-12)
20
+
21
+
22
+ ### Features
23
+
24
+ * updated caniuse-lite dep ([c5d050e](https://github.com/anolilab/javascript-style-guide/commit/c5d050e0a1b57e7960a6adf9d40c64e5ee70166e))
25
+
26
+ ## browserslist-config-anolilab [2.2.0](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@2.1.4...browserslist-config-anolilab@2.2.0) (2021-10-26)
27
+
28
+
29
+ ### Features
30
+
31
+ * updated all deps ([0320055](https://github.com/anolilab/javascript-style-guide/commit/0320055caf8301a6c3bf06cff6ee58578b9ceae5))
32
+
33
+ ### browserslist-config-anolilab [2.1.4](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@2.1.3...browserslist-config-anolilab@2.1.4) (2021-09-02)
34
+
35
+
36
+ ### Bug Fixes
37
+
38
+ * added funding to the package ([f90d18f](https://github.com/anolilab/javascript-style-guide/commit/f90d18f8347a4bdc395b1740c85ac74a4072297c))
39
+
1
40
  ### browserslist-config-anolilab [2.1.3](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@2.1.2...browserslist-config-anolilab@2.1.3) (2021-09-02)
2
41
 
3
42
 
package/README.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  This configuration reflects Growcss’s supported browser policy for their UI library and build tools.
4
4
 
5
+ ---
6
+
7
+ <div align="center">
8
+ <p>
9
+ <sup>
10
+ Daniel Bannert's open source work is supported by the community on <a href="https://github.com/sponsors/prisis">GitHub Sponsors</a>
11
+ </sup>
12
+ </p>
13
+ </div>
14
+
15
+ ---
16
+
5
17
  ## What is Browserslist?
6
18
 
7
19
  [Browserslist](https://github.com/browserslist/browserslist) is a library to share a browsers list between different front end tools, like Autoprefixer, Eslint, and Stylelint.
@@ -81,3 +93,27 @@ Or when using [babel-preset-env](https://github.com/babel/babel/tree/master/expe
81
93
  ];
82
94
  }
83
95
  ```
96
+
97
+ ## Supported Node.js Versions
98
+
99
+ Libraries in this ecosystem make the best effort to track
100
+ [Node.js’ release schedule](https://nodejs.org/en/about/releases/). Here’s [a
101
+ post on why we think this is important](https://medium.com/the-node-js-collection/maintainers-should-consider-following-node-js-release-schedule-ab08ed4de71a).
102
+
103
+ Contributing
104
+ ------------
105
+
106
+ If you would like to help take a look at the [list of issues](https://github.com/anolilab/javascript-style-guide/issues) and check our [Contributing](.github/CONTRIBUTING.md) guild.
107
+
108
+ > **Note:** please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
109
+
110
+ Credits
111
+ -------------
112
+
113
+ - [Daniel Bannert](https://github.com/prisis)
114
+ - [All Contributors](https://github.com/anolilab/javascript-style-guide/graphs/contributors)
115
+
116
+ License
117
+ -------------
118
+
119
+ The anolilab javascript-style-guide is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT)
package/index.cjs CHANGED
@@ -1,16 +1,7 @@
1
1
  module.exports = {
2
- "production": [
3
- "> 1%",
4
- "last 2 versions",
5
- "Firefox ESR",
6
- "not dead"
7
- ],
8
- "legacyBrowsers": [
9
- "> 1%",
10
- "last 2 versions",
11
- "Firefox ESR"
12
- ],
13
- "modernBrowsers": [
2
+ production: ["> 1%", "last 2 versions", "Firefox ESR", "not dead"],
3
+ legacyBrowsers: ["> 1%", "last 2 versions", "Firefox ESR"],
4
+ modernBrowsers: [
14
5
  "last 2 Chrome versions",
15
6
  "not Chrome < 60",
16
7
  "last 2 Safari versions",
@@ -20,9 +11,7 @@ module.exports = {
20
11
  "last 2 Firefox versions",
21
12
  "not Firefox < 54",
22
13
  "last 2 Edge versions",
23
- "not Edge < 15"
14
+ "not Edge < 15",
24
15
  ],
25
- "ssr": [
26
- "node 12"
27
- ]
16
+ ssr: ["node 12"],
28
17
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browserslist-config-anolilab",
3
- "version": "2.1.3",
3
+ "version": "3.0.0",
4
4
  "description": "Shareable browserlist config for Anolilab.",
5
5
  "keywords": [
6
6
  "browserslist",
@@ -8,12 +8,22 @@
8
8
  "anolilab",
9
9
  "browsers"
10
10
  ],
11
- "homepage": "http://anolilab.com/nodejs/packages/browserslist-config",
11
+ "homepage": "https://anolilab.com/nodejs/packages/browserslist-config",
12
12
  "repository": {
13
13
  "type": "git",
14
14
  "url": "https://github.com/anolilab/javascript-style-guide.git",
15
15
  "directory": "packages/browserslist-config-anolilab"
16
16
  },
17
+ "funding": [
18
+ {
19
+ "type": "github",
20
+ "url": "https://github.com/sponsors/prisis"
21
+ },
22
+ {
23
+ "type": "consulting",
24
+ "url": "https://anolilab.com/support"
25
+ }
26
+ ],
17
27
  "license": "MIT",
18
28
  "author": {
19
29
  "name": "Daniel Bannert",
@@ -28,11 +38,11 @@
28
38
  "LICENSE.md"
29
39
  ],
30
40
  "devDependencies": {
31
- "browserslist": "4.16.8",
32
- "caniuse-lite": "^1.0.30001251"
41
+ "browserslist": "4.19.1",
42
+ "caniuse-lite": "^1.0.30001286"
33
43
  },
34
44
  "engines": {
35
- "node": ">=12"
45
+ "node": ">=16"
36
46
  },
37
47
  "publishConfig": {
38
48
  "access": "public"