File tree Expand file tree Collapse file tree 4 files changed +133
-129
lines changed Expand file tree Collapse file tree 4 files changed +133
-129
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.8.0
4
+
5
+ - Update dependencies
6
+ - Use pnpm 9.15.2
7
+ - Remove ` plugin ` from plugins, and export separately
8
+
3
9
## 0.7.1
4
10
5
11
- Update dependencies
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const pkg = JSON.parse(
12
12
) ;
13
13
14
14
/** @type {import('eslint').ESLint.Plugin } */
15
- const plugin = {
15
+ export const plugin = {
16
16
meta : {
17
17
name : pkg . name + '/maintainers' ,
18
18
version : pkg . version ,
@@ -23,10 +23,6 @@ const plugin = {
23
23
export default [
24
24
{
25
25
...eslint . configs . recommended ,
26
- plugins : {
27
- jest : jestPlugin ,
28
- [ plugin . meta . name ] : plugin ,
29
- } ,
30
26
languageOptions : {
31
27
parser : babelParser ,
32
28
parserOptions : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @exercism/eslint-config-javascript" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.8.0 " ,
4
4
"description" : " ESLint configuration for the JavaScript track on Exercism" ,
5
5
"main" : " index.mjs" ,
6
6
"scripts" : {
10
10
"license" : " MIT" ,
11
11
"peerDependencies" : {
12
12
"@exercism/babel-preset-javascript" : " >= 0.5.1" ,
13
- "eslint" : " >= 9.12 "
13
+ "eslint" : " >= 9.17 "
14
14
},
15
15
"devDependencies" : {
16
16
"@exercism/babel-preset-javascript" : " ^0.5.1" ,
17
- "eslint" : " ^9.12 .0" ,
18
- "prettier" : " ^3.3.3 "
17
+ "eslint" : " ^9.17 .0" ,
18
+ "prettier" : " ^3.4.2 "
19
19
},
20
20
"dependencies" : {
21
- "@babel/eslint-parser" : " ^7.25.8 " ,
22
- "@babel/eslint-plugin" : " ^7.25.7 " ,
23
- "@eslint/js" : " ^9.12 .0" ,
21
+ "@babel/eslint-parser" : " ^7.25.9 " ,
22
+ "@babel/eslint-plugin" : " ^7.25.9 " ,
23
+ "@eslint/js" : " ^9.17 .0" ,
24
24
"eslint-config-prettier" : " ^9.1.0" ,
25
- "eslint-plugin-jest" : " ^28.8.3 " ,
26
- "globals" : " ^15.11 .0"
25
+ "eslint-plugin-jest" : " ^28.10.0 " ,
26
+ "globals" : " ^15.14 .0"
27
27
},
28
- "packageManager" : " pnpm@9.12 .2"
28
+ "packageManager" : " pnpm@9.15 .2"
29
29
}
You can’t perform that action at this time.
0 commit comments