Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2025

Bumps the npm_and_yarn group with 1 update in the /web-backend/src/main/frontend directory: glob.

Removes glob

Dependabot compatibility score

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 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 <dependency name> major version will 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 version will 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 1 update in the /web-backend/src/main/frontend directory: [glob](https://github.com/isaacs/node-glob).


Removes `glob`

---
updated-dependencies:
- dependency-name: glob
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 18, 2025
@axymthr
Copy link
Contributor

axymthr commented Nov 24, 2025

@copilot what other changes are needed to make this build pass? There are breaking changes in the tailwind CLI between versions
In v3, the CLI was bundled with tailwindcss.
In v4, the CLI is now in a separate package: "@tailwindcss/cli"

Copy link
Contributor

Copilot AI commented Nov 24, 2025

@axymthr I've opened a new pull request, #94, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 3 commits November 24, 2025 21:16
* Initial plan

* Add @tailwindcss/cli for Tailwind v4 compatibility

Co-authored-by: axymthr <17650429+axymthr@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: axymthr <17650429+axymthr@users.noreply.github.com>
@axymthr
Copy link
Contributor

axymthr commented Nov 27, 2025

@copilot Did you follow this upgrade guide and the upgrade tool? https://tailwindcss.com/docs/upgrade-guide

Copy link
Contributor

Copilot AI commented Nov 27, 2025

@axymthr I've opened a new pull request, #96, to work on those changes. Once the pull request is ready, I'll request review from you.

* Initial plan

* Complete Tailwind CSS v4 migration using official upgrade tool

Co-authored-by: axymthr <17650429+axymthr@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: axymthr <17650429+axymthr@users.noreply.github.com>
@axymthr
Copy link
Contributor

axymthr commented Nov 27, 2025

@copilot this is breaking something in my UI. Is it due to the upgrade? The background goes all black behind the modal in this PR. Added comparison screenshots with develop branch.
Screenshot 2025-11-27 at 3 22 26 PM
Screenshot 2025-11-27 at 3 21 06 PM

The code is in https://github.com/StatusNeo/vms/blob/develop/web-backend/src/main/jte/fragments/otp-modal.jte and https://github.com/StatusNeo/vms/blob/develop/web-backend/src/main/jte/index.jte

Copy link
Contributor

Copilot AI commented Nov 27, 2025

@axymthr I've opened a new pull request, #97, to work on those changes. Once the pull request is ready, I'll request review from you.

* Initial plan

* Fix OTP modal backdrop opacity issue by using Tailwind v4 syntax

Co-authored-by: axymthr <17650429+axymthr@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: axymthr <17650429+axymthr@users.noreply.github.com>
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.

2 participants