Bump the npm-major-upgrades group across 1 directory with 6 updates - #1154
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump the npm-major-upgrades group across 1 directory with 6 updates#1154dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the npm-major-upgrades group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@11ty/eleventy-img](https://github.com/11ty/image) | `6.0.4` | `7.0.0` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.29.7` | `8.0.1` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.29.7` | `8.0.2` | | [chalk](https://github.com/chalk/chalk) | `5.6.2` | `6.0.0` | | [markdown-it](https://github.com/markdown-it/markdown-it) | `14.3.0` | `15.0.0` | | [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` | Updates `@11ty/eleventy-img` from 6.0.4 to 7.0.0 - [Release notes](https://github.com/11ty/image/releases) - [Commits](11ty/image@v6.0.4...v7.0.0) Updates `@babel/core` from 7.29.7 to 8.0.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.1/packages/babel-core) Updates `@babel/preset-env` from 7.29.7 to 8.0.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.2/packages/babel-preset-env) Updates `chalk` from 5.6.2 to 6.0.0 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](chalk/chalk@v5.6.2...v6.0.0) Updates `markdown-it` from 14.3.0 to 15.0.0 - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/markdown-it@14.3.0...15.0.0) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: "@11ty/eleventy-img" dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-major-upgrades - dependency-name: "@babel/core" dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-major-upgrades - dependency-name: "@babel/preset-env" dependency-version: 8.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-major-upgrades - dependency-name: chalk dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-major-upgrades - dependency-name: markdown-it dependency-version: 15.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-major-upgrades - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-major-upgrades ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/npm-major-upgrades-c0b91b38bc
branch
from
August 14, 2026 08:07
ad3e5df to
b59999d
Compare
Contributor
Author
|
Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/npm-major-upgrades-c0b91b38bc
branch
August 14, 2026 14:01
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the npm-major-upgrades group with 6 updates in the / directory:
6.0.47.0.07.29.78.0.17.29.78.0.25.6.26.0.014.3.015.0.06.0.37.0.2Updates
@11ty/eleventy-imgfrom 6.0.4 to 7.0.0Release notes
Sourced from @11ty/eleventy-img's releases.
... (truncated)
Commits
f69b24bv7.0.0fcabc87Remove removed sharp optionf4c514av7.0.0-alpha.5d2eb0ceUse npm staged publishing5943d24v7.0.0-alpha.584d9bf4Fixes #356c20189aFixes #212. Addspassthroughspecial format that skips sharp processing alt...ec011f6Rename eleventyImage in a few places to more generic namesebbe22dFixes #302 unbounded memory use from memory cache5e79529Merge branch 'pr/274'Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@11ty/eleventy-imgsince your current version.Updates
@babel/corefrom 7.29.7 to 8.0.1Release notes
Sourced from @babel/core's releases.
... (truncated)
Changelog
Sourced from @babel/core's changelog.
... (truncated)
Commits
b4be199v8.0.1b68b1cbActually removepreset-env'suseBuiltIns(#18079)de007eaAvoid trailing zeroes in Babel 9 generated version (#18078)7dc825av8.0.0b71c35aperf: Only extract source map comments at the end of the file (#18039)e74b70dchore: Remove unused file (#18033)ae57969chore: consolidate upwards traversal to empathic (#18030)827d003Change jestsnapshotFormat(#18029)34cf24eUpdate deps (#18023)73bceefv8.0.0-rc.6Updates
@babel/preset-envfrom 7.29.7 to 8.0.2Release notes
Sourced from @babel/preset-env's releases.
... (truncated)
Changelog
Sourced from @babel/preset-env's changelog.
... (truncated)
Commits
73940a0v8.0.259a63a6Update@babel/preset-modulesand polyfill packages (#18081)b4be199v8.0.1b68b1cbActually removepreset-env'suseBuiltIns(#18079)cd96c47chore(pkg): set@babel/corepeer deps to ^8.0.0 (#18076)7dc825av8.0.0004f4b4Fallback to assuming ESM support withmodules: auto(#18069)73bceefv8.0.0-rc.6c6d71f3EnablestrictFunctionTypes(#17946)dc91f90v8.0.0-rc.5Updates
chalkfrom 5.6.2 to 6.0.0Release notes
Sourced from chalk's releases.
Commits
661317e6.0.05729845Improve performance4c304ddAdd extended underline styles and underline colors (#689)e912931Fix: Treat a numericFORCE_COLORas an exact level (#688)8a94e0eRequire Node.js 22fa5cff2Optimize 2-argument calls (#670)ff549c5Fix: Downsampleansi256()andbgAnsi256()to 16 colors at level 1 (#687)678e550Tweaksaa06bb5Fix typos (#664)Updates
markdown-itfrom 14.3.0 to 15.0.0Changelog
Sourced from markdown-it's changelog.
Commits
157b33b15..0.0 releasedf73cb76doc: rename files3bc8e2dAdd TS types2620dceUpdate contribution guidelines and issue templates7d365fedoc: migration info5c9b7ceUpdate changelog5a996d5doc: fix@exampletags displayf5083f4doc: continue restructuring & theme fixing54289c4Show inlinecodecontent in imagealttag #1142974e2d7text_joinrule fix: process imagealtcontent too (fixes lost escapes and...Updates
typescriptfrom 6.0.3 to 7.0.2Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.