+
Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 6, 2025

Bumps express from 4.21.2 to 5.1.0.

Release notes

Sourced from express's releases.

v5.1.0

What's Changed

... (truncated)

Changelog

Sourced from express's changelog.

5.1.0 / 2025-03-31

  • Add support for Uint8Array in res.send()
  • Add support for ETag option in res.sendFile()
  • Add support for multiple links with the same rel in res.links()
  • Add funding field to package.json
  • perf: use loop for acceptParams
  • refactor: prefix built-in node module imports
  • deps: remove setprototypeof
  • deps: remove safe-buffer
  • deps: remove utils-merge
  • deps: remove methods
  • deps: remove depd
  • deps: debug@^4.4.0
  • deps: body-parser@^2.2.0
  • deps: router@^2.2.0
  • deps: content-type@^1.0.5
  • deps: finalhandler@^2.1.0
  • deps: qs@^6.14.0
  • deps: server-static@2.2.0
  • deps: type-is@2.0.1

5.0.1 / 2024-10-08

5.0.0 / 2024-09-10

  • remove:
    • path-is-absolute dependency - use path.isAbsolute instead
  • breaking:
    • res.status() accepts only integers, and input must be greater than 99 and less than 1000
      • will throw a RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000. for inputs outside this range
      • will throw a TypeError: Invalid status code: ${code}. Status code must be an integer. for non integer inputs
    • deps: send@1.0.0
    • res.redirect('back') and res.location('back') is no longer a supported magic string, explicitly use req.get('Referrer') || '/'.
  • change:
    • res.clearCookie will ignore user provided maxAge and expires options
  • deps: cookie-signature@^1.2.1
  • deps: debug@4.3.6
  • deps: merge-descriptors@^2.0.0
  • deps: serve-static@^2.1.0
  • deps: qs@6.13.0
  • deps: accepts@^2.0.0
  • deps: mime-types@^3.0.0
    • application/javascript => text/javascript
  • deps: type-is@^2.0.0
  • deps: content-disposition@^1.0.0

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

timothywarner and others added 12 commits June 2, 2025 17:58
…urse

Major updates:
- Restructured demos/ from domain-based to hour-based (5 hours total)
- Updated all service names to May 2025 nomenclature:
  - Cognitive Services → Azure AI Services
  - LUIS → Conversational Language Understanding (CLU)
  - QnA Maker → Custom Question Answering
  - Text Analytics → Azure AI Language
  - Form Recognizer → Azure AI Document Intelligence
- Added Azure AI Foundry content (new unified platform)
- Added Transformer architecture to ML content
- Increased Generative AI coverage to 20-25% (now highest weight)
- Cleaned up root directory:
  - Moved exam resources to docs/exam-resources/
  - Moved media assets to assets/
  - Moved development docs to docs/development/
  - Kept course-plan.md in root as primary instructor reference
- Added instructor quick reference to course-plan.md

Each hour now includes complete demo scripts, exam tips, and hands-on challenges aligned with current exam objectives.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Added dependabot.yml to only monitor root dependencies
- Set open-pull-requests-limit: 0 for demo directories
- Created security.md explaining demo code is not production
- Added script for bulk dismissing demo code alerts

This prevents noise from vulnerabilities in educational sample code while still monitoring actual production dependencies.
- Added 'PDF-mash' to .gitignore for personal project files.
- Updated multiple image and audio files in the compvision-js-sdk and assets directories.
- Compressed and replaced large CSV files with Git LFS references for better version control.
- Created /ms-press-video-course/ folder for MS Press/LinkedIn Learning students
- Restored all 8 lessons with original demo files and structure
- Updated root README to clearly distinguish between MS Press and O'Reilly courses
- Added link to MS Press video course (1st edition) with note about upcoming 2nd edition
- Maintained separation between live course materials (/demos/) and video course materials

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Updated application header with new title and author information.
- Implemented comprehensive Azure AI service best practices, including retry logic, pagination, and input validation.
- Refactored client initialization for improved connection pooling and efficiency.
- Added educational context to console outputs and enhanced user interaction with a new main menu structure.
- Introduced service health metrics and logging capabilities for better monitoring.
- Updated dependencies in package-lock.json and configured Dependabot for improved maintenance.

This commit aligns with the latest AI-900 exam objectives and enhances the overall educational experience.
Bumps [express](https://github.com/expressjs/express) from 4.21.2 to 5.1.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.21.2...v5.1.0)

---
updated-dependencies:
- dependency-name: express
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 6, 2025

Labels

The following labels could not be found: ai-900, dependencies, security. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 6, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载