File tree 3 files changed +37
-51
lines changed
3 files changed +37
-51
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " npm"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " daily"
7
+ timezone : " Europe/Paris"
8
+ open-pull-requests-limit : 10
9
+ - package-ecosystem : " github-actions"
10
+ directory : " /"
11
+ schedule :
12
+ interval : " daily"
13
+ timezone : " Europe/Paris"
Original file line number Diff line number Diff line change
1
+ name : AutoMerge 🤖
2
+
3
+ on :
4
+ push :
5
+ branches : [main]
6
+ pull_request :
7
+ types : [opened, reopened, synchronize]
8
+
9
+ jobs :
10
+ dependabot-auto-merge :
11
+ runs-on : ubuntu-latest
12
+
13
+ name : Approve and ask for merge
14
+
15
+ if : ${{ github.actor == 'dependabot[bot]' }}
16
+
17
+ steps :
18
+ - name : 🔬 Auto merge
19
+ uses : fewlinesco/dependabot-auto-merge@v0.2.0
20
+ with :
21
+ github-token : ${{ secrets.GH_PAT }}
22
+ reviewers : Meyclem Fenntasy
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## 3 .1.2 - 2021-02-23
3
+ ## 0 .1.0 - 2022-11-03
4
4
5
- Bug fix: ` react-typescript.js ` configuration updated (missed in the previous fix)
6
-
7
- ## 3.1.1 - 2021-02-22
8
-
9
- ### Bump of dependencies
10
-
11
- ``` ts
12
- eslint - config - prettier 7.2 .0 → 8.0 .0 dev
13
- @typescript - eslint / eslint - plugin 4.14 .0 → 4.15 .1 dev
14
- @typescript - eslint / parser 4.14 .0 → 4.15 .1 dev
15
- eslint 7.18 .0 → 7.20 .0 dev
16
- typescript 4.1 .3 → 4.1 .5 dev
17
- ```
18
-
19
- ## 3.1.0 - 2021-01-29
20
-
21
- - Added import path group rule. ` @src/** ` is now considered an internal import.
22
-
23
- ### Bump of dependencies
24
-
25
- ``` ts
26
- @typescript - eslint / eslint - plugin dev ~ 1mo 4.11 .0 → 4.14 .0 ~ 4d
27
- @typescript - eslint / parser dev ~ 1mo 4.11 .0 → 4.14 .0 ~ 4d
28
- eslint dev ~ 1mo 7.16 .0 → 7.18 .0 ~ 6d
29
- eslint - config - prettier dev ~ 1mo 7.1 .0 → 7.2 .0 ~ 4d
30
- eslint - plugin - prettier dev ~ 1mo 3.3 .0 → 3.3 .1 ~ 18d
31
-
32
- 4 minor , 1 patch updates
33
- ```
34
-
35
- ## 3.0.0 - 2020-07-16
36
-
37
- - Made ` typescript.ts ` extend ` node.ts ` configuration.
38
-
39
- ## 2.1.1 - 2020-07-06
40
-
41
- - Added ` es6:true ` to ` env ` to allow usage of Node globals in the ` node ` preset.
42
-
43
- ## 2.1.0 - 2020-06-23
44
-
45
- - Added ` react-typescript ` preset (which remove ` prop-types ` calls).
46
-
47
- ## 2.0.0 - 2020-04-28
48
-
49
- - Added ` eslint-plugin-import ` which should be added as a dependency when upgrading.
50
- - Added the option ` allowExpressions ` in ` @typescript-eslint/no-unused-vars ` to avoid typing all callbacks.
51
-
52
- ## 1.1.0 - 2020-02-21
53
-
54
- - Added ` preact-typescript ` preset.
5
+ Prettier & ESLint config
You can’t perform that action at this time.
0 commit comments