Bump the all-dependencies group across 1 directory with 2 updates#264
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the all-dependencies group across 1 directory with 2 updates#264dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all-dependencies group with 2 updates in the / directory: [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) and [prettier](https://github.com/prettier/prettier). Updates `markdownlint-cli` from 0.48.0 to 0.49.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.48.0...v0.49.0) Updates `prettier` from 3.8.3 to 3.9.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.3...3.9.1) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-version: 0.49.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: prettier dependency-version: 3.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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 the all-dependencies group with 2 updates in the / directory: markdownlint-cli and prettier.
Updates
markdownlint-clifrom 0.48.0 to 0.49.0Release notes
Sourced from markdownlint-cli's releases.
Commits
a4d5d37Bump version 0.49.0503f264Delete and recreate package-lock.json via "npm install".7a24593Bump markdownlint from 0.40.0 to 0.41.0c7c1c76Bump commander from 14.0.3 to 15.0.083f5f30Bump tinyglobby from 0.2.16 to 0.2.1774b98deBump js-yaml from 4.1.1 to 4.2.0d368135Bump markdown-it from 14.1.1 to 14.2.0dd34288Bump ava from 8.0.0 to 8.0.11e363dcBump brace-expansion from 5.0.5 to 5.0.62f092d2Bump ava from 7.0.0 to 8.0.0Updates
prettierfrom 3.8.3 to 3.9.1Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
c47654cRelease 3.9.106159aaFix bug in release script4bc5ab4Update file-entry-cache to 11.1.5 (#19483)b7fd58bRelease@prettier/plugin-oxc@0.2.0and@prettier/plugin-hermes@0.2.03006400Revert changes in release script7bef7dbGit blame ignore 3.9.0bb817b1Bump Prettier dependency to 3.9.005cf896Clean changelog_unreleased79f6cdfDisable finished steps3613b1eAdd blog post for v3.9 (#19414)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 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsNote
Low Risk
DevDependency-only version bumps for format/lint CLIs; main risk is CI or local
validate:contentfailing on new rule or formatting output, not production code.Overview
Updates two dev-only tooling pins in
package.json:markdownlint-cli0.48.0→0.49.0(pulls inmarkdownlint0.41.0 and stricter/tweaked rules) andprettier3.8.3→3.9.1(3.9.x parser/formatting changes plus a CLI cache fix in 3.9.1).Repo scripts such as
lint:markdown,format:*, andvalidate:contentinvoke these via localnode_moduleswrappers (run-node-bin.js/run-prettier.js), so behavior afternpm installfollows the new versions; no application or Unity runtime code changes.Reviewed by Cursor Bugbot for commit 1fb71f8. Bugbot is set up for automated code reviews on this repo. Configure here.