[DT-400-npm]: Bump the npm-minor-patch-dependencies group with 4 updates#1886
Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
Open
Conversation
Bumps the npm-minor-patch-dependencies group with 4 updates: [axios](https://github.com/axios/axios), [easymde](https://github.com/Ionaru/easy-markdown-editor), [react-hook-form](https://github.com/react-hook-form/react-hook-form) and [cypress-vite](https://github.com/mammadataei/cypress-vite). Updates `axios` from 1.15.2 to 1.16.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.15.2...v1.16.0) Updates `easymde` from 2.20.0 to 2.21.0 - [Changelog](https://github.com/Ionaru/easy-markdown-editor/blob/master/CHANGELOG.md) - [Commits](Ionaru/easy-markdown-editor@2.20.0...2.21.0) Updates `react-hook-form` from 7.74.0 to 7.75.0 - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](react-hook-form/react-hook-form@v7.74.0...v7.75.0) Updates `cypress-vite` from 1.8.0 to 1.10.0 - [Release notes](https://github.com/mammadataei/cypress-vite/releases) - [Changelog](https://github.com/mammadataei/cypress-vite/blob/main/CHANGELOG.md) - [Commits](mammadataei/cypress-vite@v1.8.0...v1.10.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch-dependencies - dependency-name: easymde dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch-dependencies - dependency-name: react-hook-form dependency-version: 7.75.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch-dependencies - dependency-name: cypress-vite dependency-version: 1.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
jade-data-repo-ui
|
||||||||||||||||||||||||||||
| Project |
jade-data-repo-ui
|
| Branch Review |
dependabot/npm_and_yarn/npm-minor-patch-dependencies-277e7e2751
|
| Run status |
|
| Run duration | 01m 06s |
| Commit |
|
| Committer | dependabot[bot] |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
4
|
| View all changes introduced in this branch ↗︎ | |
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.



Bumps the npm-minor-patch-dependencies group with 4 updates: axios, easymde, react-hook-form and cypress-vite.
Updates
axiosfrom 1.15.2 to 1.16.0Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
df53d7dchore(release): prepare release 1.16.0 (#10834)9d92bcdfix: gadgets and smaller issues (#10833)5107ee6fix: prevent undefined error codes in settle (#7276)e573499fix(fetch): defer global access in fetch adapter (#7260)ad68e1afix(http): honor timeout during connect without redirects (#10819)2a51828fix(http): decode URL basic auth credentials (#10825)0e8b6bbfix(http): preserve user-supplied Host header when forwarding through a proxy...79f39e1docs: document paramsSerializer.encode for strict RFC 3986 query encoding (#1...0fe3a5f[Docs/Types] UpdateparseReviverTypeScript definitions for ES2023 and add ...cd6737fchore: matches the sibling responseStream.on(aborted) handler and added tests...Updates
easymdefrom 2.20.0 to 2.21.0Changelog
Sourced from easymde's changelog.
Commits
a4843412.21.0393c843Update changelog for 2.21.03e6578cAdd documentation & keyboard shortcut for check-list8a33641Merge pull request #631 from steve3ussr/add-checklistc222930Merge branch 'add-checklist' of https://github.com/steve3ussr/easy-markdown-e...1ccfa9aMerge branch 'master' into add-checklist853dce5Refactor list toggle tests and add check-list functionality887a097Update CHANGELOG and fix regex for unordered listsd3bd5d4Merge add-list-toggle-tests: bold + ordered edge case90767d1test: add bold + ordered list edge case for list toggleMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for easymde since your current version.
Updates
react-hook-formfrom 7.74.0 to 7.75.0Release notes
Sourced from react-hook-form's releases.
Changelog
Sourced from react-hook-form's changelog.
Commits
24bde237.75.0aa6f795🐞 fix #13403: include setValues in FormProvider context value (#13404)c2b22f9🥊 all ts-ignores removed3165a52🧸 fix more@ts-ignores7c51590🧸 fix more@ts-ignoresb16b4fa🎹 typescript 6.0 (#13330)4bace71🐞 fix: preserve watch updates on field array unmount fixes #13375 (#13385)2adb9c0🐞 fix: prevent useWatch re-render when unrelated field validation is … (#13398)f5a234d🦧 feat: improve get dirty fields prune empty fields (#13363)def8fd5🐞 fix: recompute isDirty after re-registering a previously unregistered field...Updates
cypress-vitefrom 1.8.0 to 1.10.0Release notes
Sourced from cypress-vite's releases.
Changelog
Sourced from cypress-vite's changelog.
Commits
6157a8cchore(main): release 1.10.0 (#184)964392ffeat: move all deps to peerDeps (#183)c311c10chore(deps): update typescript-eslint monorepo to v8.59.2 (#180)b3bac8bchore(deps): update dependency postcss to v8.5.14 (#179)25387f7style: don't import chokidar as entire namespace (#181)dbd14efchore(deps): update dependency unbuild to v3.6.1 (#178)9341d65chore(deps): update dependency cypress to v15 (#173)f11169achore(deps): update dependency lint-staged to v16 (#171)3980259chore(deps): update commitlint monorepo to v20 (#168)1595230chore(deps): update dependency@ngneat/falsoto v8 (#169)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions