linted 40.5.2 → 40.5.4

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.
Files changed (2) hide show
  1. package/.gitattributes +2 -1
  2. package/package.json +4 -4
package/.gitattributes CHANGED
@@ -1,6 +1,6 @@
1
1
  ##############################
2
2
  #### .gitattributes ####
3
- #### @version 253.4.0 ####
3
+ #### @version 253.4.1 ####
4
4
  ##############################
5
5
 
6
6
  #@doc https://git-scm.com/docs/gitattributes
@@ -66,6 +66,7 @@ LICENSE text eol=lf
66
66
  *.csproj text eol=lf
67
67
  *.sln text eol=lf
68
68
  *.slnx text eol=lf
69
+ *.props text eol=lf
69
70
  *.ps1xml text eol=lf
70
71
  *.exportedUI text eol=lf
71
72
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
4
4
  "$schema": "https://json.schemastore.org/package",
5
5
  "name": "linted",
6
- "version": "40.5.2",
6
+ "version": "40.5.4",
7
7
  "repository": "github:jimmy-zhening-luo/linted",
8
8
  "description": "ESLint mono-plugin bundler with strict, opinionated defaults for JavaScript, TypeScript, Svelte, HTML, CSS, JSON, JSONC, and YAML.",
9
9
  "keywords": [
@@ -57,13 +57,13 @@
57
57
  "dependencies": {
58
58
  "@eslint/css": "1.0.0",
59
59
  "@eslint/json": "1.1.0",
60
- "@eslinted/core": "33.1.3",
61
- "@eslinted/defaults": "21.1.2",
60
+ "@eslinted/core": "33.1.4",
61
+ "@eslinted/defaults": "21.1.3",
62
62
  "@html-eslint/eslint-plugin": "0.58.1",
63
63
  "@stylistic/eslint-plugin": "5.10.0",
64
64
  "eslint-plugin-jsonc": "3.1.2",
65
65
  "eslint-plugin-yml": "3.3.1",
66
- "typescript-eslint": "8.57.0"
66
+ "typescript-eslint": "8.57.1"
67
67
  },
68
68
  "devDependencies": {
69
69
  "ts-add-js-extension": "^1.6.6",