Skip to content

Commit 4e8b0f8

Browse files
committed
Bump deps
1 parent 5ebda0f commit 4e8b0f8

File tree

5 files changed

+669
-771
lines changed

5 files changed

+669
-771
lines changed

CHANGELOG.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,19 @@
11
## [6.0.8](https://github.com/GMOD/vcf-js/compare/v6.0.7...v6.0.8) (2025-02-13)
22

3-
4-
53
## [6.0.7](https://github.com/GMOD/vcf-js/compare/v6.0.6...v6.0.7) (2025-01-29)
64

7-
8-
95
## [6.0.6](https://github.com/GMOD/vcf-js/compare/v6.0.5...v6.0.6) (2025-01-16)
106

11-
12-
137
## [6.0.5](https://github.com/GMOD/vcf-js/compare/v6.0.4...v6.0.5) (2025-01-16)
148

15-
16-
179
## [6.0.4](https://github.com/GMOD/vcf-js/compare/v6.0.3...v6.0.4) (2025-01-16)
1810

19-
20-
2111
## [6.0.3](https://github.com/GMOD/vcf-js/compare/v6.0.2...v6.0.3) (2025-01-16)
2212

23-
24-
2513
## [6.0.2](https://github.com/GMOD/vcf-js/compare/v6.0.1...v6.0.2) (2025-01-07)
2614

27-
28-
2915
## [6.0.1](https://github.com/GMOD/vcf-js/compare/v6.0.0...v6.0.1) (2024-12-17)
3016

31-
32-
3317
# [6.0.0](https://github.com/GMOD/vcf-js/compare/v5.0.10...v6.0.0) (2024-11-30)
3418

3519
- Changes the default Variant object to have a SAMPLES() function call instead

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@vitest/coverage-v8": "^3.0.4",
5656
"documentation": "^14.0.1",
5757
"eslint": "^9.7.0",
58-
"eslint-plugin-unicorn": "^56.0.0",
58+
"eslint-plugin-unicorn": "^57.0.0",
5959
"prettier": "^3.2.4",
6060
"rimraf": "^6.0.1",
6161
"standard-changelog": "^6.0.0",

src/parseMetaString.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// https://stackoverflow.com/a/18893443/2129219, and asked it to add support
66
// for square brackets
77
//
8-
// the result was this function
8+
// it undid the regex into serial logic and the result was this function
99
function customSplit(str: string) {
1010
const result = []
1111
let current = ''

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"include": ["src"],
33
"compilerOptions": {
44
"outDir": "dist",
5-
"target": "es2015",
65
"lib": ["dom", "esnext"],
76
"declaration": true,
87
"moduleResolution": "node",

0 commit comments

Comments
 (0)