@d1g1tal/media-type 6.0.6 → 6.0.7
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/CHANGELOG.md +13 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [6.0.7](https://github.com/D1g1talEntr0py/media-type/compare/v6.0.6...v6.0.7) (2026-04-07)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* update vitest to resolve Vite vulnerability (b0366f57a7ab577139d6f2df4bf7a399213ebcfa)
|
|
6
|
+
Bumps vitest and related testing packages to resolve a security vulnerability (CVE-2026-39363) in the transitive vite dependency.
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Build System
|
|
10
|
+
|
|
11
|
+
* migrate to TypeScript 6 and update tooling (6d68916842f5c4960311c6040508bd744a47d269)
|
|
12
|
+
Upgrades TypeScript to v6 and updates associated tooling (eslint, tsbuild, etc.) to their latest compatible versions. Also refines tsconfig.json and semantic-release configurations.
|
|
13
|
+
|
|
1
14
|
## [6.0.6](https://github.com/D1g1talEntr0py/media-type/compare/v6.0.5...v6.0.6) (2026-03-18)
|
|
2
15
|
|
|
3
16
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d1g1tal/media-type",
|
|
3
3
|
"author": "D1g1talEntr0py",
|
|
4
|
-
"version": "6.0.
|
|
4
|
+
"version": "6.0.7",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Parses, serializes, and manipulates media types, according to the WHATWG MIME Sniffing Standard",
|
|
7
7
|
"homepage": "https://github.com/D1g1talEntr0py/media-type#readme",
|
|
@@ -39,21 +39,21 @@
|
|
|
39
39
|
"CHANGELOG.md"
|
|
40
40
|
],
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@d1g1tal/tsbuild": "^1.
|
|
42
|
+
"@d1g1tal/tsbuild": "^1.7.5",
|
|
43
43
|
"@eslint/js": "^10.0.1",
|
|
44
44
|
"@exodus/bytes": "^1.15.0",
|
|
45
|
-
"@types/node": "^25.5.
|
|
46
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
47
|
-
"@typescript-eslint/parser": "^8.
|
|
48
|
-
"@typescript/lib-dom": "npm:@types/web@^0.0.
|
|
49
|
-
"@vitest/coverage-v8": "4.1.
|
|
50
|
-
"@vitest/ui": "^4.1.
|
|
51
|
-
"eslint": "^10.0
|
|
52
|
-
"eslint-plugin-jsdoc": "^62.
|
|
45
|
+
"@types/node": "^25.5.2",
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "^8.58.0",
|
|
47
|
+
"@typescript-eslint/parser": "^8.58.0",
|
|
48
|
+
"@typescript/lib-dom": "npm:@types/web@^0.0.345",
|
|
49
|
+
"@vitest/coverage-v8": "4.1.3",
|
|
50
|
+
"@vitest/ui": "^4.1.3",
|
|
51
|
+
"eslint": "^10.2.0",
|
|
52
|
+
"eslint-plugin-jsdoc": "^62.9.0",
|
|
53
53
|
"printable-string": "^0.3.0",
|
|
54
|
-
"typescript": "^
|
|
55
|
-
"typescript-eslint": "^8.
|
|
56
|
-
"vitest": "^4.1.
|
|
54
|
+
"typescript": "^6.0.2",
|
|
55
|
+
"typescript-eslint": "^8.58.0",
|
|
56
|
+
"vitest": "^4.1.3"
|
|
57
57
|
},
|
|
58
58
|
"browserslist": [
|
|
59
59
|
"defaults and fully supports es6-module",
|