baryonsoft / overleaf

GNU Affero General Public License v3.0
0 stars 0 forks source link

Update dependency xml-crypto to v4 #219

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
xml-crypto ^2.1.2 -> ^4.0.0 age adoption passing confidence

Release Notes

node-saml/xml-crypto (xml-crypto) ### [`v4.1.0`](https://togithub.com/node-saml/xml-crypto/blob/HEAD/CHANGELOG.md#v410-2023-07-28) [Compare Source](https://togithub.com/node-saml/xml-crypto/compare/v4.0.1...v4.1.0) ##### 💣 Major Changes - \[**bug**] \[**breaking-change**] Fix `pemToDer()` return type [#​364](https://togithub.com/node-saml/xml-crypto/pull/364) ##### ⚙️ Technical Tasks - \[**chore**] Improve exported typings [#​367](https://togithub.com/node-saml/xml-crypto/pull/367) - \[**chore**] Use stricter typing in tests [#​366](https://togithub.com/node-saml/xml-crypto/pull/366) - \[**chore**] Consistently reference `xmldom` [#​365](https://togithub.com/node-saml/xml-crypto/pull/365) - \[**chore**] Rename `findChilds()` to `findChildren()` [#​363](https://togithub.com/node-saml/xml-crypto/pull/363) *** ### [`v4.0.1`](https://togithub.com/node-saml/xml-crypto/blob/HEAD/CHANGELOG.md#v401-2023-07-22) [Compare Source](https://togithub.com/node-saml/xml-crypto/compare/v4.0.0...v4.0.1) ##### 🐛 Bug Fixes - \[**bug**] Use correct type for options [#​360](https://togithub.com/node-saml/xml-crypto/pull/360) - \[**bug**] Fix validationErrors type [#​361](https://togithub.com/node-saml/xml-crypto/pull/361) *** ### [`v4.0.0`](https://togithub.com/node-saml/xml-crypto/blob/HEAD/CHANGELOG.md#v400-2023-07-21) [Compare Source](https://togithub.com/node-saml/xml-crypto/compare/v3.2.0...v4.0.0) ##### 💣 Major Changes - \[**documentation**] \[**breaking-change**] Expand the options, move idmode into options, fix types [#​323](https://togithub.com/node-saml/xml-crypto/pull/323) - \[**breaking-change**] Refactor classes into their own files [#​318](https://togithub.com/node-saml/xml-crypto/pull/318) - \[**breaking-change**] Prefer ES6 classes to prototypical inheritance [#​316](https://togithub.com/node-saml/xml-crypto/pull/316) - \[**breaking-change**] Rename `signingCert` -> `publicCert` and `signingKey` -> `privateKey` [#​315](https://togithub.com/node-saml/xml-crypto/pull/315) - \[**semver-major**] \[**breaking-change**] Add support for in ; remove `KeyInfoProvider` [#​301](https://togithub.com/node-saml/xml-crypto/pull/301) - \[**semver-major**] Target an LTS version of Node [#​299](https://togithub.com/node-saml/xml-crypto/pull/299) ##### 🚀 Minor Changes - \[**enhancement**] Exports C14nCanonicalization, ExclusiveCanonicalization [#​336](https://togithub.com/node-saml/xml-crypto/pull/336) ##### 🔗 Dependencies - \[**dependencies**] \[**javascript**] Bump [@​xmldom/xmldom](https://togithub.com/xmldom/xmldom) from 0.8.8 to 0.8.10 [#​358](https://togithub.com/node-saml/xml-crypto/pull/358) - \[**dependencies**] \[**javascript**] Bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 5.60.1 to 5.62.0 [#​357](https://togithub.com/node-saml/xml-crypto/pull/357) - \[**dependencies**] \[**javascript**] Bump [@​prettier/plugin-xml](https://togithub.com/prettier/plugin-xml) from 2.2.0 to 3.1.1 [#​356](https://togithub.com/node-saml/xml-crypto/pull/356) - \[**dependencies**] \[**javascript**] Bump prettier from 2.8.8 to 3.0.0 [#​350](https://togithub.com/node-saml/xml-crypto/pull/350) - \[**dependencies**] \[**javascript**] Bump release-it from 15.11.0 to 16.1.3 [#​352](https://togithub.com/node-saml/xml-crypto/pull/352) - \[**dependencies**] \[**javascript**] Bump prettier-plugin-packagejson from 2.4.3 to 2.4.5 [#​353](https://togithub.com/node-saml/xml-crypto/pull/353) - \[**dependencies**] \[**javascript**] Bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.60.1 to 5.62.0 [#​354](https://togithub.com/node-saml/xml-crypto/pull/354) - \[**dependencies**] \[**javascript**] Bump typescript from 5.1.5 to 5.1.6 [#​351](https://togithub.com/node-saml/xml-crypto/pull/351) - \[**dependencies**] \[**javascript**] Bump word-wrap from 1.2.3 to 1.2.4 [#​348](https://togithub.com/node-saml/xml-crypto/pull/348) - \[**dependencies**] \[**javascript**] Bump eslint from 8.42.0 to 8.45.0 [#​344](https://togithub.com/node-saml/xml-crypto/pull/344) - \[**dependencies**] Update gren for better support for branches [#​340](https://togithub.com/node-saml/xml-crypto/pull/340) - \[**dependencies**] \[**github_actions**] Bump codecov/codecov-action from 3.1.1 to 3.1.4 [#​290](https://togithub.com/node-saml/xml-crypto/pull/290) ##### 🐛 Bug Fixes - \[**bug**] Fix issue in case when namespace has no prefix [#​330](https://togithub.com/node-saml/xml-crypto/pull/330) - \[**bug**] Use correct path for code coverage reports [#​302](https://togithub.com/node-saml/xml-crypto/pull/302) ##### ⚙️ Technical Tasks - \[**chore**] Enforce eslint `no-unused-vars` [#​349](https://togithub.com/node-saml/xml-crypto/pull/349) - \[**chore**] Enforce eslint `deprecation` [#​347](https://togithub.com/node-saml/xml-crypto/pull/347) - \[**chore**] Enforce eslint `prefer-template` [#​346](https://togithub.com/node-saml/xml-crypto/pull/346) - \[**chore**] Enforce eslint `no-this-alias` [#​345](https://togithub.com/node-saml/xml-crypto/pull/345) - \[**chore**] Convert this project to TypeScript [#​325](https://togithub.com/node-saml/xml-crypto/pull/325) - \[**chore**] Rename files in preparation for TS migration [#​343](https://togithub.com/node-saml/xml-crypto/pull/343) - \[**chore**] Don't force `master` branch when generating changelog [#​342](https://togithub.com/node-saml/xml-crypto/pull/342) - \[**chore**] Enforce eslint `no-unused-vars` [#​322](https://togithub.com/node-saml/xml-crypto/pull/322) - \[**chore**] Enforce eslint `no-prototype-builtins` [#​321](https://togithub.com/node-saml/xml-crypto/pull/321) - \[**chore**] Enforce eslint `eqeqeq` rule [#​320](https://togithub.com/node-saml/xml-crypto/pull/320) - \[**chore**] Update types [#​319](https://togithub.com/node-saml/xml-crypto/pull/319) - \[**chore**] Adjust code to pass eslint `prefer-const` [#​312](https://togithub.com/node-saml/xml-crypto/pull/312) - \[**chore**] Adjust code to pass eslint `no-var` [#​311](https://togithub.com/node-saml/xml-crypto/pull/311) - \[**chore**] Adjust code to pass eslint `curly` [#​310](https://togithub.com/node-saml/xml-crypto/pull/310) - \[**chore**] Adjust code to pass eslint `one-var` [#​309](https://togithub.com/node-saml/xml-crypto/pull/309) - \[**chore**] Typings [#​295](https://togithub.com/node-saml/xml-crypto/pull/295) - \[**chore**] Lint code for new linting rules [#​300](https://togithub.com/node-saml/xml-crypto/pull/300) - \[**chore**] Make linting rules more strict [#​293](https://togithub.com/node-saml/xml-crypto/pull/293) - \[**chore**] Replace Nodeunit with Mocha [#​294](https://togithub.com/node-saml/xml-crypto/pull/294) *** ### [`v3.2.0`](https://togithub.com/node-saml/xml-crypto/releases/tag/v3.2.0) [Compare Source](https://togithub.com/node-saml/xml-crypto/compare/v3.1.0...v3.2.0) - Don't force `master` branch when generating changelog ([#​341](https://togithub.com/node-saml/xml-crypto/issues/341)) ([`d53a771`](https://togithub.com/node-saml/xml-crypto/commit/d53a771)) - Update gren for better support for branches ([#​339](https://togithub.com/node-saml/xml-crypto/issues/339)) ([`96bdea8`](https://togithub.com/node-saml/xml-crypto/commit/96bdea8)) - Fix test case error ([#​338](https://togithub.com/node-saml/xml-crypto/issues/338)) ([`a259d83`](https://togithub.com/node-saml/xml-crypto/commit/a259d83)) - Fix missing `index.js` on release ([#​337](https://togithub.com/node-saml/xml-crypto/issues/337)) ([`10e8705`](https://togithub.com/node-saml/xml-crypto/commit/10e8705)) - Exports C14nCanonicalization, ExclusiveCanonicalization ([#​335](https://togithub.com/node-saml/xml-crypto/issues/335)) ([`6bcbaa6`](https://togithub.com/node-saml/xml-crypto/commit/6bcbaa6)) - Ignore unnecessary files in the release ([#​334](https://togithub.com/node-saml/xml-crypto/issues/334)) ([`4b1e39e`](https://togithub.com/node-saml/xml-crypto/commit/4b1e39e)) - Fix issue in case when namespace has no prefix ([#​329](https://togithub.com/node-saml/xml-crypto/issues/329)) ([`a31e7ff`](https://togithub.com/node-saml/xml-crypto/commit/a31e7ff)) - Bump [@​xmldom/xmldom](https://togithub.com/xmldom/xmldom) ([#​333](https://togithub.com/node-saml/xml-crypto/issues/333)) ([`be17c06`](https://togithub.com/node-saml/xml-crypto/commit/be17c06)) ### [`v3.1.0`](https://togithub.com/node-saml/xml-crypto/blob/HEAD/CHANGELOG.md#v310-2023-06-05) [Compare Source](https://togithub.com/node-saml/xml-crypto/compare/v3.0.1...v3.1.0) ##### 🚀 Minor Changes - \[**enhancement**] Add support for appending attributes to KeyInfo element [#​285](https://togithub.com/node-saml/xml-crypto/pull/285) - \[**enhancement**] Use inclusiveNamespacesPrefixList to generate InclusiveNamespaces [#​284](https://togithub.com/node-saml/xml-crypto/pull/284) - \[**enhancement**] build: add release-it to facilitate builds [#​275](https://togithub.com/node-saml/xml-crypto/pull/275) - \[**enhancement**] \[**documentation**] feat: add type declaration [#​277](https://togithub.com/node-saml/xml-crypto/pull/277) - \[**enhancement**] make FileKeyInfo extensible for compatibility with TypeScript [#​273](https://togithub.com/node-saml/xml-crypto/pull/273) - \[**enhancement**] Updated getKeyInfo function with actual implementation [#​249](https://togithub.com/node-saml/xml-crypto/pull/249) ##### 🔗 Dependencies - \[**dependencies**] Update dependencies [#​296](https://togithub.com/node-saml/xml-crypto/pull/296) - \[**dependencies**] Bump minimatch from 3.0.4 to 3.1.2 [#​276](https://togithub.com/node-saml/xml-crypto/pull/276) - \[**dependencies**] \[**javascript**] Bump qs from 6.5.2 to 6.5.3 [#​271](https://togithub.com/node-saml/xml-crypto/pull/271) ##### 📚 Documentation - \[**documentation**] \[**chore**] Adjust references for `node-saml` organization [#​298](https://togithub.com/node-saml/xml-crypto/pull/298) ##### ⚙️ Technical Tasks - \[**chore**] Force CI to run on every PR [#​286](https://togithub.com/node-saml/xml-crypto/pull/286) - \[**chore**] Format code [#​289](https://togithub.com/node-saml/xml-crypto/pull/289) - \[**chore**] Lint code [#​288](https://togithub.com/node-saml/xml-crypto/pull/288) - \[**chore**] Add support for linting [#​287](https://togithub.com/node-saml/xml-crypto/pull/287) *** ### [`v3.0.1`](https://togithub.com/node-saml/xml-crypto/blob/HEAD/CHANGELOG.md#v301-2022-10-31) [Compare Source](https://togithub.com/node-saml/xml-crypto/compare/v3.0.0...v3.0.1) ##### 🔗 Dependencies - \[**dependencies**] \[**javascript**] Bump ajv and har-validator [#​266](https://togithub.com/node-saml/xml-crypto/pull/266) - \[**dependencies**] \[**javascript**] Bump yargs-parser and tap [#​257](https://togithub.com/node-saml/xml-crypto/pull/257) - \[**dependencies**] \[**javascript**] Bump minimist and tap [#​264](https://togithub.com/node-saml/xml-crypto/pull/264) *** ### [`v3.0.0`](https://togithub.com/node-saml/xml-crypto/blob/HEAD/CHANGELOG.md#v300-2022-10-13) [Compare Source](https://togithub.com/node-saml/xml-crypto/compare/v2.1.5...v3.0.0) ##### 🔗 Dependencies - \[**dependencies**] \[**javascript**] Bump [@​xmldom/xmldom](https://togithub.com/xmldom/xmldom) from 0.7.0 to 0.8.3 [#​261](https://togithub.com/node-saml/xml-crypto/pull/261) - \[**dependencies**] \[**javascript**] Bump handlebars from 4.0.11 to 4.7.7 [#​247](https://togithub.com/node-saml/xml-crypto/pull/247) - \[**dependencies**] \[**javascript**] Bump lodash from 4.17.10 to 4.17.21 [#​248](https://togithub.com/node-saml/xml-crypto/pull/248) - \[**dependencies**] \[**javascript**] Bump hosted-git-info from 2.6.0 to 2.8.9 [#​246](https://togithub.com/node-saml/xml-crypto/pull/246) - \[**dependencies**] \[**javascript**] Bump ejs from 2.6.1 to 3.1.7 [#​244](https://togithub.com/node-saml/xml-crypto/pull/244) - \[**dependencies**] \[**javascript**] Bump path-parse from 1.0.5 to 1.0.7 [#​245](https://togithub.com/node-saml/xml-crypto/pull/245) ##### ⚙️ Technical Tasks - \[**chore**] build(ci): test on later node versions [#​251](https://togithub.com/node-saml/xml-crypto/pull/251) ***

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 4.x releases. But if you manually upgrade to 4.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.