@workleap/browserslist-config 2.1.2 → 2.1.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @workleap/browserslist-config
2
2
 
3
+ ## 2.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#339](https://github.com/workleap/wl-web-configs/pull/339) [`4a85b91`](https://github.com/workleap/wl-web-configs/commit/4a85b9105a02f3fdad19beae1792a5cd096a2e47) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Bumped dependency versions.
8
+
9
+ ## 2.1.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [#302](https://github.com/workleap/wl-web-configs/pull/302) [`a0c552f`](https://github.com/workleap/wl-web-configs/commit/a0c552fb26428fe854077351b78fe6dbe393b140) Thanks [@alexasselin008](https://github.com/alexasselin008)! - Bump release to test OIDC deployment
14
+
3
15
  ## 2.1.2
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@workleap/browserslist-config",
3
3
  "author": "Workleap",
4
4
  "description": "Workleap recommended Browserslist configuration.",
5
- "version": "2.1.2",
5
+ "version": "2.1.4",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",
@@ -25,18 +25,18 @@
25
25
  "CHANGELOG.md"
26
26
  ],
27
27
  "devDependencies": {
28
- "@eslint/js": "9.38.0",
29
- "@typescript-eslint/parser": "8.46.2",
30
- "eslint": "9.38.0",
31
- "rimraf": "6.0.1",
28
+ "@eslint/js": "9.39.1",
29
+ "@typescript-eslint/parser": "8.49.0",
30
+ "eslint": "9.39.1",
31
+ "rimraf": "6.1.2",
32
32
  "typescript": "5.9.3",
33
- "typescript-eslint": "8.46.2",
34
- "@workleap/eslint-configs": "0.0.2"
33
+ "typescript-eslint": "8.49.0",
34
+ "@workleap/eslint-configs": "1.1.7"
35
35
  },
36
36
  "scripts": {
37
37
  "prebuild": "pnpm rimraf dist",
38
38
  "build": "tsc --project tsconfig.build.json",
39
- "eslint": "eslint . --max-warnings=-0 --cache --cache-location node_modules/.cache/eslint",
39
+ "eslint": "eslint . --max-warnings=0 --cache --cache-location node_modules/.cache/eslint",
40
40
  "typecheck": "tsc"
41
41
  }
42
42
  }