Skip to content

build(deps): bump content-type from 1.0.5 to 3.0.0 - #281

Merged
Kikobeats merged 2 commits into
masterfrom
dependabot/npm_and_yarn/content-type-3.0.0
Aug 24, 2026
Merged

build(deps): bump content-type from 1.0.5 to 3.0.0#281
Kikobeats merged 2 commits into
masterfrom
dependabot/npm_and_yarn/content-type-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps content-type from 1.0.5 to 3.0.0.

Release notes

Sourced from content-type's releases.

v3.0.0

This is an ESM only release. The API is unchanged since the latest 2.x release.

Changed

v2.1.0

Added

  • Parse up to comma with comma: true (#72) 181e947

jshttp/content-type@v2.0.0...v2.1.0

v2.0.0

Rewrite package to be 3x faster and support lenient parsing. No longer errors during parse, so you must validate things like type after parsing before using it blindly.

Changed

  • Only accept first parameter by name (#67) ac5ba17
  • Null object perf optimization (#62) 427eb1b

Added

  • Add parameters option to parse (#61) 5f65f1c
    • Set parameters: false to only extract type when parsing

jshttp/content-type@v1.0.5...v2.0.0

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for content-type since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
content-type [>= 2.a, < 3]

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 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)

Bumps [content-type](https://github.com/jshttp/content-type) from 1.0.5 to 3.0.0.
- [Release notes](https://github.com/jshttp/content-type/releases)
- [Changelog](https://github.com/jshttp/content-type/blob/master/HISTORY.md)
- [Commits](jshttp/content-type@v1.0.5...v3.0.0)

---
updated-dependencies:
- dependency-name: content-type
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 24, 2026
content-type v3 parse is lenient and no longer throws on empty or
malformed headers, so validate type instead of relying on catch.

Co-authored-by: Cursor <cursoragent@cursor.com>
@Kikobeats
Kikobeats merged commit aa7d46c into master Aug 24, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/content-type-3.0.0 branch August 24, 2026 18:07
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant