lighthouse-badges 1.1.21 → 1.1.22

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.
@@ -7,7 +7,7 @@ on:
7
7
  pull_request:
8
8
 
9
9
  env:
10
- TAG_PREFIX: ${{ secrets.DOCKERHUB_USERNAME }}/lighthouse-badges
10
+ TAG_PREFIX: emazzotta/lighthouse-badges
11
11
 
12
12
  jobs:
13
13
  build:
@@ -109,5 +109,7 @@ jobs:
109
109
  tags: |
110
110
  ${{ env.TAG_PREFIX }}:${{ env.GIT_SHA }}
111
111
  ${{ env.TAG_PREFIX }}:latest
112
+ cache-from: type=gha
113
+ cache-to: type=gha,mode=max
112
114
  platforms: linux/amd64,linux/arm64
113
115
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lighthouse-badges",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
4
4
  "description": "🚦Generate gh-badges (shields.io) based on Lighthouse performance.",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -42,21 +42,21 @@
42
42
  "argparse": "2.0.1",
43
43
  "badge-maker": "^3.3.1",
44
44
  "clui": "^0.3.6",
45
- "lighthouse": "^9.6.1",
45
+ "lighthouse": "^9.6.2",
46
46
  "ramda": "^0.28.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@babel/core": "^7.17.10",
50
- "@babel/plugin-transform-runtime": "^7.17.10",
51
- "@babel/preset-env": "^7.17.10",
52
- "@babel/runtime": "^7.17.9",
53
- "babel-jest": "^28.1.0",
54
- "eslint": "^8.15.0",
49
+ "@babel/core": "^7.18.2",
50
+ "@babel/plugin-transform-runtime": "^7.18.2",
51
+ "@babel/preset-env": "^7.18.2",
52
+ "@babel/runtime": "^7.18.3",
53
+ "babel-jest": "^28.1.1",
54
+ "eslint": "^8.17.0",
55
55
  "eslint-config-airbnb-base": "^15.0.0",
56
56
  "eslint-plugin-import": "^2.26.0",
57
57
  "husky": "^8.0.1",
58
- "jest": "^28.1.0",
59
- "lint-staged": "^12.4.1",
58
+ "jest": "^28.1.1",
59
+ "lint-staged": "^13.0.1",
60
60
  "npm-run-all": "^4.1.5"
61
61
  },
62
62
  "jest": {