linted 33.1.1 → 33.3.0
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/package.json +6 -6
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -3,7 +3,7 @@ 
     | 
|
| 
       3 
3 
     | 
    
         
             
              "$schema": "https://json.schemastore.org/package",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "name": "linted",
         
     | 
| 
       6 
     | 
    
         
            -
              "version": "33. 
     | 
| 
      
 6 
     | 
    
         
            +
              "version": "33.3.0",
         
     | 
| 
       7 
7 
     | 
    
         
             
              "repository": "github:jimmy-zhening-luo/linted",
         
     | 
| 
       8 
8 
     | 
    
         
             
              "description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
         
     | 
| 
       9 
9 
     | 
    
         
             
              "keywords": [
         
     | 
| 
         @@ -35,7 +35,7 @@ 
     | 
|
| 
       35 
35 
     | 
    
         
             
              "type": "module",
         
     | 
| 
       36 
36 
     | 
    
         
             
              "peerDependencies": {
         
     | 
| 
       37 
37 
     | 
    
         
             
                "eslint": "~9.38.0",
         
     | 
| 
       38 
     | 
    
         
            -
                "eslint-plugin-svelte": "~3.12. 
     | 
| 
      
 38 
     | 
    
         
            +
                "eslint-plugin-svelte": "~3.12.5",
         
     | 
| 
       39 
39 
     | 
    
         
             
                "mocha": "^11.7.4",
         
     | 
| 
       40 
40 
     | 
    
         
             
                "typescript": "^5.9.3"
         
     | 
| 
       41 
41 
     | 
    
         
             
              },
         
     | 
| 
         @@ -53,8 +53,8 @@ 
     | 
|
| 
       53 
53 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       54 
54 
     | 
    
         
             
                "@eslint/css": "0.13.0",
         
     | 
| 
       55 
55 
     | 
    
         
             
                "@eslint/json": "0.13.2",
         
     | 
| 
       56 
     | 
    
         
            -
                "@eslinted/core": "29.0. 
     | 
| 
       57 
     | 
    
         
            -
                "@eslinted/defaults": "17.0. 
     | 
| 
      
 56 
     | 
    
         
            +
                "@eslinted/core": "29.0.5",
         
     | 
| 
      
 57 
     | 
    
         
            +
                "@eslinted/defaults": "17.0.4",
         
     | 
| 
       58 
58 
     | 
    
         
             
                "@html-eslint/eslint-plugin": "0.47.0",
         
     | 
| 
       59 
59 
     | 
    
         
             
                "@stylistic/eslint-plugin": "5.5.0",
         
     | 
| 
       60 
60 
     | 
    
         
             
                "eslint-plugin-chai-expect": "3.1.0",
         
     | 
| 
         @@ -62,10 +62,10 @@ 
     | 
|
| 
       62 
62 
     | 
    
         
             
                "eslint-plugin-jsonc": "2.21.0",
         
     | 
| 
       63 
63 
     | 
    
         
             
                "eslint-plugin-mocha": "11.2.0",
         
     | 
| 
       64 
64 
     | 
    
         
             
                "eslint-plugin-yml": "1.19.0",
         
     | 
| 
       65 
     | 
    
         
            -
                "typescript-eslint": "8.46. 
     | 
| 
      
 65 
     | 
    
         
            +
                "typescript-eslint": "8.46.2"
         
     | 
| 
       66 
66 
     | 
    
         
             
              },
         
     | 
| 
       67 
67 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       68 
     | 
    
         
            -
                "@types/chai": "^5.2. 
     | 
| 
      
 68 
     | 
    
         
            +
                "@types/chai": "^5.2.3",
         
     | 
| 
       69 
69 
     | 
    
         
             
                "@types/mocha": "^10.0.10",
         
     | 
| 
       70 
70 
     | 
    
         
             
                "chai": "^6.2.0",
         
     | 
| 
       71 
71 
     | 
    
         
             
                "mocha": "^11.7.4",
         
     |