Build(deps-dev): Bump vite and @vitejs/plugin-vue in /frontend#6
Closed
dependabot[bot] wants to merge 4 commits intomainfrom
Closed
Build(deps-dev): Bump vite and @vitejs/plugin-vue in /frontend#6dependabot[bot] wants to merge 4 commits intomainfrom
dependabot[bot] wants to merge 4 commits intomainfrom
Conversation
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 [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue). These dependencies needed to be updated together. Updates `vite` from 5.0.13 to 8.0.9 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.9/packages/vite) Updates `@vitejs/plugin-vue` from 4.5.2 to 6.0.6 - [Release notes](https://github.com/vitejs/vite-plugin-vue/releases) - [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@6.0.6/packages/plugin-vue) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.9 dependency-type: direct:development - dependency-name: "@vitejs/plugin-vue" dependency-version: 6.0.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Looks like these dependencies are up-to-date now, so this is no longer needed. |
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 vite and @vitejs/plugin-vue. These dependencies needed to be updated together.
Updates
vitefrom 5.0.13 to 8.0.9Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
ce729f5release: v8.0.9605bb97docs: update build CLI defaults (#22261)c28e9c1fix(deps): update all non-major dependencies (#22268)0a3887dchore(deps): update dependency dotenv-expand to v13 (#22271)868f141fix(bundled-dev): reject requests to HMR patch files in non potentially trust...3ec9cdafix: skip fallback sourcemap generation for?rawimports (#22148)3f24533fix(optimizer): handle more chars that will be sanitized (#22208)1b793c0fix: detect Deno workspace root (fix #22237) (#22238)fc08bdafix(dev): handle errors inwatchChangehook (#22188)374bb5dfix(css): use unique key for cssEntriesMap to prevent same-basename collision...Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vite since your current version.
Updates
@vitejs/plugin-vuefrom 4.5.2 to 6.0.6Release notes
Sourced from
@vitejs/plugin-vue's releases.... (truncated)
Changelog
Sourced from
@vitejs/plugin-vue's changelog.... (truncated)
Commits
51dbf4brelease: plugin-vue@6.0.69e07ae9feat(plugin-vue): propagate multiRoot for template-only vapor components (#745)050c996fix(deps): update all non-major dependencies (#738)6d834d8chore: remove unused deps (#760)a0e1ef8chore(deps): update dependency rollup to ^4.59.0 (#749)6ad6cc1release: plugin-vue@6.0.5b3f23e4chore: remove Vite 8 beta from supported range (#746)5527bf4release: plugin-vue@6.0.4e69d751fix(deps): update all non-major dependencies (#726)cd0c8a8chore(deps): update dependency rollup to ^4.57.1 (#733)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@vitejs/plugin-vuesince your current version.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.