Lock file maintenance NPM packages#1338
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @red-hat-konflux[bot]. Thanks for your PR. I'm waiting for a netobserv member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
8b1859b to
1224549
Compare
This PR contains the following updates:
1.0.0->1.8.01.0.2->1.3.07.4.7->7.4.95.4.11->5.4.165.24.12->5.24.135.24.12->5.24.1312.1.2->12.1.53.10.10->3.10.1916.2.13->16.2.154.17.20->4.17.241.0.3->1.0.65.0.0->5.0.217.0.43->17.0.9117.0.14->17.0.263.13.1->3.16.34.4.4->4.4.121.13.5->1.13.610.0.0->10.1.11.0.0-rc.10->1.2.015.9.0->15.12.05.5.0->5.6.61.4.0->1.4.59.3.0->9.4.030.2.0->30.3.030.2.0->30.3.02.10.0->2.10.16.13.5->6.15.01.1.0->1.1.22.5.1->2.8.83.1.2->3.3.111.14.3->11.18.65.5.0->5.6.03.14.4->3.16.34.4.2->4.4.53.3.1->3.3.429.4.5->29.4.65.75.0->5.105.45.2.2->5.2.3🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
openshift/console (@openshift-console/dynamic-plugin-sdk)
v1.8.0Compare Source
v1.7.0Compare Source
v1.6.0Compare Source
v1.5.0Compare Source
v1.4.0Compare Source
v1.3.0Compare Source
v1.2.0Compare Source
v1.1.0Compare Source
patternfly/patternfly-react (@patternfly/react-charts)
v7.4.9Compare Source
v7.4.8Compare Source
rjsf-team/react-jsonschema-form (@rjsf/core)
v5.24.13: 5.24.13Compare Source
@rjsf/core
ArrayFieldto stop usingnanoidand instead uselodash/uniqueIdto fix #4762@rjsf/semantic-ui
ArrayFieldto stop usingnanoidand instead uselodash/uniqueIdto fix #4762Dev / docs / playground
nanoidfrom the build system andjest.config.jsfilestesting-library/react-testing-library (@testing-library/react)
v12.1.5Compare Source
Bug Fixes
v12.1.4Compare Source
Bug Fixes
v12.1.3Compare Source
Bug Fixes
@types/react-domas a direct dependency (#1001) (149d9a9)axios/axios (axios)
v1.13.6Compare Source
This release focuses on platform compatibility, error handling improvements, and code quality maintenance.
🚀 New Features
🐛 Bug Fixes
Environment Compatibility:
Error Handling:
🔧 Maintenance & Chores
🌟 New Contributors
We are thrilled to welcome our new contributors! Thank you for helping improve the project:
Full Changelog: v1.13.5...v1.13.6
babel/babel-loader (babel-loader)
v10.1.1Compare Source
What's Changed
module.findPackageJSONAPI") by @JLHwung in #1066Full Changelog: babel/babel-loader@v10.1.0...v10.1.1
v10.1.0Compare Source
What's Changed
module.findPackageJSONAPI by @JLHwung in #1055New Contributors
Full Changelog: babel/babel-loader@v10.0.0...v10.1.0
cheeriojs/cheerio (cheerio)
v1.2.0Compare Source
What's Changed
.val()now supports button values by @kaioduarte in #4175.find()now properly scopes:scopeselectors by @T0nd0Tara in #4967isHtmlutility now runtime-validates input types by @Mallikarjun-0 in #4523New Contributors
Full Changelog: cheeriojs/cheerio@v1.1.2...v1.2.0
v1.1.2Compare Source
What's Changed
Full Changelog: cheeriojs/cheerio@v1.1.1...v1.1.2
v1.1.1Compare Source
91a2b3dv1.1.0Compare Source
What's Changed
.propon document nodes by @fb55 in #4320browsertopackage.jsonroot by @UNIDY2002 in #4033Doc Improvements
.htmlwith.propfor outerHTML by @fb55 in #4321New Contributors
Full Changelog: cheeriojs/cheerio@v1.0.0...v1.1.0
v1.0.0Compare Source
Cheerio 1.0 is here! 🎉
Announcement Blog Post
Breaking Changes
The minimum NodeJS version is now 18.17 or higher #3959
Import paths were simplified. For example, use
cheerio/sliminstead ofcheerio/lib/slim. #3970The deprecated default Cheerio instance and static methods were removed. #3974
Before, it was possible to write code like this:
Make sure to always load documents first:
Node types previously re-exported by Cheerio must now be imported directly
from (
domhandler)(https://github.com/fb55/domhandler). #3969htmlparser2 options now reside exclusively under the
xmlkey (#2916):New Features
Fixes
cheerio/utilsby @blixt in #2601data, and simplify by @fb55 in #2818closestbe able to start from text nodes by @Qualtagh in #2811Other
Full Changelog: cheeriojs/cheerio@v1.0.0-rc.12...v1.0.0
v1.0.0-rc.12Compare Source
Bugfix release. Fixed issues:
propundefined handling with jQuery by @fb55 in #2557cheerio/lib/utilsby @blixt in #2601New Contributors
Full Changelog: cheeriojs/cheerio@v1.0.0-rc.11...v1.0.0-rc.12
v1.0.0-rc.11Compare Source
cheerio@1.0.0-rc.11is hopefully the last RC before the 1.0.0 release of Cheerio. There are two APIs that will be added for the next major release: Anexractmethod (#2523) and NodeJS specific loader methods (#2051). These are still in flux and I'd appreciate feedback on the proposals.A big thank you to everyone that contributed to this release! This includes code contributors, as well as the amazing financial support on GitHub Sponsors!
Under the hood, a lot of work for this release went into updating parse5, cheerio's default HTML parser. Have a look at parse5's release notes to see what has changed there.
Breaking
scriptandstylecontents are added again in.text()#2509.text()to.prop('innerText')Features
cheerio-select#2511pseudosoption..prop()method:textContentandinnerTextprops #2214baseURIoption, which will lead tohrefandsrcprops to be resolved as URLs. #2510slimexport, which will always use htmlparser2 #1960Fixes
textturn passed values to strings #2047undefinedin the return type ofgetby @glen-84 in #2392undefinedreturn value #2505Refactor
domutilsmodule directly #1928isHTML#1935load#1951closest#2057Development Experience
Docs
New Contributors
Full Changelog: cheeriojs/cheerio@v1.0.0-rc.10...v1.0.0-rc.11
cypress-io/cypress (cypress)
v15.12.0Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#15-12-0
v15.11.0Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#15-11-0
v15.10.0Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#15-10-0
jantimon/html-webpack-plugin (html-webpack-plugin)
v5.6.6Compare Source
v5.6.5Compare Source
v5.6.4Compare Source
v5.6.3Compare Source
v5.6.2Compare Source
v5.6.1Compare Source
v5.6.0Compare Source
Features
@rspack/coreas an optional peer dependency (#1829) (56ff3ae)type=systemjs-modulevia thescriptLoadingoption (#1822) (7effc30)Bug Fixes
5.5.4 (2023-12-06)
Bug Fixes
typefor script tags (#1809) (9959484)5.5.3 (2023-06-10)
Bug Fixes
chunkSortMode(#1798) (6ad0e55)5.5.2 (2023-06-08)
Bug Fixes
5.5.1 (2023-04-15)
Bug Fixes
v5.5.4Compare Source
Features
@rspack/coreas an optional peer dependency (#1829) (56ff3ae)type=systemjs-modulevia thescriptLoadingoption (#1822) (7effc30)Bug Fixes
5.5.4 (2023-12-06)
Bug Fixes
typefor script tags (#1809) (9959484)5.5.3 (2023-06-10)
Bug Fixes
chunkSortMode(#1798) (6ad0e55)5.5.2 (2023-06-08)
Bug Fixes
5.5.1 (2023-04-15)
Bug Fixes
v5.5.3Compare Source
Features
@rspack/coreas an optional peer dependency (#1829) (56ff3ae)type=systemjs-modulevia thescriptLoadingoption (#1822) (7effc30)Bug Fixes
5.5.4 (2023-12-06)
Bug Fixes
typefor script tags (#1809) (9959484)5.5.3 (2023-06-10)
Bug Fixes
chunkSortMode(#1798) (6ad0e55)5.5.2 (2023-06-08)
Bug Fixes
5.5.1 (2023-04-15)
Bug Fixes
v5.5.2Compare Source
Features
@rspack/coreas an optional peer dependency (#1829) (56ff3ae)type=systemjs-modulevia thescriptLoadingoption (#1822) (7effc30)Bug Fixes
5.5.4 (2023-12-06)
Bug Fixes
typefor script tags (#1809) ([995948Configuration
📅 Schedule: Branch creation - "before 5am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.