Skip to content

Build(deps): Bump picomatch from 4.0.3 to 4.0.4 in /frontend#4

Closed
dependabot[bot] wants to merge 4 commits intomainfrom
dependabot/npm_and_yarn/frontend/picomatch-4.0.4
Closed

Build(deps): Bump picomatch from 4.0.3 to 4.0.4 in /frontend#4
dependabot[bot] wants to merge 4 commits intomainfrom
dependabot/npm_and_yarn/frontend/picomatch-4.0.4

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps picomatch from 4.0.3 to 4.0.4.

Release notes

Sourced from picomatch's releases.

4.0.4

This is a security release fixing several security relevant issues.

What's Changed

Full Changelog: micromatch/picomatch@4.0.3...4.0.4

Commits

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 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.

TheBizzle and others added 4 commits April 20, 2026 18:42
I don't love to do this all as one huge commit, but I embarked on a
bunch of major rethinkings of things that all got tangled together.

I also don't love to push code to `main` when things are in a very
broken state.  But I'd rather do it this way than hide this stuff on a
branch... for now, at least.  I don't really need to patch `main` right
now.

* The old auth system (which never really got to be battle-tested)
  relied on storing tokens in `LocalStorage`.  This was not *really*
  secure.  So I implemented an entirely rethought auth system, where
  teachers get HttpOnly cookies that contain long-lived refresh tokens,
  and then those tokens are used to issue short-lived JWT bearer tokens,
  which live in a variable in a Vue component.
* Speaking of... I introduced a new UI based on Vue, with the design
  system produced by Anthropic's Claude.  I've been fixing up various
  bits of silliness, and that's still a work-in-progress, but it's a
  huge aesthetic improvement over what I had before.
* The web API is also getting an overhaul.  A major part of that is just
  because the auth system changed.  Another part of that is that I
  didn't love the lack of a clear distinction between API and non-API,
  and between teacher API and student API.  So basically every route is
  getting renamed.

There's a ton that's broken.  I'm working on getting everything working
again.
Bumps [picomatch](https://github.com/micromatch/picomatch) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@4.0.3...4.0.4)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 4.0.4
  dependency-type: indirect
...

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 Apr 20, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 21, 2026

Looks like picomatch is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 21, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/frontend/picomatch-4.0.4 branch April 21, 2026 00:21
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