@w5s/cspell-config 3.1.2 → 3.1.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.
@@ -3,6 +3,7 @@ automerge
3
3
  bigdecimal
4
4
  camelcase
5
5
  CODEOWNERS
6
+ configurator
6
7
  datasource
7
8
  datasources
8
9
  editorconfig
package/dist/index.d.ts CHANGED
@@ -5,7 +5,7 @@ declare const meta: Readonly<{
5
5
  buildNumber: number;
6
6
  }>;
7
7
  //#endregion
8
- //#region ../../node_modules/.pnpm/@cspell+cspell-types@9.7.0/node_modules/@cspell/cspell-types/dist/TextMap-Cs2Bypvi.d.mts
8
+ //#region ../../node_modules/.pnpm/@cspell+cspell-types@10.0.0/node_modules/@cspell/cspell-types/dist/index-B8xFbW_T.d.mts
9
9
  //#region src/Parser/types.d.ts
10
10
  /**
11
11
  * A SourceMap is used to map or transform the location of a piece of text back to its original offsets.
@@ -165,7 +165,7 @@ type ScopeString = string;
165
165
  type Scope = ScopeChain | ScopeString; //#endregion
166
166
  //#region src/Parser/TextMap.d.ts
167
167
  //#endregion
168
- //#region ../../node_modules/.pnpm/@cspell+cspell-types@9.7.0/node_modules/@cspell/cspell-types/dist/index.d.mts
168
+ //#region ../../node_modules/.pnpm/@cspell+cspell-types@10.0.0/node_modules/@cspell/cspell-types/dist/index.d.mts
169
169
  //#region src/cspell-vfs.d.ts
170
170
  /**
171
171
  * Binary data for CSpellVFS file.
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import cSpellSettings from "@cspell/cspell-bundled-dicts/cspell-default.config.j
2
2
  //#region src/meta.ts
3
3
  const meta = Object.freeze({
4
4
  name: "@w5s/cspell-config",
5
- version: "3.1.2",
5
+ version: "3.1.4",
6
6
  buildNumber: 1
7
7
  });
8
8
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/cspell-config",
3
- "version": "3.1.2",
3
+ "version": "3.1.4",
4
4
  "description": "CSpell configuration presets",
5
5
  "keywords": [
6
6
  "cspell"
@@ -39,10 +39,10 @@
39
39
  "postpack": "clean-package restore"
40
40
  },
41
41
  "dependencies": {
42
- "@cspell/cspell-bundled-dicts": "^9.0.0"
42
+ "@cspell/cspell-bundled-dicts": "^10.0.0"
43
43
  },
44
44
  "peerDependencies": {
45
- "cspell": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
45
+ "cspell": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
46
46
  },
47
47
  "peerDependenciesMeta": {
48
48
  "cspell": {
@@ -50,11 +50,11 @@
50
50
  }
51
51
  },
52
52
  "engines": {
53
- "node": ">=20.0.0"
53
+ "node": ">=22.0.0"
54
54
  },
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  },
58
58
  "sideEffect": false,
59
- "gitHead": "3b43d7c3bbc5964bd4d2cede6459710fbd264104"
59
+ "gitHead": "38cf5f5877af4c8a1c292b9b7039c5a11863fc00"
60
60
  }