@aurodesignsystem/auro-library 2.2.6 → 2.2.7

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,5 +1,12 @@
1
1
  # Semantic Release Automated Changelog
2
2
 
3
+ ## [2.2.7](https://github.com/AlaskaAirlines/auro-library/compare/v2.2.6...v2.2.7) (2024-01-24)
4
+
5
+
6
+ ### Performance Improvements
7
+
8
+ * update dependencies ([87ae1c3](https://github.com/AlaskaAirlines/auro-library/commit/87ae1c34601b03cc45d8f62e3c732edea23f175e))
9
+
3
10
  ## [2.2.6](https://github.com/AlaskaAirlines/auro-library/compare/v2.2.5...v2.2.6) (2024-01-19)
4
11
 
5
12
 
@@ -24,7 +24,7 @@ jobs:
24
24
 
25
25
  steps:
26
26
  - name: Checkout repository
27
- uses: actions/checkout@v3
27
+ uses: actions/checkout@v4
28
28
 
29
29
  # Initializes the CodeQL tools for scanning.
30
30
  - name: Initialize CodeQL
@@ -18,9 +18,9 @@ jobs:
18
18
  node-version: [ [abstractNodeVersion] ]
19
19
 
20
20
  steps:
21
- - uses: actions/checkout@v3
21
+ - uses: actions/checkout@v4
22
22
  - name: Use Node.js ${{ matrix.node-version }}
23
- uses: actions/setup-node@v3
23
+ uses: actions/setup-node@v4
24
24
  with:
25
25
  node-version: ${{ matrix.node-version }}
26
26
  - run: npm ci
@@ -32,15 +32,15 @@ jobs:
32
32
  runs-on: ubuntu-latest
33
33
  needs: test
34
34
  steps:
35
- - uses: actions/checkout@v3
35
+ - uses: actions/checkout@v4
36
36
  with:
37
37
  persist-credentials: false
38
- - uses: actions/setup-node@v3
38
+ - uses: actions/setup-node@v4
39
39
  with:
40
40
  node-version: [abstractNodeVersion]
41
41
  - run: npm ci
42
42
  - run: npm run build:docs
43
- - uses: cycjimmy/semantic-release-action@v3
43
+ - uses: cycjimmy/semantic-release-action@v4
44
44
  env:
45
45
  GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
46
46
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem/auro-library",
3
- "version": "2.2.6",
3
+ "version": "2.2.7",
4
4
  "description": "This repository holds shared scripts, utilities, and workflows utilized across repositories along the Auro Design System.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -9,22 +9,22 @@
9
9
  "main": "index.js",
10
10
  "license": "Apache-2.0",
11
11
  "engines": {
12
- "node": ">=18.15.0"
12
+ "node": "^18 || ^20"
13
13
  },
14
14
  "bin": {
15
15
  "generateDocs": "./bin/generateDocs.mjs"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@aurodesignsystem/eslint-config": "^1.3.0",
19
- "@commitlint/cli": "^17.7.1",
20
- "@commitlint/config-conventional": "^17.7.0",
19
+ "@commitlint/cli": "^18.5.0",
20
+ "@commitlint/config-conventional": "^18.5.0",
21
21
  "@semantic-release/changelog": "^6.0.3",
22
22
  "@semantic-release/git": "^10.0.1",
23
- "@semantic-release/npm": "^10.0.5",
24
- "eslint": "^8.48.0",
25
- "eslint-plugin-jsdoc": "^46.5.1",
23
+ "@semantic-release/npm": "^11.0.2",
24
+ "eslint": "^8.56.0",
25
+ "eslint-plugin-jsdoc": "^48.0.2",
26
26
  "husky": "^8.0.3",
27
- "semantic-release": "^21.1.1"
27
+ "semantic-release": "^23.0.0"
28
28
  },
29
29
  "release": {
30
30
  "branches": [