chore(deps-dev): bump prettier from 3.9.4 to 3.9.5 in the root-development-minor-patch group - #4
Closed
dependabot[bot] wants to merge 17 commits into
Closed
Conversation
Wire the Next.js app shell with shared UI components, marketing homepage, core lib helpers and static assets for a shippable landing experience.
Introduce @shared/app-strings and @shared/app-errors so product copy and service errors stay centralized instead of hardcoded across the app.
Add the database workspace package with auth schema, initial migration, seed script and root db helpers for local and production workflows.
Implement signed cookie sessions, password hashing, auth service layer and login/signup server actions for credential-based authentication.
Add authenticated app and admin pages plus /api/health for production runtime probes and route-guard integration via the root proxy.
Add encrypted secrets workflow with SOPS, documented env contracts in .env.example and encrypted local/production secret templates.
Add docker compose stacks, production Dockerfile, nginx config, server bootstrap script and worker scaffolding for the production runtime.
Add CI/CD pipelines, PR and issue templates, label automation, Dependabot config and CODEOWNERS for predictable repository governance.
Add vitest configuration, test setup and unit tests for auth, shared packages, database client and the health check API route.
Add Claude Code settings, safety hooks, repo rules, audit agents and repeatable skills for commits, PRs, verification and migrations.
Document codebase structure, local development, secret management, production runtime, CI/CD pipelines and quality gate expectations.
Add contributor onboarding, feature overview, setup instructions and project badges so new users can clone and ship from one repository.
Wire pre-commit checks for migration validation, lint-staged formatting, type-checking and unit tests to keep main merge-ready by default.
Ignore nested node_modules directories so pnpm workspace installs stay local and out of version control.
Establish the pnpm workspace, Next.js build config, lint/format tooling, and repository agent rules so contributors have a consistent baseline.
Bumps the root-development-minor-patch group with 1 update: [prettier](https://github.com/prettier/prettier). Updates `prettier` from 3.9.4 to 3.9.5 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.9.4...3.9.5) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.9.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: root-development-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/root-development-minor-patch-984b171149
branch
July 10, 2026 08:15
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 root-development-minor-patch group with 1 update: prettier.
Updates
prettierfrom 3.9.4 to 3.9.5Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
b6c7d18Release 3.9.5cd54cccAvoid corrupting empty Markdown link with title (#19487)2bb67cePreserving comments'placementproperty (#19567)91bcac8Add more tests for comment-only object type (#19587)cbee737Remove space in empty object type (#19583)6394c73Align empty module declaration with TS (#19568)a4e6f7aPrevent the addition of space intype()with+(#19516)3d063b5Ignore dangling comments when checking type parameter comments (#19572)908503eHandle dangling comments inSwitchStatement(#19581)943a475Angular: Support expression for exhaustive typechecking (#19571)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 conditions