-
Notifications
You must be signed in to change notification settings - Fork 3
chore(deps): bump the npm-dependencies group across 1 directory with 2 updates #452
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
chore(deps): bump the npm-dependencies group across 1 directory with 2 updates #452
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
🚀 Development Environment OptionsThis repository supports Dev Containers for a consistent development environment. Option 1: GitHub Codespaces (Recommended)Create a cloud-based development environment:
Option 2: VS Code Dev Containers (Local)Use Dev Containers on your local machine:
Option 3: Traditional Local SetupSet up the development environment manually: # Clone the repository
git clone https://github.com/manavgup/rag_modulo.git
cd rag_modulo
git checkout dependabot/npm_and_yarn/frontend/npm-dependencies-8b750d16e2
# Initialize development environment
make dev-init
make dev-build
make dev-up
make dev-validateAvailable CommandsOnce in your development environment: make help # Show all available commands
make dev-validate # Validate environment setup
make test-atomic # Run atomic tests
make test-unit # Run unit tests
make lint # Run lintingServices AvailableWhen running
This automated message helps reviewers quickly set up the development environment. |
…2 updates Bumps the npm-dependencies group with 2 updates in the /frontend directory: [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify) and [react-pdf](https://github.com/wojtekmaj/react-pdf/tree/HEAD/packages/react-pdf). Updates `@types/dompurify` from 3.0.5 to 3.2.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dompurify) Updates `react-pdf` from 10.1.0 to 10.2.0 - [Release notes](https://github.com/wojtekmaj/react-pdf/releases) - [Commits](https://github.com/wojtekmaj/react-pdf/commits/v10.2.0/packages/react-pdf) --- updated-dependencies: - dependency-name: "@types/dompurify" dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: react-pdf dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
9ee9a0e to
7cb751c
Compare
Add support for ANTHROPIC_API_KEY as fallback authentication method in Claude Code review workflow to handle OAuth token expiration/revocation. This fixes the CI failure where CLAUDE_CODE_OAUTH_TOKEN was missing or expired: - OAuth token preferred (for Pro/Max users) - API key as fallback (for API key users) - Action will use whichever is available Related: PR #452 CI failure Issue: OAuth tokens expired in October 2025 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Add support for ANTHROPIC_API_KEY as fallback authentication method in Claude Code review workflow to handle OAuth token expiration/revocation. This fixes the CI failure where CLAUDE_CODE_OAUTH_TOKEN was missing or expired: - OAuth token preferred (for Pro/Max users) - API key as fallback (for API key users) - Action will use whichever is available Related: PR #452 CI failure Issue: OAuth tokens expired in October 2025 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
Bumps the npm-dependencies group with 2 updates in the /frontend directory: @types/dompurify and react-pdf.
Updates
@types/dompurifyfrom 3.0.5 to 3.2.0Commits
Updates
react-pdffrom 10.1.0 to 10.2.0Release notes
Sourced from react-pdf's releases.
Commits
3cbd1d9v10.2.051ec571Bump pdfjs-dist to 5.4.2968f5e60aUpdate pdfjs-dist to 5.4.149 (#2022)6986d75Add documentation warning about workerSrc module execution order (#2024)3f4362aUpdate React to 19.0.0efe456bBump typescript from 5.5.2 to 5.9.2a22fe4cMinor formatting (#2021)2606a0dBump@biomejs/biomefrom 2.0.0 to 2.2.4985ce3cFix typo in README (#2005)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for react-pdf since your current version.
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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