mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
fix: update package-lock.json with new biomejs CLI versions and clean up package.json lint-staged configuration
This commit is contained in:
102
package-lock.json
generated
102
package-lock.json
generated
@@ -889,6 +889,74 @@
|
||||
"@biomejs/cli-win32-x64": "1.9.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@biomejs/cli-darwin-arm64": {
|
||||
"version": "1.9.4",
|
||||
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz",
|
||||
"integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
"dev": true,
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=14.21.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@biomejs/cli-darwin-x64": {
|
||||
"version": "1.9.4",
|
||||
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz",
|
||||
"integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"dev": true,
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=14.21.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@biomejs/cli-linux-arm64": {
|
||||
"version": "1.9.4",
|
||||
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz",
|
||||
"integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
"dev": true,
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=14.21.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@biomejs/cli-linux-arm64-musl": {
|
||||
"version": "1.9.4",
|
||||
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz",
|
||||
"integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
"dev": true,
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=14.21.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@biomejs/cli-linux-x64": {
|
||||
"version": "1.9.4",
|
||||
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz",
|
||||
@@ -923,6 +991,40 @@
|
||||
"node": ">=14.21.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@biomejs/cli-win32-arm64": {
|
||||
"version": "1.9.4",
|
||||
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz",
|
||||
"integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
"dev": true,
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=14.21.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@biomejs/cli-win32-x64": {
|
||||
"version": "1.9.4",
|
||||
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz",
|
||||
"integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"dev": true,
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=14.21.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@capsizecss/unpack": {
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-2.4.0.tgz",
|
||||
|
||||
@@ -59,8 +59,6 @@
|
||||
"wrangler": "^3.114.8"
|
||||
},
|
||||
"lint-staged": {
|
||||
"src/**/*.{ts,tsx,astro,js,jsx}": [
|
||||
"biome check --write ."
|
||||
]
|
||||
"src/**/*.{ts,tsx,astro,js,jsx}": ["biome check --write ."]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,10 +31,7 @@
|
||||
"version": "1.0.0-a.2",
|
||||
"date": "12/07/2024",
|
||||
"extra": "This release is the second alpha release of the 1.0.0-alpha series. It includes a lot of bug fixes and improvements given the feedback we received from the first alpha release. This release is still not considered stable, but it's a big step towards the first stable release.",
|
||||
"features": [
|
||||
"Added support for macOS aaarch64!",
|
||||
"Some performance improvements"
|
||||
],
|
||||
"features": ["Added support for macOS aaarch64!", "Some performance improvements"],
|
||||
"fixes": [
|
||||
{
|
||||
"description": "Fixed rounded corners of browser views for some websites",
|
||||
@@ -49,18 +46,13 @@
|
||||
"issue": 50
|
||||
}
|
||||
],
|
||||
"breakingChanges": [
|
||||
"Removed support window's stub installer. It's under development."
|
||||
]
|
||||
"breakingChanges": ["Removed support window's stub installer. It's under development."]
|
||||
},
|
||||
{
|
||||
"version": "1.0.0-a.3",
|
||||
"date": "14/07/2024",
|
||||
"extra": "This release is the third alpha release of the 1.0.0-alpha series. One big feature of this release is the new workspaces feature. This feature allows you to create different workspaces with different tabs and configurations. This release also includes a lot of bug fixes and improvements.",
|
||||
"features": [
|
||||
"Added support for workspaces (Experimental)",
|
||||
"Better support for macOS aarch64"
|
||||
],
|
||||
"features": ["Added support for workspaces (Experimental)", "Better support for macOS aarch64"],
|
||||
"fixes": [
|
||||
{
|
||||
"description": "Fixed subwindows not being displayed correctly",
|
||||
@@ -262,9 +254,7 @@
|
||||
"issue": 89
|
||||
}
|
||||
],
|
||||
"breakingChanges": [
|
||||
"Changed the ID for flatpak to io.github.zen_browser.zen"
|
||||
]
|
||||
"breakingChanges": ["Changed the ID for flatpak to io.github.zen_browser.zen"]
|
||||
},
|
||||
{
|
||||
"version": "1.0.0-a.11",
|
||||
@@ -310,9 +300,7 @@
|
||||
"issue": 124
|
||||
}
|
||||
],
|
||||
"breakingChanges": [
|
||||
"Changed the ID for AppImage to io.github.zen_browser.zen"
|
||||
]
|
||||
"breakingChanges": ["Changed the ID for AppImage to io.github.zen_browser.zen"]
|
||||
},
|
||||
{
|
||||
"version": "1.0.0-a.12",
|
||||
@@ -363,9 +351,7 @@
|
||||
"version": "1.0.0-a.13",
|
||||
"date": "05/08/2024",
|
||||
"extra": "This is a smaller release to fix some bugs and improve some small details.\n\nIm going to try doing more frequent releases from now on, see how it goes.",
|
||||
"features": [
|
||||
"Allow to remember sidebar width even after collapsing it."
|
||||
],
|
||||
"features": ["Allow to remember sidebar width even after collapsing it."],
|
||||
"fixes": [
|
||||
{
|
||||
"description": "Task Manager Icon Missing in Flatpak Version",
|
||||
@@ -615,10 +601,7 @@
|
||||
"version": "1.0.0-a.30",
|
||||
"date": "26/08/2024",
|
||||
"extra": "This release is the thirtieth alpha release of the 1.0.0-alpha series.",
|
||||
"features": [
|
||||
"Added support for 24 more languages!",
|
||||
"Update installed mods from the browser settings"
|
||||
],
|
||||
"features": ["Added support for 24 more languages!", "Update installed mods from the browser settings"],
|
||||
"fixes": [
|
||||
{
|
||||
"description": "Letterboxing option is missing",
|
||||
@@ -903,10 +886,7 @@
|
||||
"description": "Fixed Mods not being applied to every single window opened"
|
||||
}
|
||||
],
|
||||
"breakingChanges": [
|
||||
"Removed Galaxy and Dream mods",
|
||||
"Removed the 'legacy-toolbar' preference"
|
||||
],
|
||||
"breakingChanges": ["Removed Galaxy and Dream mods", "Removed the 'legacy-toolbar' preference"],
|
||||
"themeChanges": [
|
||||
"Themes will now be able to have string and number values",
|
||||
"The configuration schema for mods has been updated. All current mods have been updated automatically."
|
||||
@@ -917,9 +897,7 @@
|
||||
"date": "23/09/2024",
|
||||
"workflowId": 11000317603,
|
||||
"extra": "This update addresses some significant issues with the previous release.\n\nWe appreciate your patience and support!",
|
||||
"features": [
|
||||
"Added a new system for handling keyboard shortcuts"
|
||||
],
|
||||
"features": ["Added a new system for handling keyboard shortcuts"],
|
||||
"fixes": [
|
||||
{
|
||||
"description": "The New Tab button is not visible",
|
||||
@@ -946,11 +924,7 @@
|
||||
"date": "24/09/2024",
|
||||
"workflowId": 11020784612,
|
||||
"extra": "This update is a small patch to fix some issues that weren't addressed in the previous release!",
|
||||
"features": [
|
||||
"Moved application menu button to the right",
|
||||
"Added new shortcuts",
|
||||
"Collapsed tab sidebar is now smaller"
|
||||
],
|
||||
"features": ["Moved application menu button to the right", "Added new shortcuts", "Collapsed tab sidebar is now smaller"],
|
||||
"fixes": [
|
||||
{
|
||||
"description": "Fixed issue with hovering over window control buttons (macOS)"
|
||||
@@ -974,12 +948,8 @@
|
||||
"Enabled container tabs by default",
|
||||
"Improved Expand Tabs on Hover layout"
|
||||
],
|
||||
"themeChanges": [
|
||||
"Toggle inputs will not use the themed tertiary color"
|
||||
],
|
||||
"breakingChanges": [
|
||||
"The keyboard shortcuts will be overriden by the defaults ones in this update"
|
||||
],
|
||||
"themeChanges": ["Toggle inputs will not use the themed tertiary color"],
|
||||
"breakingChanges": ["The keyboard shortcuts will be overriden by the defaults ones in this update"],
|
||||
"fixes": [
|
||||
{
|
||||
"description": "Fixed Firefox add-ons not updating",
|
||||
@@ -1151,10 +1121,7 @@
|
||||
"description": "Fixed about page linking 'global Community' to a Mozilla page"
|
||||
}
|
||||
],
|
||||
"features": [
|
||||
"About page will now display the Firefox version used",
|
||||
"Disabled forcing container grouping for workspaces"
|
||||
]
|
||||
"features": ["About page will now display the Firefox version used", "Disabled forcing container grouping for workspaces"]
|
||||
},
|
||||
{
|
||||
"version": "1.0.1-a.11",
|
||||
@@ -1266,9 +1233,7 @@
|
||||
"issue": 2156
|
||||
}
|
||||
],
|
||||
"breakingChanges": [
|
||||
"Removed Show Expand Button option from settings"
|
||||
],
|
||||
"breakingChanges": ["Removed Show Expand Button option from settings"],
|
||||
"themeChanges": [
|
||||
"The variable '--zen-main-browser-background' will now contain the generated gradient",
|
||||
"Added the 'unread' attribute for background tabs that haven't been accessed yet"
|
||||
@@ -1293,9 +1258,7 @@
|
||||
"description": "Fixed sidebar webpanels being in a darker contrast"
|
||||
}
|
||||
],
|
||||
"features": [
|
||||
"Added a confirmation dialog when the gradient generator has successfully saved the gradient"
|
||||
]
|
||||
"features": ["Added a confirmation dialog when the gradient generator has successfully saved the gradient"]
|
||||
},
|
||||
{
|
||||
"version": "1.0.1-a.15",
|
||||
@@ -1340,9 +1303,7 @@
|
||||
"issue": 2413
|
||||
}
|
||||
],
|
||||
"breakingChanges": [
|
||||
"Changed the default layout of the customizable UI buttons"
|
||||
],
|
||||
"breakingChanges": ["Changed the default layout of the customizable UI buttons"],
|
||||
"features": [
|
||||
"Added Zen Glance!",
|
||||
"Updated to the latest stable version of Firefox (132.0)",
|
||||
@@ -1368,9 +1329,7 @@
|
||||
"description": "Fixed wrong aligment on glance action buttons"
|
||||
}
|
||||
],
|
||||
"features": [
|
||||
"No new features, sorry"
|
||||
]
|
||||
"features": ["No new features, sorry"]
|
||||
},
|
||||
{
|
||||
"version": "1.0.1-a.17",
|
||||
@@ -2138,10 +2097,7 @@
|
||||
"date": "30/01/2025",
|
||||
"workflowId": 13062083313,
|
||||
"extra": "Quick fix for a critical bug that was introduced in the previous release.",
|
||||
"fixes": [
|
||||
"Fixed the browser not opening when having multiple windows",
|
||||
"Fixed macos fullscreen having a weird shadow"
|
||||
]
|
||||
"fixes": ["Fixed the browser not opening when having multiple windows", "Fixed macos fullscreen having a weird shadow"]
|
||||
},
|
||||
{
|
||||
"version": "1.7.5b",
|
||||
@@ -2198,9 +2154,7 @@
|
||||
"Fixed opening glance tabs on essentials messing up the sidebar",
|
||||
"Fixed pinned tabs appearing on normal container after a restart"
|
||||
],
|
||||
"features": [
|
||||
"Tabs can now be dragged into pinned tabs by dragging them into the workspace indicator"
|
||||
],
|
||||
"features": ["Tabs can now be dragged into pinned tabs by dragging them into the workspace indicator"],
|
||||
"workflowId": 13209591935,
|
||||
"date": "08/02/2025"
|
||||
},
|
||||
@@ -2289,9 +2243,7 @@
|
||||
"Fixed pinning a tab adding them to the essentials container",
|
||||
"Other small fixes for compact mode not animating properly"
|
||||
],
|
||||
"features": [
|
||||
"localhost and http URL will no longer be trimmed in single toolbar layout"
|
||||
],
|
||||
"features": ["localhost and http URL will no longer be trimmed in single toolbar layout"],
|
||||
"workflowId": 13530880093,
|
||||
"date": "25/02/2025"
|
||||
},
|
||||
@@ -2414,9 +2366,7 @@
|
||||
{
|
||||
"version": "1.10.3b",
|
||||
"extra": "Terribly sorry for the frequent updates, this emergency release simply updates Firefox, fixing a critical vulnerability in chromium's sandboxing system. You can read more here:\n\n<a href='https://cyberinsider.com/firefox-says-its-vulnerable-to-chromes-zero-day-used-in-espionage-attacks/'>https://cyberinsider.com/firefox-says-its-vulnerable-to-chromes-zero-day-used-in-espionage-attacks/</a>",
|
||||
"features": [
|
||||
"Updated Firefox to 136.0.4"
|
||||
],
|
||||
"features": ["Updated Firefox to 136.0.4"],
|
||||
"workflowId": 14109635630,
|
||||
"date": "27/03/2025"
|
||||
},
|
||||
@@ -2716,10 +2666,7 @@
|
||||
{
|
||||
"version": "1.12.5b",
|
||||
"extra": "",
|
||||
"fixes": [
|
||||
"A weird shadow with the URL bar.",
|
||||
"'All tabs' button appearing unexpectedly."
|
||||
],
|
||||
"fixes": ["A weird shadow with the URL bar.", "'All tabs' button appearing unexpectedly."],
|
||||
"features": [],
|
||||
"workflowId": 15024223699,
|
||||
"date": "14/05/2025"
|
||||
@@ -2737,13 +2684,8 @@
|
||||
"'All tabs' menu not showing any text when collapsed toolbar is enabled."
|
||||
],
|
||||
"security": "https://www.mozilla.org/en-US/security/advisories/mfsa2025-36/",
|
||||
"features": [
|
||||
"Updated to Firefox 138.0.4",
|
||||
"Better compact mode support for multiple toolbars."
|
||||
],
|
||||
"knownIssues": [
|
||||
"Selecting a tab on private mode doesn't scroll to make the tab visible."
|
||||
],
|
||||
"features": ["Updated to Firefox 138.0.4", "Better compact mode support for multiple toolbars."],
|
||||
"knownIssues": ["Selecting a tab on private mode doesn't scroll to make the tab visible."],
|
||||
"themeChanges": [
|
||||
"Changed the layout of workspaces and their icons internally to provide a more stable layout that doesn't require floating elements. We finally managed to get it to how we wanted it to be, so it will change less in the future."
|
||||
],
|
||||
@@ -2762,9 +2704,7 @@
|
||||
"Double clicking on the tab strip not opening a new tab.",
|
||||
"Dragging tabs with Glance open acting weird."
|
||||
],
|
||||
"features": [
|
||||
"A much better transition between workspaces gradients."
|
||||
],
|
||||
"features": ["A much better transition between workspaces gradients."],
|
||||
"workflowId": 15164169941,
|
||||
"image": false,
|
||||
"date": "21/05/2025"
|
||||
@@ -2777,9 +2717,7 @@
|
||||
"Site notifications not appearing unless hovering on the top part of the screen.",
|
||||
"Some issues with glance + split view"
|
||||
],
|
||||
"features": [
|
||||
"Private windows will now have 'private spaces'"
|
||||
],
|
||||
"features": ["Private windows will now have 'private spaces'"],
|
||||
"workflowId": 15193769814,
|
||||
"image": false,
|
||||
"date": "23/05/2025"
|
||||
@@ -2787,10 +2725,7 @@
|
||||
{
|
||||
"version": "1.12.9b",
|
||||
"extra": "This update includes some fixes, security updates, and a few changes! We've included both the updates for firefox 139.0 and 139.0.1 into the same release, since firefox 139.0 had some rendering issues on windows for NVIDIA users, we've waiting a day to release this update to ensure that the issues were resolved.",
|
||||
"fixes": [
|
||||
"Pinned and essential tabs not restoring their icons correctly",
|
||||
"Other issues with split views and glance"
|
||||
],
|
||||
"fixes": ["Pinned and essential tabs not restoring their icons correctly", "Other issues with split views and glance"],
|
||||
"changes": [
|
||||
"Unloaded tabs won't be dimmed unless they are explicitly discarded",
|
||||
"Context menu icons have been removed to provide a cleaner look and feel"
|
||||
@@ -2807,4 +2742,4 @@
|
||||
"image": false,
|
||||
"date": "30/05/2025"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
"extra": "",
|
||||
"fixes": [],
|
||||
"features": []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user