Open renovate[bot] opened 9 months ago
Latest commit: 9f7d5daa52f5f5143424df27620c6ae7a58e35f5
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
This PR contains the following updates:
2.1.5
->6.0.0
Release Notes
node-saml/xml-crypto (xml-crypto)
### [`v6.0.0`](https://redirect.github.com/node-saml/xml-crypto/blob/HEAD/CHANGELOG.md#600-2024-01-26) [Compare Source](https://redirect.github.com/node-saml/xml-crypto/compare/v5.1.1...v6.0.0) ##### π£ Major Changes - \[**breaking-change**] Set `getCertFromKeyInfo` to `noop` [#445](https://redirect.github.com/node-saml/xml-crypto/pull/445) ##### π Dependencies - \[**dependencies**] \[**github_actions**] Bump github/codeql-action from 2 to 3 [#434](https://redirect.github.com/node-saml/xml-crypto/pull/434) ##### π Documentation - \[**documentation**] Chore: Update README.md [#432](https://redirect.github.com/node-saml/xml-crypto/pull/432) *** ### [`v5.1.1`](https://redirect.github.com/node-saml/xml-crypto/blob/HEAD/CHANGELOG.md#v511-2024-01-17) [Compare Source](https://redirect.github.com/node-saml/xml-crypto/compare/v5.1.0...v5.1.1) ##### π Bug Fixes - \[**bug**] fix: template literal [#443](https://redirect.github.com/node-saml/xml-crypto/pull/443) *** ### [`v5.1.0`](https://redirect.github.com/node-saml/xml-crypto/blob/HEAD/CHANGELOG.md#v510-2024-01-07) [Compare Source](https://redirect.github.com/node-saml/xml-crypto/compare/v5.0.0...v5.1.0) ##### π Minor Changes - \[**enhancement**] Enhance derToPem to support XML pretty-print [#439](https://redirect.github.com/node-saml/xml-crypto/pull/439) ##### π Dependencies - \[**dependencies**] \[**javascript**] Bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 6.13.0 to 6.18.1 [#442](https://redirect.github.com/node-saml/xml-crypto/pull/442) - \[**dependencies**] \[**javascript**] Bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 6.13.0 to 6.18.1 [#441](https://redirect.github.com/node-saml/xml-crypto/pull/441) - \[**dependencies**] \[**javascript**] Bump follow-redirects from 1.15.3 to 1.15.4 [#440](https://redirect.github.com/node-saml/xml-crypto/pull/440) - \[**dependencies**] \[**javascript**] Bump eslint from 8.54.0 to 8.56.0 [#436](https://redirect.github.com/node-saml/xml-crypto/pull/436) - \[**dependencies**] \[**javascript**] Bump [@types/node](https://redirect.github.com/types/node) from 16.18.65 to 16.18.69 [#435](https://redirect.github.com/node-saml/xml-crypto/pull/435) - \[**dependencies**] \[**javascript**] Bump release-it from 16.2.1 to 16.3.0 [#428](https://redirect.github.com/node-saml/xml-crypto/pull/428) *** ### [`v5.0.0`](https://redirect.github.com/node-saml/xml-crypto/blob/HEAD/CHANGELOG.md#v500-2023-11-27) [Compare Source](https://redirect.github.com/node-saml/xml-crypto/compare/v4.1.0...v5.0.0) ##### π£ Major Changes - \[**breaking-change**] Mark `getKeyInfo()` private as it has no public consumers [#412](https://redirect.github.com/node-saml/xml-crypto/pull/412) - \[**breaking-change**] Remove the default for `getKeyInfoContent` forcing a consumer to choose [#411](https://redirect.github.com/node-saml/xml-crypto/pull/411) - \[**documentation**] \[**breaking-change**] Remove default for transformation algorithm [#410](https://redirect.github.com/node-saml/xml-crypto/pull/410) - \[**breaking-change**] Remove default for signature algorithm [#408](https://redirect.github.com/node-saml/xml-crypto/pull/408) - \[**breaking-change**] Remove default for digest algorithm [#406](https://redirect.github.com/node-saml/xml-crypto/pull/406) - \[**breaking-change**] Remove default canonicalization algorithm [#405](https://redirect.github.com/node-saml/xml-crypto/pull/405) - \[**chore**] \[**breaking-change**] Improve code clarity; remove unused functions [#397](https://redirect.github.com/node-saml/xml-crypto/pull/397) - \[**breaking-change**] Move validation messages to each reference [#396](https://redirect.github.com/node-saml/xml-crypto/pull/396) - \[**breaking-change**] Make references accessible only via get/set [#395](https://redirect.github.com/node-saml/xml-crypto/pull/395) - \[**chore**] \[**breaking-change**] Reduce public interface by making some methods private [#394](https://redirect.github.com/node-saml/xml-crypto/pull/394) - \[**chore**] \[**breaking-change**] Update build to support Node@16 [#385](https://redirect.github.com/node-saml/xml-crypto/pull/385) ##### π Minor Changes - \[**enhancement**] Add support for directly querying a node to see if it has passed validation [#389](https://redirect.github.com/node-saml/xml-crypto/pull/389) - \[**enhancement**] Add method for checking if element is signed [#368](https://redirect.github.com/node-saml/xml-crypto/pull/368) ##### π Dependencies - \[**dependencies**] \[**javascript**] Bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.62.0 to 6.13.0 [#422](https://redirect.github.com/node-saml/xml-crypto/pull/422) - \[**dependencies**] \[**javascript**] Bump [@prettier/plugin-xml](https://redirect.github.com/prettier/plugin-xml) from 3.2.1 to 3.2.2 [#423](https://redirect.github.com/node-saml/xml-crypto/pull/423) - \[**dependencies**] \[**javascript**] Bump [@types/mocha](https://redirect.github.com/types/mocha) from 10.0.2 to 10.0.6 [#421](https://redirect.github.com/node-saml/xml-crypto/pull/421) - \[**dependencies**] \[**javascript**] Bump [@types/chai](https://redirect.github.com/types/chai) from 4.3.6 to 4.3.11 [#419](https://redirect.github.com/node-saml/xml-crypto/pull/419) - \[**dependencies**] \[**javascript**] Bump prettier from 3.0.3 to 3.1.0 [#418](https://redirect.github.com/node-saml/xml-crypto/pull/418) - \[**dependencies**] \[**javascript**] Bump typescript from 5.2.2 to 5.3.2 [#415](https://redirect.github.com/node-saml/xml-crypto/pull/415) - \[**dependencies**] \[**javascript**] Bump eslint from 8.51.0 to 8.54.0 [#414](https://redirect.github.com/node-saml/xml-crypto/pull/414) - \[**dependencies**] \[**github_actions**] Bump actions/setup-node from 3 to 4 [#413](https://redirect.github.com/node-saml/xml-crypto/pull/413) - \[**dependencies**] \[**javascript**] Bump [@babel/traverse](https://redirect.github.com/babel/traverse) from 7.22.4 to 7.23.2 [#407](https://redirect.github.com/node-saml/xml-crypto/pull/407) - \[**dependencies**] \[**github_actions**] Bump actions/checkout from 3 to 4 [#392](https://redirect.github.com/node-saml/xml-crypto/pull/392) - \[**dependencies**] \[**javascript**] Bump eslint-plugin-deprecation from 1.4.1 to 2.0.0 [#390](https://redirect.github.com/node-saml/xml-crypto/pull/390) - \[**dependencies**] \[**javascript**] Bump typescript from 5.1.6 to 5.2.2 [#383](https://redirect.github.com/node-saml/xml-crypto/pull/383) - \[**dependencies**] \[**javascript**] Bump eslint-config-prettier from 8.8.0 to 9.0.0 [#381](https://redirect.github.com/node-saml/xml-crypto/pull/381) - \[**dependencies**] Update dependencies; move to [@xmldom-scoped](https://redirect.github.com/xmldom-scoped) is-dom-node package [#402](https://redirect.github.com/node-saml/xml-crypto/pull/402) ##### π Bug Fixes - \[**bug**] Ensure the X509Certificate tag is properly prefixed [#377](https://redirect.github.com/node-saml/xml-crypto/pull/377) - \[**bug**] Fix transform processing regression [#379](https://redirect.github.com/node-saml/xml-crypto/pull/379) - \[**bug**] Enforce consistent transform processing [#380](https://redirect.github.com/node-saml/xml-crypto/pull/380) ##### π Documentation - \[**documentation**] Clarify use ofConfiguration
π Schedule: Branch creation - "every weekend" (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 was generated by Mend Renovate. View the repository job log.