release-please 13.11.0 → 13.11.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.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@
4
4
 
5
5
  [1]: https://www.npmjs.com/package/release-please?activeTab=versions
6
6
 
7
+ ### [13.11.1](https://github.com/googleapis/release-please/compare/v13.11.0...v13.11.1) (2022-04-15)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **deps:** switch from `xmldom` to `@xmldom/xmldom` and update to v0.8.2 ([#1393](https://github.com/googleapis/release-please/issues/1393)) ([b6af677](https://github.com/googleapis/release-please/commit/b6af677da635493230d7e3a632aeedb5cfd1edb7))
13
+
7
14
  ## [13.11.0](https://github.com/googleapis/release-please/compare/v13.10.2...v13.11.0) (2022-04-15)
8
15
 
9
16
 
@@ -14,7 +14,7 @@
14
14
  // limitations under the License.
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.BaseXml = void 0;
17
- const dom = require("xmldom");
17
+ const dom = require("@xmldom/xmldom");
18
18
  /**
19
19
  * Base class for all updaters working with XML files.
20
20
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "release-please",
3
- "version": "13.11.0",
3
+ "version": "13.11.1",
4
4
  "description": "generate release PRs based on the conventionalcommits.org spec",
5
5
  "main": "./build/src/index.js",
6
6
  "bin": "./build/src/bin/release-please.js",
@@ -75,6 +75,7 @@
75
75
  "@octokit/request-error": "^2.1.0",
76
76
  "@octokit/rest": "^18.12.0",
77
77
  "@types/npm-package-arg": "^6.1.0",
78
+ "@xmldom/xmldom": "^0.8.2",
78
79
  "chalk": "^4.0.0",
79
80
  "code-suggester": "^2.0.0",
80
81
  "conventional-changelog-conventionalcommits": "^4.6.0",
@@ -92,7 +93,6 @@
92
93
  "typescript": "^3.8.3",
93
94
  "unist-util-visit": "^2.0.3",
94
95
  "unist-util-visit-parents": "^3.1.1",
95
- "xmldom": "^0.6.0",
96
96
  "xpath": "^0.0.32",
97
97
  "yargs": "^17.0.0"
98
98
  },