@yeoman/conflicter 2.3.0 → 2.3.1

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.
Files changed (2) hide show
  1. package/README.md +3 -9
  2. package/package.json +16 -14
package/README.md CHANGED
@@ -1,9 +1,7 @@
1
1
  # @yeoman/conflicter
2
2
 
3
3
  [![NPM version][npm-image]][npm-url]
4
- [![NPM Test](https://github.com/yeoman/yeoman-api/workflows/NPM%20Test/badge.svg)](https://github.com/yeoman/yeoman-api/actions?query=workflow%3A%22NPM+Test%22)
5
- [![Integration Build](https://github.com/yeoman/yeoman-api/workflows/Integration%20Build/badge.svg)](https://github.com/yeoman/yeoman-api/actions?query=workflow%3A%22Integration+Build%22)
6
- [![Dependency Status][daviddm-image]][daviddm-url]
4
+ [![NPM Test](https://github.com/yeoman/yeoman-api/actions/workflows/ci.yml/badge.svg)](https://github.com/yeoman/yeoman-api/actions/workflows/ci.yml)
7
5
 
8
6
  > File conflict resolution for yeoman's generator/environment stack
9
7
 
@@ -13,9 +11,5 @@ Intended for internal yeoman generator/environment stack use.
13
11
 
14
12
  MIT © [The Yeoman Team](http://yeoman.io)
15
13
 
16
- [npm-image]: https://badge.fury.io/js/yeoman-api.svg
17
- [npm-url]: https://npmjs.org/package/yeoman-api
18
- [travis-image]: https://travis-ci.org/yeoman/yeoman-api.svg?branch=master
19
- [travis-url]: https://travis-ci.org/yeoman/yeoman-api
20
- [daviddm-image]: https://david-dm.org/yeoman/yeoman-api.svg?theme=shields.io
21
- [daviddm-url]: https://david-dm.org/yeoman/yeoman-api
14
+ [npm-image]: https://badge.fury.io/js/@yeoman%2Fconflicter.svg
15
+ [npm-url]: https://npmjs.org/package/@yeoman/conflicter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeoman/conflicter",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "private": false,
5
5
  "description": "Conflict resolution for yeoman's generator/environment stack",
6
6
  "keywords": [
@@ -33,29 +33,31 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@yeoman/transform": "^1.2.0",
36
- "binary-extensions": "^2.2.0",
36
+ "binary-extensions": "^2.3.0",
37
37
  "cli-table": "^0.3.11",
38
38
  "dateformat": "^5.0.3",
39
39
  "diff": "^7.0.0",
40
- "isbinaryfile": "^5.0.0",
41
- "mem-fs-editor": "^11.0.0",
42
- "minimatch": "^9.0.0",
43
- "p-transform": "^4.1.3",
44
- "pretty-bytes": "^6.1.0",
40
+ "isbinaryfile": "^5.0.2",
41
+ "mem-fs-editor": "^11.1.2",
42
+ "minimatch": "^9.0.5",
43
+ "p-transform": "^4.1.6",
44
+ "pretty-bytes": "^6.1.1",
45
45
  "slash": "^5.1.0",
46
46
  "textextensions": "^6.11.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@types/cli-table": "^0.3.1",
50
- "@types/dateformat": "^5.0.0",
51
- "@types/diff": "^5.0.3",
52
- "@types/node": "16.18.28",
53
- "@types/textextensions": "^2.4.0",
49
+ "@types/cli-table": "^0.3.4",
50
+ "@types/dateformat": "^5.0.2",
51
+ "@types/diff": "^5.2.3",
52
+ "@types/node": "^18.19.0",
53
+ "@types/textextensions": "^2.4.2",
54
54
  "@yeoman/adapter": "*",
55
55
  "lodash-es": "^4.17.21"
56
56
  },
57
57
  "acceptDependencies": {
58
- "@yeoman/transform": "^2.0.0"
58
+ "@yeoman/transform": "^2.0.0",
59
+ "minimatch": "^10.0.1",
60
+ "p-transform": "^5.0.1"
59
61
  },
60
62
  "peerDependencies": {
61
63
  "@types/node": ">=18.12.0",
@@ -69,5 +71,5 @@
69
71
  "access": "public",
70
72
  "registry": "https://registry.npmjs.org/"
71
73
  },
72
- "gitHead": "aa24e0bc3795001d7c0239e51ad9c146629c61c5"
74
+ "gitHead": "55a9a15364c787f0a14b77e6f3d294f3fa2822e0"
73
75
  }