Skip to content

Bump csv-parse from 4.4.1 to 4.8.2 in /BuildYourOwnCanvasSamples/1.starter-full-bundle/web#1

Merged
puvvadakc merged 1 commit into
masterfrom
dependabot/npm_and_yarn/BuildYourOwnCanvasSamples/1.starter-full-bundle/web/csv-parse-4.8.2
Nov 27, 2019
Merged

Bump csv-parse from 4.4.1 to 4.8.2 in /BuildYourOwnCanvasSamples/1.starter-full-bundle/web#1
puvvadakc merged 1 commit into
masterfrom
dependabot/npm_and_yarn/BuildYourOwnCanvasSamples/1.starter-full-bundle/web/csv-parse-4.8.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 21, 2019

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps csv-parse from 4.4.1 to 4.8.2.

Changelog

Sourced from csv-parse's changelog.

Version 4.8.2

  • relax_column_count: ts definitions for less and more

Version 4.8.1

  • package: move pad dependency to dev

Version 4.8.0

  • relax_column_count: new less and more options
  • columns: skip empty records before detecting headers
  • errors: rename CSV_INCONSISTENT_RECORD_LENGTH
  • errors: rename CSV_RECORD_DONT_MATCH_COLUMNS_LENGTH

Version 4.7.0

New Feature:

  • on_record: user function to alter and filter records

Minor improvements:

  • test: ensure every sample is valid
  • from_line: honours inferred column names
  • from_line: new sample
  • errors: expose CSV_INVALID_ARGUMENT
  • errors: expose CSV_INVALID_COLUMN_DEFINITION
  • errors: expose CSV_OPTION_COLUMNS_MISSING_NAME
  • errors: expose CSV_INVALID_OPTION_BOM
  • errors: expose CSV_INVALID_OPTION_CAST
  • errors: expose CSV_INVALID_OPTION_CAST_DATE
  • errors: expose CSV_INVALID_OPTION_COLUMNS
  • errors: expose CSV_INVALID_OPTION_COMMENT
  • errors: expose CSV_INVALID_OPTION_DELIMITER
  • error: fix call to supper

Project management:

  • package: contributing
  • package: code of conduct

Version 4.6.5

  • context: column is null when cast force the context creation, fix #260

Version 4.6.4

  • errors: don't stringify/parse undefined and null values
  • errors: expose CSV_NON_TRIMABLE_CHAR_AFTER_CLOSING_QUOTE
  • errors: expose CSV_MAX_RECORD_SIZE

Version 4.6.3

... (truncated)
Commits
  • b88e904 Bump to version 4.8.2
  • 18bc48f relax_column_count: ts definitions for less and more
  • 855f199 package: typo
  • c8cfc6e Bump to version 4.8.1
  • 59df2cd package: move pad dependency to dev
  • 8871c26 Bump to version 4.8.0
  • 7333b56 relax_column_count: new less and more options, fix #268
  • 7eaabe0 errors: rename CSV_RECORD_DONT_MATCH_COLUMNS_LENGTH
  • bae8c9d errors: rename CSV_INCONSISTENT_RECORD_LENGTH
  • 21891ba relax: test simplification
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 21, 2019
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/BuildYourOwnCanvasSamples/1.starter-full-bundle/web/csv-parse-4.8.2 branch from 336b383 to b8ef5d5 Compare November 27, 2019 18:35
@puvvadakc puvvadakc merged commit f8efef5 into master Nov 27, 2019
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/BuildYourOwnCanvasSamples/1.starter-full-bundle/web/csv-parse-4.8.2 branch November 27, 2019 18:35
MattFarm pushed a commit that referenced this pull request Jun 29, 2021
MattFarm added a commit that referenced this pull request Oct 13, 2021
adilei added a commit that referenced this pull request Apr 21, 2026
* Add samples browser link to resources table (#474)




* Fix SharePoint customizer and contact center folder structure (#476)

SharePoint: Replace deprecated SharePointSSOComponent with modern
SharePointSSOAppCustomizer at root level (was nested as subfolder).

Contact center: Move Salesforce and skill-handoff samples out of
servicenow/ into their own top-level folders. Flatten double-nested
ServiceNow/ServiceNow/ structure.




* Fix RelayBot: Upgrade .Net target and Remove Obsolete BotFramework Adapter. (#475)

* Upgrade .Net target and Remove Obsolete BotFramework Adapter.

* update newtonsoft version

* add missing tenant property in appsettings.json

* upgrade the program file with top level statements.

* update README.md for .net 10

* Update deprecated notice: clarify archived Bot Framework SDK, fix Copilot Studio naming



---------




* Add dynamic MCP routing sample

Demonstrates a Power Platform connector that routes MCP Streamable HTTP
traffic to one of several MCP server instances selected via dropdown.

Includes:
- Multi-instance MCP server with path-based routing
- Catalog REST server for instance discovery
- Connector with x-ms-agentic-protocol and script.csx URL rewriter
- One-step deploy scripts for bash and PowerShell




* Use Mermaid diagram and fix Copilot Studio instructions




* Fix Copilot Studio configuration instructions (#481)




* Improve deploy script: colored output, name conflict handling, fixed paths (#482)

- Numbered steps with colored status indicators
- Server logs redirected to /tmp/ for clean output
- Auto-retry with random suffix on connector name conflict
- Fix paths for sample directory structure (connector/ not mcp-connector/)
- Use built JS instead of ts-node
- Require environment ID as argument (no hardcoded default)




* Enable Mermaid diagram rendering in Jekyll site (#483)

Just the Docs theme supports Mermaid natively via config.
This enables ```mermaid code blocks to render as diagrams.




* Add ESS team as codeowners for EmployeeSelfServiceAgent (#490)

The @microsoft/ess-contributors team can now review and approve
PRs that only touch EmployeeSelfServiceAgent/ without requiring
repo maintainer review.




* Add Eval Gate for Azure DevOps sample (#491)

Copilot Studio Evaluation API as a CI/CD quality gate in Azure DevOps.
Pipeline automatically runs evals on PR push, blocks merge if pass rate
is below a configurable threshold, and publishes results to the ADO
Tests tab.

- eval-gate.mjs: standalone Node.js script (MSAL auth + PPAPI client)
- eval-gate.yml: ADO pipeline (self-hosted + hosted agent options)
- eval-config.json: environment config with pass threshold
- Screenshots: passing gate, failing gate, pipeline logs, tests tab




* Add Order Management MCP Demo with Enhanced Task Completion

End-to-end sample demonstrating Copilot Studio agents with Enhanced Task
Completion calling MCP servers for e-commerce order management and warehouse
fulfillment, with a Gradio chat UI that renders tool calls and reasoning inline.

Includes:
- Two Node.js MCP servers (order-management: 5 tools, warehouse: 4 tools)
- Power Platform connector definitions for both MCP servers
- Exported solution with both agents (Orders Agent + Warehouse Agent)
- Unpacked solution source for git-friendly review
- Gradio chat frontend with inline tool rendering, file upload/download
- Cross-platform scripts for setup, deployment, and connector management
- Demo CSV for file upload scenario



* Fix missing aiohttp dependency in chat-ui requirements

The microsoft-agents-copilotstudio-client package requires aiohttp
but doesn't declare it as a dependency.



* Auto-deploy connectors on start, add demo screenshot

- start.mjs now accepts --env flag to auto-deploy connectors after tunnels
  are ready (tries update first, falls back to create)
- Updated README quick start to reflect single-command workflow
- Added Gradio UI demo screenshot to assets



* Simplify deployment: update connector hosts via Custom Connectors UI

- Removed paconn dependency and auto-deploy logic from start.mjs
- Updated README step 4: users edit connector Host field in Power Apps UI
- Simplified start.mjs to just start servers + tunnels
- Tested end-to-end: solution import → connector update → Gradio UI → tool calls succeed



* Fix code review issues: token cache, debug logging, gitignore

- Fix LocalTokenCache to use MSAL's serialize()/deserialize() API
  instead of directly accessing _cache dict (prevents token corruption)
- Remove leftover debug request/response interception from warehouse server
- Add .gitignore files for chat-ui (secrets, venv) and MCP servers (node_modules, dist)



* Add app registration setup instructions to IMPORT.md

Step-by-step guide for creating the Entra ID app registration
needed by the Gradio chat UI's MSAL authentication.



* Replace ASCII architecture diagram with Mermaid



* Add Enhanced Task Completion context and experimental warning to README

Links to official Microsoft docs, explains what ETC is and how it differs
from standard generative orchestration, adds JTD warning callout.



* Fix IMPORT.md: add Jekyll front matter, update instructions

- Add Jekyll front matter so IMPORT.md renders as HTML (not raw markdown)
- Update import steps to match actual workflow (single solution zip)
- Fix README link to use stripped .md extension per Jekyll convention
- Add screenshot reference to README



* Polish Gradio UI design, restructure README and docs

- Redesign chat UI: dark header with teal ETC badge, Plus Jakarta Sans
  font, green-bordered tool accordions, refined message bubbles and
  markdown rendering
- Restructure README: rewrite What's Included as logical components
  (agents, MCP servers, chat UI, connectors), move architecture diagram
  to bottom, inline sample queries after Quick Start step 5
- Split IMPORT.md: move .env config and app registration to new
  SETUP.md, keep IMPORT.md focused on solution import + connections
- Fix IMPORT.md step numbering and add note about clean environment
  connection creation
- Update README step 2 to clarify connections must be created separately
- Update screenshot showing tool calls and reasoning in action



---------

Co-authored-by: adilei <adileibowiz@microsoft.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Vikram Singh <singhvikra@microsoft.com>
adilei added a commit that referenced this pull request Apr 21, 2026
* Reorganize repo into 9 category folders

Restructure 34 top-level folders into 9 categories:

- authoring/ — solutions (PnP format) and snippets (topics, adaptive cards)
- contact-center/ — engagement hub integrations and playbook templates
- extensibility/ — A2A, MCP servers, M365 Agents SDK samples
- guides/ — implementation guide and hands-on workshop
- infrastructure/ — VNet support ARM templates
- sso/ — Entra ID, Okta, and Chat API authentication
- testing/ — functional (pytest) and load (JMeter) testing
- ui/custom-ui/ — standalone chat frontends (Assistant UI, DirectLine JS, reasoning display)
- ui/embed/ — platform embeds (ServiceNow, Power Apps PCF, SharePoint, minimizable widget)
- EmployeeSelfServiceAgent/ — Workday/facilities topics (pending deprecation)

New samples from upstream: account-contact-lookup, resume-job-finder,
directline-js, pcf-canvas-app, servicenow-widget. Solution zips
exploded into PnP structure with source code.

Unified README format across all folders.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Add cross-references to M365 Agents SDK samples

Link related samples from microsoft/Agents repo in:
- extensibility/agents-sdk/ (copilotstudio-client, copilotstudio-skill, multiagent)
- ui/custom-ui/ (copilotstudio-webchat-react, copilotstudio-webclient)
- sso/ (obo-authorization)
- contact-center/ (GenesysHandoff)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Add Just the Docs site with search, nav, and GitHub Pages deployment

- Jekyll infrastructure: Gemfile, _config.yml, GitHub Actions workflow
- Front matter on all ~80 README.md files for 3-level sidebar navigation
- Client-side search via lunr.js (321 indexed entries)
- Callout config (note/tip/important/warning/caution) replacing GitHub alert syntax
- "Browse source on GitHub" button at top of each page
- Copilot Studio logo and favicon
- Normalized README casing, fixed internal links, Liquid escaping
- Exclude patterns for source code, binaries, and build artifacts
- Reorganized Contact Center nav (flat: Skill Handoff, Salesforce, ServiceNow)
- Moved engagement playbook to Guides
- Cross-reference tables (SSO page links to UI samples with auth)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Add external sample pages, deprecation labels, and contributor instructions

- External nav pages: Genesys Handoff, Copilot Studio Client/Skill, Multi-Agent, WebChat React, Web Client
- Custom "View sample in M365 Agents SDK repo" button for external pages
- Deprecated labels on Chat API, Multilingual Bot, Relay Bot
- Contributor instructions in CLAUDE.md and .github/copilot-instructions.md
- Flattened Contact Center nav, moved Engagement Playbook to Guides

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Remove chat-api sample, add MIGRATION.md with old/new location mapping

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Fix MIGRATION.md owners to original contributors

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Remove engagement playbook (outdated PVA content)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Fix owners for Multilingual Bot, Search Species, Pytest Agents SDK

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Point site at microsoft.github.io, trigger workflow on main

- _config.yml: url → microsoft.github.io, all links → microsoft/CopilotStudioSamples
- pages.yml: trigger on main instead of reorg/v1
- Updated CLAUDE.md, copilot-instructions.md, MIGRATION.md references

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Fix internal links pointing to old folder locations

- SharePoint Customizer: use relative links instead of absolute GitHub URLs
- Workshop/Proctor: update blob paths from CopilotStudioWorkshop/ to guides/workshop/

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Add Order Management with Enhanced Task Completion sample (#1) (#492)

* Add samples browser link to resources table (#474)




* Fix SharePoint customizer and contact center folder structure (#476)

SharePoint: Replace deprecated SharePointSSOComponent with modern
SharePointSSOAppCustomizer at root level (was nested as subfolder).

Contact center: Move Salesforce and skill-handoff samples out of
servicenow/ into their own top-level folders. Flatten double-nested
ServiceNow/ServiceNow/ structure.




* Fix RelayBot: Upgrade .Net target and Remove Obsolete BotFramework Adapter. (#475)

* Upgrade .Net target and Remove Obsolete BotFramework Adapter.

* update newtonsoft version

* add missing tenant property in appsettings.json

* upgrade the program file with top level statements.

* update README.md for .net 10

* Update deprecated notice: clarify archived Bot Framework SDK, fix Copilot Studio naming



---------




* Add dynamic MCP routing sample

Demonstrates a Power Platform connector that routes MCP Streamable HTTP
traffic to one of several MCP server instances selected via dropdown.

Includes:
- Multi-instance MCP server with path-based routing
- Catalog REST server for instance discovery
- Connector with x-ms-agentic-protocol and script.csx URL rewriter
- One-step deploy scripts for bash and PowerShell




* Use Mermaid diagram and fix Copilot Studio instructions




* Fix Copilot Studio configuration instructions (#481)




* Improve deploy script: colored output, name conflict handling, fixed paths (#482)

- Numbered steps with colored status indicators
- Server logs redirected to /tmp/ for clean output
- Auto-retry with random suffix on connector name conflict
- Fix paths for sample directory structure (connector/ not mcp-connector/)
- Use built JS instead of ts-node
- Require environment ID as argument (no hardcoded default)




* Enable Mermaid diagram rendering in Jekyll site (#483)

Just the Docs theme supports Mermaid natively via config.
This enables ```mermaid code blocks to render as diagrams.




* Add ESS team as codeowners for EmployeeSelfServiceAgent (#490)

The @microsoft/ess-contributors team can now review and approve
PRs that only touch EmployeeSelfServiceAgent/ without requiring
repo maintainer review.




* Add Eval Gate for Azure DevOps sample (#491)

Copilot Studio Evaluation API as a CI/CD quality gate in Azure DevOps.
Pipeline automatically runs evals on PR push, blocks merge if pass rate
is below a configurable threshold, and publishes results to the ADO
Tests tab.

- eval-gate.mjs: standalone Node.js script (MSAL auth + PPAPI client)
- eval-gate.yml: ADO pipeline (self-hosted + hosted agent options)
- eval-config.json: environment config with pass threshold
- Screenshots: passing gate, failing gate, pipeline logs, tests tab




* Add Order Management MCP Demo with Enhanced Task Completion

End-to-end sample demonstrating Copilot Studio agents with Enhanced Task
Completion calling MCP servers for e-commerce order management and warehouse
fulfillment, with a Gradio chat UI that renders tool calls and reasoning inline.

Includes:
- Two Node.js MCP servers (order-management: 5 tools, warehouse: 4 tools)
- Power Platform connector definitions for both MCP servers
- Exported solution with both agents (Orders Agent + Warehouse Agent)
- Unpacked solution source for git-friendly review
- Gradio chat frontend with inline tool rendering, file upload/download
- Cross-platform scripts for setup, deployment, and connector management
- Demo CSV for file upload scenario



* Fix missing aiohttp dependency in chat-ui requirements

The microsoft-agents-copilotstudio-client package requires aiohttp
but doesn't declare it as a dependency.



* Auto-deploy connectors on start, add demo screenshot

- start.mjs now accepts --env flag to auto-deploy connectors after tunnels
  are ready (tries update first, falls back to create)
- Updated README quick start to reflect single-command workflow
- Added Gradio UI demo screenshot to assets



* Simplify deployment: update connector hosts via Custom Connectors UI

- Removed paconn dependency and auto-deploy logic from start.mjs
- Updated README step 4: users edit connector Host field in Power Apps UI
- Simplified start.mjs to just start servers + tunnels
- Tested end-to-end: solution import → connector update → Gradio UI → tool calls succeed



* Fix code review issues: token cache, debug logging, gitignore

- Fix LocalTokenCache to use MSAL's serialize()/deserialize() API
  instead of directly accessing _cache dict (prevents token corruption)
- Remove leftover debug request/response interception from warehouse server
- Add .gitignore files for chat-ui (secrets, venv) and MCP servers (node_modules, dist)



* Add app registration setup instructions to IMPORT.md

Step-by-step guide for creating the Entra ID app registration
needed by the Gradio chat UI's MSAL authentication.



* Replace ASCII architecture diagram with Mermaid



* Add Enhanced Task Completion context and experimental warning to README

Links to official Microsoft docs, explains what ETC is and how it differs
from standard generative orchestration, adds JTD warning callout.



* Fix IMPORT.md: add Jekyll front matter, update instructions

- Add Jekyll front matter so IMPORT.md renders as HTML (not raw markdown)
- Update import steps to match actual workflow (single solution zip)
- Fix README link to use stripped .md extension per Jekyll convention
- Add screenshot reference to README



* Polish Gradio UI design, restructure README and docs

- Redesign chat UI: dark header with teal ETC badge, Plus Jakarta Sans
  font, green-bordered tool accordions, refined message bubbles and
  markdown rendering
- Restructure README: rewrite What's Included as logical components
  (agents, MCP servers, chat UI, connectors), move architecture diagram
  to bottom, inline sample queries after Quick Start step 5
- Split IMPORT.md: move .env config and app registration to new
  SETUP.md, keep IMPORT.md focused on solution import + connections
- Fix IMPORT.md step numbering and add note about clean environment
  connection creation
- Update README step 2 to clarify connections must be created separately
- Update screenshot showing tool calls and reasoning in action



---------

Co-authored-by: adilei <adileibowiz@microsoft.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Vikram Singh <singhvikra@microsoft.com>

---------

Co-authored-by: adilei <adileibowiz@microsoft.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Vikram Singh <singhvikra@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant