deptoolkit
deptoolkit copied to clipboard
The Toolkit API, app, and browser extension. Start preserving now.
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.16 to 2.9.18. Changelog Sourced from vite's changelog. 2.9.18 (2024-03-24) fix: port #15653 to v2 (#15657) (1f855dc), closes #15653 #15657 fix: port #16250 to v2 (#16254) (011bbca),...
Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
- [x] [Public bucket](https://s3.console.aws.amazon.com/s3/buckets/deptoolkit-public?region=eu-central-1&tab=objects) - [ ] S3-write-only IAM role
Since we've moved to SvelteKit, the [available `fetch` object](https://kit.svelte.dev/docs#loading-input-fetch) is a little different... which requires an absolute URL, otherwise this error crops up: ``` (node:96340) UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_URL]: Invalid URL:...
Could a Mastodon account be worthwhile for the project? A Mastodon account for the project would have several advantages: you would no longer have to rely on Twitter as a...
We're including a base64-encoded screenshot PNG which, disappointingly, is only the visible part of the screen (see `[browser.tabs.captureVisibleTab](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/Tabs/captureVisibleTab)`). Moving to a full-page screenshot will involve some fiddling with simulating a...
Right now we're following procedure recommended by [SingleFile](https://github.com/gildas-lormeau/SingleFile/wiki/How-to-integrate-the-API-of-SingleFile-into-an-extension) to accomplish this. The result, however, is a considerable skew given that the SingleFile code, which we understand and intend to use...
Bumps [undici](https://github.com/nodejs/undici) to 5.28.4 and updates ancestor dependency [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit). These dependencies need to be updated together. Updates `undici` from 5.20.0 to 5.28.4 Release notes Sourced from undici's releases. v5.28.4 :warning:...
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.30.4 to 2.8.3. Release notes Sourced from @sveltejs/kit's releases. @sveltejs/kit@2.8.3 Patch Changes fix: ensure error messages are escaped (#13050) fix: escape values included in dev 404 page...