You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***core:** add glob support and semver range rule groups ([787757c](https://github.com/JamieMason/syncpack/commit/787757c4b09163ec12a60b190954811c0cf4f15f))
12
+
13
+
14
+
### BREAKING CHANGES
15
+
16
+
***core:** Dependencies defined within the `resolutions` and `overrides` fields are
17
+
now processed by syncpack and are enabled by default. To exclude these
18
+
new fields you will need to define only the fields you do want to
Copy file name to clipboardExpand all lines: DEPENDENCIES.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,10 @@ npm test
28
28
-[commander](https://ghub.io/commander): the complete solution for node.js command-line programs
29
29
-[cosmiconfig](https://ghub.io/cosmiconfig): Find and load configuration from a package.json property, rc file, or CommonJS module
30
30
-[expect-more](https://ghub.io/expect-more): Curried JavaScript Type Testing Library with Zero Dependencies
31
+
-[fp-ts](https://ghub.io/fp-ts): Functional programming in TypeScript
31
32
-[fs-extra](https://ghub.io/fs-extra): fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
32
33
-[glob](https://ghub.io/glob): a little globber
34
+
-[minimatch](https://ghub.io/minimatch): a glob matcher in javascript
33
35
-[read-yaml-file](https://ghub.io/read-yaml-file): Read and parse a YAML file
34
36
-[semver](https://ghub.io/semver): The semantic version parser used by npm.
35
37
@@ -38,16 +40,14 @@ npm test
38
40
-[@types/fs-extra](https://ghub.io/@types/fs-extra): TypeScript definitions for fs-extra
39
41
-[@types/glob](https://ghub.io/@types/glob): TypeScript definitions for Glob
40
42
-[@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest
41
-
-[@types/mock-fs](https://ghub.io/@types/mock-fs): TypeScript definitions for mock-fs
42
43
-[@types/node](https://ghub.io/@types/node): TypeScript definitions for Node.js
43
44
-[@types/semver](https://ghub.io/@types/semver): TypeScript definitions for semver
44
45
-[@typescript-eslint/eslint-plugin](https://ghub.io/@typescript-eslint/eslint-plugin): TypeScript plugin for ESLint
45
46
-[@typescript-eslint/parser](https://ghub.io/@typescript-eslint/parser): An ESLint custom parser which leverages TypeScript ESTree
46
47
-[eslint](https://ghub.io/eslint): An AST-based pattern checker for JavaScript.
48
+
-[eslint-plugin-import](https://ghub.io/eslint-plugin-import): Import with sanity.
47
49
-[expect-more-jest](https://ghub.io/expect-more-jest): Write Beautiful Specs with Custom Matchers for Jest
0 commit comments