Skip to content

Update dependency vite to v7.3.3#801

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/vite-7.x
Open

Update dependency vite to v7.3.3#801
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/vite-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vite (source) 7.2.67.3.3 age adoption passing confidence

Release Notes

vitejs/vite (vite)

v7.3.3

Compare Source

Please refer to CHANGELOG.md for details.

v7.3.2

Compare Source

Please refer to CHANGELOG.md for details.

v7.3.1

Compare Source

Please refer to CHANGELOG.md for details.

v7.3.0

Compare Source

Please refer to CHANGELOG.md for details.

v7.2.7

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the auto-merge label Dec 8, 2025
@github-actions github-actions Bot added the chore Maintenance, refactor, or non-feature changes label Dec 8, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Dec 8, 2025

MegaLinter analysis: Error

Descriptor Linter Files Fixed Errors Warnings Elapsed time
❌ BASH shellcheck 15 1 11 2.05s
✅ DOCKERFILE hadolint 3 0 0 0.4s
✅ JSON jsonlint 18 0 0 0.11s
⚠️ MARKDOWN markdownlint 18 2 28 0 2.29s
✅ REPOSITORY secretlint yes no no 8.18s
⚠️ SQL sqlfluff 2 1 44 0 7.72s
✅ YAML yamllint 54 0 0 4.62s

Detailed Issues

❌ BASH / shellcheck - 1 error

No output available

⚠️ MARKDOWN / markdownlint - 28 errors
AGENTS.md:125 error MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: "📋 ENFORCEMENT MECHANISMS SUMM..."]
docs/ai-prompt-frontend-cleanup.md:402:9 error MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"]
docs/ai-prompt-frontend-cleanup.md:402:18 error MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"]
docs/ai-prompt-frontend-cleanup.md:402:32 error MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"]
docs/ai-prompt-frontend-cleanup.md:402:1 error MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"]
docs/ai-prompt-frontend-cleanup.md:402:9 error MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"]
docs/ai-prompt-frontend-cleanup.md:402:18 error MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"]
docs/ai-prompt-frontend-cleanup.md:676:9 error MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"]
docs/ai-prompt-frontend-cleanup.md:676:20 error MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"]
docs/ai-prompt-frontend-cleanup.md:676:34 error MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"]
docs/ai-prompt-frontend-cleanup.md:676:48 error MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"]
docs/ai-prompt-frontend-cleanup.md:676:1 error MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"]
docs/ai-prompt-frontend-cleanup.md:676:9 error MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"]
docs/ai-prompt-frontend-cleanup.md:676:20 error MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"]
docs/ai-prompt-frontend-cleanup.md:676:34 error MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"]
docs/ai-prompt-frontend-cleanup.md:739 error MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
docs/README.md:43:30 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/README.md:43:81 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/README.md:44:26 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/README.md:44:77 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/README.md:45:26 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/README.md:45:77 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/README.md:46:26 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/README.md:46:77 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/README.md:47:26 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/README.md:47:77 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/README.md:48:26 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/README.md:48:77 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
⚠️ SQL / sqlfluff - 44 errors
WARNING: Config file .github/linters/.sqlfluff set a deprecated config value `rules:max_line_length`. This will be removed in a later release. This has been mapped to `max_line_length` set to a value of 120 for this run. Please update your configuration to remove this warning. 

The max_line_length config has moved from sqlfluff:rules to the root sqlfluff level.

See https://docs.sqlfluff.com/en/stable/perma/configuration.html for more details.

==== finding fixable violations ====
WARNING    Rule configuration contain a section for unexpected rule 'L010'. These values will be ignored. 
WARNING    The reference was however found as a match for rule CP01 with name 'capitalisation.keywords'. SQLFluff assumes configuration for this rule will be specified in 'sqlfluff:rules:capitalisation.keywords'. 
WARNING    Rule configuration contain a section for unexpected rule 'L014'. These values will be ignored. 
WARNING    The reference was however found as a match for rule CP02 with name 'capitalisation.identifiers'. SQLFluff assumes configuration for this rule will be specified in 'sqlfluff:rules:capitalisation.identifiers'. 
WARNING    Rule configuration contain a section for unexpected rule 'L030'. These values will be ignored. 
WARNING    The reference was however found as a match for rule CP03 with name 'capitalisation.functions'. SQLFluff assumes configuration for this rule will be specified in 'sqlfluff:rules:capitalisation.functions'. 
== [backend/config/postgres_security.sql] FAIL
L:  23 | P:   1 | LT05 | Line is too long (85 > 80). [layout.long_lines]
L:  42 | P:  59 | LT01 | Unnecessary trailing whitespace. [layout.spacing]
L:  45 | P:  59 | LT01 | Unnecessary trailing whitespace. [layout.spacing]
L:  47 | P:   1 | LT02 | Expected indent of 4 spaces. [layout.indent]
L:  47 | P:   3 | LT05 | Line is too long (98 > 80). [layout.long_lines]
L:  47 | P:  35 | RF03 | Unqualified reference 'note_id' found in single table
                       | select. [references.consistent]
L:  47 | P:  45 | RF03 | Qualified reference 'notes.id' found in single table
                       | select which is inconsistent with previous references.
                       | [references.consistent]
L:  47 | P:  58 | RF03 | Unqualified reference 'shared_with_user_id' found in
                       | single table select. [references.consistent]
L:  50 | P:  64 | LT01 | Unnecessary trailing whitespace. [layout.spacing]
L:  68 | P:   1 | LT02 | Expected indent of 4 spaces. [layout.indent]
L:  69 | P:   1 | LT02 | Expected indent of 4 spaces. [layout.indent]
L:  70 | P:   1 | LT02 | Expected indent of 4 spaces. [layout.indent]
L:  79 | P:  48 | LT01 | Expected single whitespace between naked identifier and
                       | start bracket '('. [layout.spacing]
L:  80 | P:  51 | LT01 | Expected single whitespace between naked identifier and
                       | start bracket '('. [layout.spacing]
L:  81 | P:  51 | LT01 | Expected single whitespace between naked identifier and
                       | start bracket '('. [layout.spacing]
L:  83 | P:  43 | LT01 | Expected single whitespace between naked identifier and
                       | start bracket '('. [layout.spacing]
L:  84 | P:  43 | LT01 | Expected single whitespace between naked identifier and
                       | start bracket '('. [layout.spacing]
L:  88 | P:   1 | LT02 | Expected indent of 4 spaces. [layout.indent]
L:  89 | P:   1 | LT02 | Expected indent of 4 spaces. [layout.indent]
L:  90 | P:   1 | LT02 | Expected indent of 4 spaces. [layout.indent]
L:  91 | P:   1 | LT02 | Expected indent of 4 spaces. [layout.indent]
L: 138 | P:   1 | LT02 | Expected indent of 4 spaces. [layout.indent]
L: 139 | P:   1 | LT02 | Expected indent of 4 spaces. [layout.indent]
L: 140 | P:   1 | LT02 | Expected indent of 4 spaces. [layout.indent]
L: 156 | P:   1 | LT02 | Expected indent of 4 spaces. [layout.indent]
L: 156 | P:   6 | CP05 | Datatypes must be consistently lower case.
                       | [capitalisation.types]
L: 157 | P:   1 | LT02 | Expected indent of 4 spaces. [layout.indent]
L: 157 | P:  14 | CP05 | Datatypes must be consistently lower case.
                       | [capitalisation.types]
L: 158 | P:   1 | LT02 | Expected indent of 4 spaces. [layout.indent]
L: 158 | P:  12 | CP05 | Datatypes must be consistently lower case.
                       | [capitalisation.types]
L: 159 | P:   1 | LT02 | Expected indent of 4 spaces. [layout.indent]
L: 159 | P:  11 | CP05 | Datatypes must be consistently lower case.
                       | [capitalisation.types]
L: 160 | P:   1 | LT02 | Expected indent of 4 spaces. [layout.indent]
L: 160 | P:  14 | CP05 | Datatypes must be consistently lower case.
                       | [capitalisation.types]
L: 161 | P:   1 | LT02 | Expected indent of 4 spaces. [layout.indent]
L: 161 | P:  14 | CP05 | Datatypes must be consistently lower case.
                       | [capitalisation.types]
L: 164 | P:  61 | LT01 | Expected single whitespace between naked identifier and
                       | start bracket '('. [layout.spacing]
L: 165 | P:  61 | LT01 | Expected single whitespace between naked identifier and
                       | start bracket '('. [layout.spacing]
L: 217 | P:   1 | LT05 | Line is too long (92 > 80). [layout.long_lines]
L: 232 | P:   1 | LT05 | Line is too long (131 > 80). [layout.long_lines]
L: 246 | P:  40 | LT12 | Files must end with a single trailing newline.
                       | [layout.end_of_file]
== [backend/config/postgres_security.sql] FIXED
WARNING    Rule configuration contain a section for unexpected rule 'L010'. These values will be ignored. 
WARNING    The reference was however found as a match for rule CP01 with name 'capitalisation.keywords'. SQLFluff assumes configuration for this rule will be specified in 'sqlfluff:rules:capitalisation.keywords'. 
WARNING    Rule configuration contain a section for unexpected rule 'L014'. These values will be ignored. 
WARNING    The reference was however found as a match for rule CP02 with name 'capitalisation.identifiers'. SQLFluff assumes configuration for this rule will be specified in 'sqlfluff:rules:capitalisation.identifiers'. 
WARNING    Rule configuration contain a section for unexpected rule 'L030'. These values will be ignored. 
WARNING    The reference was however found as a match for rule CP03 with name 'capitalisation.functions'. SQLFluff assumes configuration for this rule will be specified in 'sqlfluff:rules:capitalisation.functions'. 
38 fixable linting violations found
  [3 unfixable linting violations found]
==== lint for unfixable violations ====
== [backend/config/postgres_security.sql] FAIL
L:  47 | P:  45 | RF03 | Qualified reference 'notes.id' found in single table select which
                       | is inconsistent with previous references. [references.consistent]
L: 217 | P:   1 | LT05 | Line is too long (92 > 80). [layout.long_lines]
L: 232 | P:   1 | LT05 | Line is too long (131 > 80). [layout.long_lines]
== [backend/scripts/reset-mfa.sql] PASS

Notices

📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)

See detailed reports in MegaLinter artifacts

You could have the same capabilities but better runtime performances if you use a MegaLinter flavor:

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.5.0 --custom-flavor-setup --custom-flavor-linters BASH_SHELLCHECK,DOCKERFILE_HADOLINT,JSON_JSONLINT,MARKDOWN_MARKDOWNLINT,REPOSITORY_SECRETLINT,SQL_SQLFLUFF,YAML_YAMLLINT

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@renovate renovate Bot force-pushed the renovate/vite-7.x branch from fa9266c to be6ee15 Compare December 15, 2025 09:30
@renovate renovate Bot changed the title chore(deps): update dependency vite to v7.2.7 chore(deps): update dependency vite to v7.3.0 Dec 15, 2025
@renovate renovate Bot force-pushed the renovate/vite-7.x branch from be6ee15 to a32293f Compare December 31, 2025 16:39
@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.55%. Comparing base (c272d12) to head (1d723cb).

❌ Your project check has failed because the head coverage (72.85%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #801   +/-   ##
=======================================
  Coverage   61.55%   61.55%           
=======================================
  Files         167      167           
  Lines       12714    12714           
  Branches      879      879           
=======================================
  Hits         7826     7826           
  Misses       4256     4256           
  Partials      632      632           
Flag Coverage Δ
backend 56.69% <ø> (ø)
frontend 72.85% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c272d12...1d723cb. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot force-pushed the renovate/vite-7.x branch from a32293f to 69240c0 Compare January 7, 2026 06:51
@renovate renovate Bot changed the title chore(deps): update dependency vite to v7.3.0 chore(deps): update dependency vite to v7.3.1 Jan 7, 2026
@renovate renovate Bot force-pushed the renovate/vite-7.x branch from 69240c0 to 5f6ac85 Compare February 12, 2026 10:44
@renovate renovate Bot force-pushed the renovate/vite-7.x branch from 5f6ac85 to 97a02fd Compare March 5, 2026 19:49
@renovate renovate Bot force-pushed the renovate/vite-7.x branch from 97a02fd to 3b0f9ab Compare March 13, 2026 15:04
@renovate renovate Bot force-pushed the renovate/vite-7.x branch from 3b0f9ab to 86bda8c Compare April 6, 2026 12:52
@renovate renovate Bot changed the title chore(deps): update dependency vite to v7.3.1 chore(deps): update dependency vite to v7.3.2 Apr 6, 2026
@renovate renovate Bot changed the title chore(deps): update dependency vite to v7.3.2 Update dependency vite to v7.3.2 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/vite-7.x branch 2 times, most recently from 10b8bfd to 08a471f Compare May 7, 2026 07:32
@renovate renovate Bot changed the title Update dependency vite to v7.3.2 Update dependency vite to v7.3.3 May 7, 2026
@renovate renovate Bot force-pushed the renovate/vite-7.x branch from 08a471f to 1d723cb Compare May 18, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge chore Maintenance, refactor, or non-feature changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants