chore(deps-dev): bump form-data from 4.0.5 to 4.0.6 in /apps/quickstart#8
Closed
dependabot[bot] wants to merge 7 commits into
Closed
chore(deps-dev): bump form-data from 4.0.5 to 4.0.6 in /apps/quickstart#8dependabot[bot] wants to merge 7 commits into
dependabot[bot] wants to merge 7 commits into
Conversation
* ci: add test workflow on push * fix: update test mocks to production URLs
* chore: restructure as monorepo, move app to apps/quickstart - Moved all existing app files into apps/quickstart/ - Added root package.json with quickstart and explorer scripts - Added root .gitignore covering node_modules, .env, .next, dist - Added root README.md placeholder (full content in Task 9) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Fix CI workflow for monorepo structure and broaden .gitignore - Update test.yml to run npm ci and npm test inside apps/quickstart/ using defaults.run.working-directory; add branch filters and cache-dependency-path - Update .gitignore to catch nested node_modules with **/ glob, and add .env.* and *.env patterns for better env file coverage Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * chore: scaffold apps/explorer Next.js app Creates directory structure, package.json, next.config.js, tsconfig.json, .env.example, and .gitignore for the explorer Next.js app. Also adds !.env.example exception to root .gitignore so example files are tracked. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * feat(explorer): copy unchanged source files from platform-demo * feat(explorer): add adapted types — sparks and aiUrl removed * feat(explorer): add config route (reads .env) and adapted ConfigContext Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * feat(explorer): add lib files — requestBuilder without sparks cases * feat(explorer): add adapted components — sparks and impact UI removed ConfigPanel: removed Sparks URL field, health indicator, and Sparks Settings section (includePlatformHeader toggle). ApiSetupPanel: removed all sparks state/effects/JSX; onFetchAllUsers/requestBody props kept optional per existing interface. AccordionServicePanel: full rewrite without sparks renderers, state, or imports; only users/data services remain. HelpPanel: appMode already optional in source copy, no changes needed. Also copied ServiceSelector (dependency of ApiSetupPanel) which works as-is since SERVICE_CATEGORIES in explorer only defines users and data. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix(explorer): remove sparks content from HelpPanel * fix(explorer): remove unused sparks icons from ServiceSelector * feat(explorer): add adapted InformDemo — impact/simulations/sparks removed Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix(explorer): clean up InformDemo — lazy init, UUID fallback, hoist types Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * docs: add monorepo READMEs and update CI for both apps * fix(explorer): add missing postcss.config.js for Tailwind v4 * chore: commit Next.js-generated files and gitignore tsbuildinfo * chore: gitignore root package-lock.json (root has no deps) * fix(explorer): add eslint config, fix CGMChart conditional hooks, disable React Compiler rules * fix(explorer): null-guard stats in CGMChart after hook refactor * ci: add rollup test job to satisfy branch protection required check --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.5 to 4.0.6. - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](form-data/form-data@v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Looks like form-data is up-to-date now, so this is no longer needed. |
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 form-data from 4.0.5 to 4.0.6.
Changelog
Sourced from form-data's changelog.
Commits
64190dbv4.0.692ae0eb[Deps] updatehasown,mime-typesf31d21e[Dev Deps] update@ljharb/eslint-config,auto-changelog,tape8dff42c[Fix] escape CR, LF, and"in field names and filenames67b0f65[Dev Deps] updatejs-randomness-predictorDependabot 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.