@adobe/eslint-config-helix 1.3.1 → 1.3.2

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,10 @@
1
+ ## [1.3.2](https://github.com/adobe/helix-eslint-config/compare/v1.3.1...v1.3.2) (2022-01-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **index:** happy 2022! ([59839ad](https://github.com/adobe/helix-eslint-config/commit/59839ad6479a01a00da4ec9af8fd9b14d8286e5f))
7
+
1
8
  ## [1.3.1](https://github.com/adobe/helix-eslint-config/compare/v1.3.0...v1.3.1) (2021-11-09)
2
9
 
3
10
 
package/index.js CHANGED
@@ -63,7 +63,7 @@ module.exports = {
63
63
 
64
64
  // enforce license header
65
65
  'header/header': [2, 'block', ['',
66
- { pattern: ' * Copyright \\d{4} Adobe\\. All rights reserved\\.', template: ' * Copyright 2021 Adobe. All rights reserved.' },
66
+ { pattern: ' * Copyright \\d{4} Adobe\\. All rights reserved\\.', template: ' * Copyright 2022 Adobe. All rights reserved.' },
67
67
  ' * This file is licensed to you under the Apache License, Version 2.0 (the "License");',
68
68
  ' * you may not use this file except in compliance with the License. You may obtain a copy',
69
69
  ' * of the License at http://www.apache.org/licenses/LICENSE-2.0',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/eslint-config-helix",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Helix's ESLint config, based on Airbnb's style guide",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -29,10 +29,10 @@
29
29
  "devDependencies": {
30
30
  "@semantic-release/changelog": "6.0.1",
31
31
  "@semantic-release/git": "10.0.1",
32
- "eslint": "8.2.0",
32
+ "eslint": "8.6.0",
33
33
  "eslint-plugin-header": "3.1.1",
34
- "eslint-plugin-import": "2.25.2",
35
- "semantic-release": "18.0.0"
34
+ "eslint-plugin-import": "2.25.3",
35
+ "semantic-release": "18.0.1"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "eslint": "^8.0.0"