@immowelt/eslint-config-immowelt-base 2.0.1 → 2.0.5

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.
@@ -9,10 +9,10 @@ jobs:
9
9
  runs-on: ubuntu-latest
10
10
  steps:
11
11
  - uses: actions/checkout@v2
12
- - name: Use Node.js 12.x
12
+ - name: Use Node.js 16.x
13
13
  uses: actions/setup-node@v2
14
14
  with:
15
- node-version: 12.x
15
+ node-version: 16.x
16
16
  cache: "yarn"
17
17
  - run: yarn install --frozen-lockfile
18
18
  - run: yarn lint
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 12.22.6
1
+ 16.12.0
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @immowelt/eslint-config-immowelt-base
2
2
 
3
3
  [![Powered by Immowelt](https://img.shields.io/badge/powered%20by-immowelt-yellow.svg?colorB=ffb200)](https://stackshare.io/immowelt-group/)
4
- [![Build Status](https://travis-ci.org/ImmoweltGroup/eslint-config-immowelt-base.svg?branch=master)](https://travis-ci.org/ImmoweltGroup/eslint-config-immowelt-base)
4
+ [![Build Status](https://github.com/ImmoweltGroup/eslint-config-immowelt-base/actions/workflows/release.yml/badge.svg)](https://github.com/ImmoweltGroup/eslint-config-immowelt-base/actions?query=branch%3Amaster)
5
5
  [![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovateapp.com/)
6
6
  [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@immowelt/eslint-config-immowelt-base",
3
- "version": "2.0.1",
3
+ "version": "2.0.5",
4
4
  "description": "ESLint shareable base config",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/ImmoweltGroup/eslint-config-immowelt-base.git",
@@ -16,7 +16,7 @@
16
16
  "eslint-plugin-import": "^2.24.2"
17
17
  },
18
18
  "devDependencies": {
19
- "semantic-release": "^17.4.7"
19
+ "semantic-release": "^18.0.0"
20
20
  },
21
21
  "scripts": {
22
22
  "lint": "eslint .",
@@ -66,7 +66,7 @@
66
66
  "yarn": ">=1.6.0"
67
67
  },
68
68
  "volta": {
69
- "node": "12.22.6",
70
- "yarn": "1.22.15"
69
+ "node": "16.12.0",
70
+ "yarn": "1.22.17"
71
71
  }
72
72
  }