Skip to content

chore(deps): bump vite from 7.1.7 to 7.1.11 in /docs#79

Open
dependabot[bot] wants to merge 35 commits intomasterfrom
dependabot/npm_and_yarn/docs/vite-7.1.11
Open

chore(deps): bump vite from 7.1.7 to 7.1.11 in /docs#79
dependabot[bot] wants to merge 35 commits intomasterfrom
dependabot/npm_and_yarn/docs/vite-7.1.11

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps vite from 7.1.7 to 7.1.11.

Release notes

Sourced from vite's releases.

v7.1.11

Please refer to CHANGELOG.md for details.

v7.1.10

Please refer to CHANGELOG.md for details.

v7.1.9

Please refer to CHANGELOG.md for details.

v7.1.8

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.1.11 (2025-10-20)

Bug Fixes

  • dev: trim trailing slash before server.fs.deny check (#20968) (f479cc5)

Miscellaneous Chores

Code Refactoring

  • use subpath imports for types module reference (#20921) (d0094af)

Build System

7.1.10 (2025-10-14)

Bug Fixes

  • css: avoid duplicate style for server rendered stylesheet link and client inline style during dev (#20767) (3a92bc7)
  • css: respect emitAssets when cssCodeSplit=false (#20883) (d3e7eee)
  • deps: update all non-major dependencies (879de86)
  • deps: update all non-major dependencies (#20894) (3213f90)
  • dev: allow aliases starting with // (#20760) (b95fa2a)
  • dev: remove timestamp query consistently (#20887) (6537d15)
  • esbuild: inject esbuild helpers correctly for esbuild 0.25.9+ (#20906) (446eb38)
  • normalize path before calling fileToBuiltUrl (#20898) (73b6d24)
  • preserve original sourcemap file field when combining sourcemaps (#20926) (c714776)

Documentation

Miscellaneous Chores

7.1.9 (2025-10-03)

Reverts

7.1.8 (2025-10-02)

Bug Fixes

... (truncated)

Commits
  • 8b69c9e release: v7.1.11
  • f479cc5 fix(dev): trim trailing slash before server.fs.deny check (#20968)
  • 6fb41a2 chore(deps): update all non-major dependencies (#20966)
  • a817307 build: remove hash from built filenames (#20946)
  • ef411ce build: remove cjs reference in files field (#20945)
  • d0094af refactor: use subpath imports for types module reference (#20921)
  • ed4a0dc release: v7.1.10
  • c714776 fix: preserve original sourcemap file field when combining sourcemaps (#20926)
  • 446eb38 fix(esbuild): inject esbuild helpers correctly for esbuild 0.25.9+ (#20906)
  • 879de86 fix(deps): update all non-major dependencies
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

* init

* Create todos.md

* Add method to fetch stored procedure definition

* add content parser

* Update launch.json

* add nuget package "Microsoft.SqlServer.TransactSql.ScriptDom"

* feat(json-parser) add JSON output support for stored procedures

* Update todos.md

* Update todos.md

* Update todos.md

* Refactor MSSQL sample init scripts and add custom types

* Add advanced test stored procedures for MSSQL sample

* Add concept for optional JSON deserialization

* Add nested JSON output strategy documentation

* Add JsonMaterializationMode support to AppDbContext

* Rename sample procedures and update documentation

* init

* reset

* Update README.md

* initial setup

* unstable

* fix pages location

* feat(docs) add starter template

* feat(docs) move content

* Update tasks.json

* feat(docs) move docs_old and translate to english and add versioning

* Refactor code structure for improved readability and maintainability

* refactor: update link props types for better type safety

* refactor: clean up package-lock.json for better dependency management

* Add project README with usage and documentation

* Refactor docs layout and fix import order

* Add comprehensive testing framework and CI integration

* chore

* Restructure and clean up test projects

* Update CONTRIBUTING.md

* Update SpocR.csproj

* Add integration test framework and basic tests

* Add AI agent guidelines and update CI/CD workflows

* Add CLI test command documentation

* Add quality gates script and improve test artifact handling

* Create README.md

* Add release workflow improvements and English language policy

* Revise versioning and test documentation for MinVer

* Implement structured exit codes and update docs

* Add CI JSON summary output for test command

* Update AI guidelines and add CI JSON prompt

* Enhance CI test reporting and exit codes

* chore

* chore

* chore

* Add MSSQL Full-Text Search setup and documentation

* Refactor MSSQL sample for deterministic Full-Text Search

* Add always-on JSON model generation and typed deserialization

* Add local cache for stored procedure metadata

* Add auto-update skip via env vars and CLI flags

* Refactor JSON result set handling and add cache diagnostics

* Add --no-cache flag and enhance JSON heuristics

* Migrate stored procedure outputs to unified ResultSets

* Add MaxLength property to result column models

* Add JSON stored procedure reference and multi-result model support

* Refactor stored procedure JSON handling and tests

* Refactor RebuildCommand and add multi-result set model test

R

* Improve generator summary and expand deserialization tests

* Remove legacy Outputs generator and add snapshot maintenance

* Implement JSON column type enrichment and ignore lists

* Remove AsJson suffix heuristic and add parser v5 inference

* Add nested JSON and UDTT metadata to result columns

* Improve model generation for nested JSON results

* Refactor model generation for namespace compatibility

* Refactor stored procedure model to use ResultSets

* Add ExecSource metadata to result sets

* Add Outputs and CrudResult generators; update model handling

* Update StoredProcedureGenerator.cs

* Improve schema ignore logic and diagnostics

* Add JsonOutputOptions wrapper and improve JSON output handling

* Rename StoredProcdure to StoredProcedure and improve CLI output

* Enforce English-only language policy and update docs

* Revise documentation for JSON procedures and guidelines

* ci: fix test workflow for multi-target & revert to net8 single target for stability

* build: re-enable multi-target (net9+net8) and make run/test deterministic via --framework net8.0

* chore

* ci: fix test run (remove --no-build to avoid invalid dll arg under multi-target)

* test: stabilize FullSuiteJsonSummaryTests with retry for delayed counters in CI

* test: strengthen FullSuiteJsonSummaryTests with extended retries + diagnostics

* test(cli): run internal dotnet test in Release to populate TRX + soft fallback for zero totals

* docs(program): add rationale comment for RunCliAsync used by in-process meta tests

* test(meta): gate full-suite meta test with env var and prevent potential process output deadlock

* ci(coverage): add XmlSummary report and fallback to Cobertura when Summary.xml missing

* chore

* test(meta): remove reflection fallback in FullSuiteJsonSummaryTests

* Create CliTestHost.cs

* ci(coverage): harden coverage threshold step (mkdir, fallback, correct comparison)

* ci(coverage): add debug listing and derived line-rate fallback

* ci(coverage): parse ReportGenerator Summary.xml (<Linecoverage>, <Coveredlines>, <Coverablelines>)

* docs: add coverage policy (30% initial) and lower CI threshold to 25%
…x invalid argument issue)"

This reverts commit 98818e4.
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 20, 2025
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