-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DT-400-npm]: Bump the npm-dependencies group with 7 updates #2792
Merged
rushtong
merged 2 commits into
develop
from
dependabot/npm_and_yarn/develop/npm-dependencies-0233f1dc9e
Feb 24, 2025
Merged
[DT-400-npm]: Bump the npm-dependencies group with 7 updates #2792
rushtong
merged 2 commits into
develop
from
dependabot/npm_and_yarn/develop/npm-dependencies-0233f1dc9e
Feb 24, 2025
Conversation
This file contains 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
Bumps the npm-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [react-dropzone](https://github.com/react-dropzone/react-dropzone) | `14.3.5` | `14.3.8` | | [react-markdown](https://github.com/remarkjs/react-markdown) | `9.0.3` | `10.0.0` | | [uuid](https://github.com/uuidjs/uuid) | `11.0.5` | `11.1.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.20.0` | `9.21.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.4` | `22.13.5` | | [globals](https://github.com/sindresorhus/globals) | `15.15.0` | `16.0.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.1.0` | `6.1.1` | Updates `react-dropzone` from 14.3.5 to 14.3.8 - [Release notes](https://github.com/react-dropzone/react-dropzone/releases) - [Commits](react-dropzone/react-dropzone@v14.3.5...v14.3.8) Updates `react-markdown` from 9.0.3 to 10.0.0 - [Release notes](https://github.com/remarkjs/react-markdown/releases) - [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md) - [Commits](remarkjs/react-markdown@9.0.3...10.0.0) Updates `uuid` from 11.0.5 to 11.1.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v11.0.5...v11.1.0) Updates `@eslint/js` from 9.20.0 to 9.21.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.21.0/packages/js) Updates `@types/node` from 22.13.4 to 22.13.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `globals` from 15.15.0 to 16.0.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.15.0...v16.0.0) Updates `vite` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@6.1.1/packages/vite) --- updated-dependencies: - dependency-name: react-dropzone dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: react-markdown dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
The markdown update breaks the Notification component: https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-classname |
rushtong
approved these changes
Feb 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏽
fboulnois
approved these changes
Feb 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
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-dependencies group with 7 updates:
14.3.5
14.3.8
9.0.3
10.0.0
11.0.5
11.1.0
9.20.0
9.21.0
22.13.4
22.13.5
15.15.0
16.0.0
6.1.0
6.1.1
Updates
react-dropzone
from 14.3.5 to 14.3.8Release notes
Sourced from react-dropzone's releases.
Commits
d6911c9
fix(event_type): 🎨 Update drop event type to include FileSystemFileHandle2016879
fix: make ESM build compatible with native Node.js356d9d5
fix(types): fix React 19 incompatible JSX type importUpdates
react-markdown
from 9.0.3 to 10.0.0Release notes
Sourced from react-markdown's releases.
Changelog
Sourced from react-markdown's changelog.
Commits
33c31e7
10.0.05768374
Update changelogaaaa40b
Remove support forclassName
prop747e505
9.1.06ce120e
Add support for async plugins78d08de
Refactor to remove warning in testsbcdc5b3
Refactorpackage.json
c44e246
Update dev-dependenciesUpdates
uuid
from 11.0.5 to 11.1.0Release notes
Sourced from uuid's releases.
Changelog
Sourced from uuid's changelog.
Commits
3d1eba0
chore(main): release 11.1.0 (#866)a5231e7
feat: update TS types to allowUint8Array
subtypes forbuffer
option (#865)aeabb60
docs: docs housecleaning (#864)Updates
@eslint/js
from 9.20.0 to 9.21.0Release notes
Sourced from
@eslint/js
's releases.Changelog
Sourced from
@eslint/js
's changelog.Commits
265e0cf
chore: package.json update for@eslint/js
releaseUpdates
@types/node
from 22.13.4 to 22.13.5Commits
Updates
globals
from 15.15.0 to 16.0.0Release notes
Sourced from globals's releases.
Commits
efb3247
16.0.075cb90a
Update globals (#285)d018eeb
Fixserviceworker
environment name (#284)f9dd683
Fix filename case039ed51
Add script to get service worker globals (#281)Updates
vite
from 6.1.0 to 6.1.1Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
0e9e81f
chore: update comment aboutbuild.target
(#19047)a1f4b46
test(ssr): test virtual module with query (#19044)49a6be5
release: v6.0.54359e0d
fix: esbuild regression (pin to 0.24.0) (#19027)11cd5a4
release: v6.0.4Dependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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