build(deps-dev): bump the nx group across 1 directory with 3 updates#6
Closed
dependabot[bot] wants to merge 15 commits into
Closed
build(deps-dev): bump the nx group across 1 directory with 3 updates#6dependabot[bot] wants to merge 15 commits into
dependabot[bot] wants to merge 15 commits into
Conversation
First public release of Confitty. Visual config builder for the Kitty terminal. Tweak fonts, cursor, colors, scrollback, mouse, performance, bell, window layout, tab bar, advanced, and OS-specific settings side-by-side with a live terminal preview, then export a clean kitty.conf that only contains values different from Kitty's defaults. Highlights: - Live preview rendering background, opacity, blur, tint, font, padding, margins, border, cursor (block/beam/underline) with blink interval, selection, ANSI palette and tab bar (fade/slant/separator/powerline). - 47 built-in color themes including Dracula, Nord, Tokyo Night, Catppuccin (4 variants), Gruvbox, Kanagawa, Ayu, Rose Pine, Solarized, plus the original Confitty palette. - 18 functional presets (performance, minimal, gaming, accessibility, presentation, remote-server, streaming, developer default). - 12 configuration categories backed by a typed AST, with a smart diff exporter that only writes values differing from Kitty defaults. - Fuzzy global search across 130+ indexed options. - Import existing kitty.conf and round-trip unrecognised directives. - Mobile-first layout, light and dark UI themes. Stack: Angular 21, TypeScript 6 strict mode, Tailwind 3, Bun 1.3, Nx 22.
PWA manifest with name, scope, theme color and category metadata. robots.txt allows all crawlers and points at the sitemap. sitemap.xml lists the root URL for now; the app is single-page.
192/512 PNG icons rendered from the source SVG. 512 maskable variant for adaptive icons on Android. 1200x630 OG card for social previews.
/_redirects catch-all so deep links return 200 with index.html. /_headers sets HSTS preload, COOP, CORP, Permissions-Policy, X-Frame-Options, plus long-cache rules on hashed assets and no-cache on the index. .cloudflare-pages.json documents the expected build command and output.
Pinned-SHA actions for checkout and setup-bun. Concurrency cancels stale runs on the same ref. Runs typecheck and production build on every push to confitty and on PRs. Disables Nx Cloud since the workspace has no token in CI.
Structured forms for bug reports, feature requests, theme submissions, plus a config.yml that disables blank issues and links to Discord. Pull request template enforces a typecheck/build/visual checklist. FUNDING.yml exposes the Ko-fi and GitHub Sponsors buttons. SECURITY.md documents the disclosure channel and scope.
Contributor Covenant 2.1 adapted for project tone. Dependabot runs weekly on Mondays for npm (Angular, Nx, types grouped) and github-actions. Limited PR count per ecosystem.
Deploying confitty with
|
| Latest commit: |
f983769
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0042371c.confitty.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-nx-a.confitty.pages.dev |
|
This commit adds parsing, types, and default values for the new scrollbar configuration and window title bar features introduced in Kitty 0.43.0. Additionally, it addresses Semgrep security findings in dependencies and HTML integrity, and enforces strict senior-engineer agent guidelines in AGENTS.md.
This commit removes the remaining AI tracking files from .gitignore and removes the .claude directory completely, conforming to the externalization standard for agent usage. It also applies Biome strict formatting across the entire codebase and resolves injection token issues caused by type-only imports in Angular.
Adds progress_bar to the tab bar form and macos_fullscreen_ignore_safe_area_insets to the OS-specific form. Also fixes a DI issue introduced by type-only imports in the config editor.
Updates safe minor/patch dependencies for angular, nx, and related build tools to stay current without breaking changes. Adds a postinstall script to silence an intrusive Nx CLI warning about AI agent configuration. This prevents 'AI agent configuration is outdated' spam in the build logs when using custom agent instructions.
Adds a prominent 'What's New' section to the README to highlight the recently added support for Kitty 0.47 configuration options.
Bumps the nx group with 3 updates in the / directory: [@nx/angular](https://github.com/nrwl/nx/tree/HEAD/packages/angular), [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) and [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx). Updates `@nx/angular` from 22.6.4 to 23.0.1 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/23.0.1/packages/angular) Updates `@nx/workspace` from 22.6.4 to 23.0.1 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/23.0.1/packages/workspace) Updates `nx` from 22.6.4 to 23.0.1 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/23.0.1/packages/nx) --- updated-dependencies: - dependency-name: "@nx/angular" dependency-version: 22.7.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nx - dependency-name: "@nx/workspace" dependency-version: 22.7.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nx - dependency-name: nx dependency-version: 22.7.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nx ... Signed-off-by: dependabot[bot] <support@github.com>
04da097 to
f983769
Compare
|
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 |
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 nx group with 3 updates in the / directory: @nx/angular, @nx/workspace and nx.
Updates
@nx/angularfrom 22.6.4 to 23.0.1Release notes
Sourced from @nx/angular's releases.
... (truncated)
Commits
4f286b9fix(angular): resolve esbuild option paths relative to the workspace root (#3...71bbc70feat(core): revert array-shape targetDefaults support pending redesign and re...958e60adocs(core): rewrite targetDefaults reference and guide for array shape and vo...aa9ce7afix(misc): rename createNodesV2 value usages in v23 migration, not just impor...6598a0bchore(core): rename supportsOptionalUpdates to supportsOptionalMigrations (#3...27f9ae0chore(repo): finish migrating builds off the workspace-root dist (#35915)38ca20bfeat(core): extendnx migrate --includeto any package that supports option...4bb6115chore(repo)!: migrate remaining packages to local dist build (#35900)0596b18chore(repo): update nx to 23.0.0-beta.24 (#35898)94d9358feat(core): add migrations for createNodesV2 -> createNodes rename (#35893)Updates
@nx/workspacefrom 22.6.4 to 23.0.1Release notes
Sourced from @nx/workspace's releases.
... (truncated)
Commits
71bbc70feat(core): revert array-shape targetDefaults support pending redesign and re...958e60adocs(core): rewrite targetDefaults reference and guide for array shape and vo...fc4635dfix(misc): fix gitlab ci workflow for new repos and merge requests (#34237)6598a0bchore(core): rename supportsOptionalUpdates to supportsOptionalMigrations (#3...27f9ae0chore(repo): finish migrating builds off the workspace-root dist (#35915)8039b7bfeat(misc): remove migrations prior to v21 in preparation for v23 (#35909)38ca20bfeat(core): extendnx migrate --includeto any package that supports option...4bb6115chore(repo)!: migrate remaining packages to local dist build (#35900)2ded1d1feat(devkit)!: deprecate the standalone parameter of addProjectConfiguration ...e03c511fix(core): allow nx build scripts in generated pnpm-workspace.yaml (#35564)Updates
nxfrom 22.6.4 to 23.0.1Release notes
Sourced from nx's releases.
... (truncated)
Commits
017dfbdfix(core): format AI-edited files after agentic migrations (#36064)2ebba06fix(release): stop breaking change changelog entry from swallowing trailing P...7c54185fix(core): do not crash nx migrate on non-semver dependency specifiers (#36051)947fd1afix(core): do not write minimumReleaseAgeExclude during nx migrate (#36045)4c704eefeat(nx-cloud): add utm tracking to clickable cloud prompt links (#36028)58caa9cfix(core): avoid tsconfig path false positives for sibling project roots (#35...71bbc70feat(core): revert array-shape targetDefaults support pending redesign and re...fda23a3fix(core): read and replay cached failures when NX_CACHE_FAILURES is enabled ...958e60adocs(core): rewrite targetDefaults reference and guide for array shape and vo...8a4a4f9fix(core): allow {projectRoot} after the start of an output when project is a...Install script changes
This version modifies
postinstallscript that runs during installation. Review the package contents before updating.