chore(deps): bump esbuild from 0.21.5 to 0.27.2 in the npm_and_yarn group across 1 directory#4
Closed
dependabot[bot] wants to merge 33 commits intomasterfrom
Closed
Conversation
Introduce session storage and helpers (save/load/clear, expiry) and create sessions via POST /api/v1/auth/session. Use /api/v1 endpoints and ensure a valid session before vault operations; add login, logout, and getSessionToken helpers. Improve error handling to include status and response text.
- added new landing page - added new password generator - added new slider and switch components - removed old icons and added new favicon
- Add mobile support and update dependencies - Update Tauri configuration and add mobile icons - Update index.html with mobile meta tags and favicon - Update components for mobile responsiveness and UI improvements
- added LICENSE and README.md - added eff_large.json password list
added decrypted text for landing page
- Add vercel.json with build settings, output directory, and SPA rewrites - Update README.md with Deployment section documenting Vercel hosting
Landing Page BG Change
…Actions for CI/CD.
- Updated all test files to use double quotes for string literals for consistency. - Enhanced readability by formatting code and aligning similar statements. - Improved error messages and assertions in tests for better clarity. - Added localStorage polyfill in vitest setup to ensure tests run smoothly in environments without native support.
…iverse repo and improve package handling
- Created QUICKSTART.md for a concise app setup and feature overview. - Developed SETUP.md detailing installation steps and system requirements. - Implemented icon generation scripts in both JavaScript and Python for Tauri. - Added logo.svg for app branding in various icon formats. - Included troubleshooting tips and configuration options in documentation.
Add Quick Start and Setup guides, icon generation scripts, and logo SVG
Bumps the npm_and_yarn group with 1 update in the / directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.21.5 to 0.27.2 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](evanw/esbuild@v0.21.5...v0.27.2) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.27.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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 the npm_and_yarn group with 1 update in the / directory: esbuild.
Updates
esbuildfrom 0.21.5 to 0.27.2Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
cd83297publish 0.27.2 to npm2759721additional tests forswitchwithbreakfd2b4b3update release notesc8d93a7fix #4357: -webkit- prefix for mask shorthand (#4358)92ff12ccompat table: update@types/nodea35ecebcompat table: fix a type error with the new typesf598984fixmake compat-tableto install dependenciesf7f6df0release notes for #43616f8ec15fix: allow subpath imports that start with#/(#4361)f7ae61fminify some switch statements to if-else statementMaintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for esbuild since 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 <dependency name> major versionwill 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 versionwill 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.