material-icon-theme 5.15.0 → 5.16.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.
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="#ff9800" viewBox="0 0 32 32"><path d="M4.625 26q-1.083 0-1.854-.735C2 24.53 2 24.187 2 23.5V8.49q0-1.032.771-1.76A2.6 2.6 0 0 1 4.625 6h22.75q1.083 0 1.854.735C30 7.47 30 7.813 30 8.5v15.01q0 1.032-.771 1.76a2.6 2.6 0 0 1-1.854.73zM6 22h13v-4H6zm15 0h5v-4h-5zM6 16h5v-4H6zm7 0h13v-4H13z"/></svg>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "material-icon-theme",
3
3
  "displayName": "Material Icon Theme",
4
4
  "description": "Material Design Icons for Visual Studio Code",
5
- "version": "5.15.0",
5
+ "version": "5.16.0",
6
6
  "license": "MIT",
7
7
  "scripts": {
8
8
  "precompile": "rimraf dist && bun run verify",
@@ -17,6 +17,7 @@
17
17
  "generateJson": "bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json",
18
18
  "generateClones": "bun ./src/scripts/icons/generateClones.ts",
19
19
  "lint": "biome check",
20
+ "markdownlint": "markdownlint '**/*.md'",
20
21
  "format": "biome format --write ./src",
21
22
  "preversion": "bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg",
22
23
  "preview": "bun ./src/scripts/preview/run.ts",
@@ -25,7 +26,8 @@
25
26
  "vscode:prepublish": "bun run lint && bun run build",
26
27
  "verify": "sheriff verify",
27
28
  "prepublishOnly": "bun ./src/scripts/module/prepare.ts",
28
- "postpublish": "git checkout package.json && git checkout README.md"
29
+ "postpublish": "git checkout package.json && git checkout README.md",
30
+ "prepare": "husky"
29
31
  },
30
32
  "publisher": "PKief",
31
33
  "author": {
@@ -369,6 +371,7 @@
369
371
  },
370
372
  "devDependencies": {
371
373
  "@biomejs/biome": "1.9.4",
374
+ "@commitlint/config-conventional": "^19.5.0",
372
375
  "@softarc/sheriff-core": "^0.18.0",
373
376
  "@types/chroma-js": "^2.4.4",
374
377
  "@types/puppeteer": "^7.0.0",
@@ -376,10 +379,14 @@
376
379
  "axios": "^1.7.2",
377
380
  "bun-types": "^1.1.20",
378
381
  "changelogen": "^0.5.7",
382
+ "commitlint": "^19.5.0",
379
383
  "esbuild": "^0.24.0",
384
+ "husky": "^9.1.6",
385
+ "lint-staged": "^15.2.10",
386
+ "markdownlint-cli": "^0.43.0",
380
387
  "puppeteer": "^23.0.0",
381
388
  "rimraf": "^6.0.1",
382
- "svg-color-linter": "^2.0.0",
389
+ "svg-color-linter": "^3.0.0",
383
390
  "svgo": "^3.0.0",
384
391
  "typescript": "^5.5.4"
385
392
  },
File without changes