fix: DPE-874 | Update Tests and Release to run on Node 24#114
Merged
brandonsahadeo merged 2 commits intomainfrom Feb 3, 2026
Merged
fix: DPE-874 | Update Tests and Release to run on Node 24#114brandonsahadeo merged 2 commits intomainfrom
brandonsahadeo merged 2 commits intomainfrom
Conversation
srhermann01
approved these changes
Feb 3, 2026
SPSCommerce-VSTS-BOT
pushed a commit
that referenced
this pull request
Feb 3, 2026
## [1.15.6](v1.15.5...v1.15.6) (2026-02-03) ### Bug Fixes * DPE-874 | update sps-invalid-custom-header-format error msging ([#113](#113)) ([ca27039](ca27039)) * DPE-874 | Update Tests and Release to run on Node 24 ([#114](#114)) ([03be383](03be383)), closes [/#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L16-R20](https://github.com///issues/diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L16-R20) [/#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L57-R63](https://github.com///issues/diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L57-R63) [/#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L34-R34](https://github.com///issues/diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L34-R34) [/#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L57-R63](https://github.com///issues/diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L57-R63)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the Node.js version and several dependencies to ensure compatibility and leverage newer features and fixes. It also upgrades the
yqtool used in the release workflow for merging rulesets.Dependency and environment updates:
.github/workflows/release.yml). [1] [2]@stoplightand related development dependencies inrulesets/package.jsonto their latest versions, including@stoplight/spectral-core,@stoplight/spectral-parsers,@stoplight/spectral-ruleset-bundler,@stoplight/spectral-runtime,@stoplight/types,@types/jest,@types/node, andjest.Workflow improvements:
mikefarah/yqversion fromv4.25.1tov4.52.2in the GitHub Actions workflow for both the test and merge steps, ensuring improved functionality and bug fixes. (.github/workflows/release.yml) [1] [2]