pwa-asset-generator
pwa-asset-generator copied to clipboard
Automates PWA asset generation and image declaration. Automatically generates icon and splash screen images, favicons and mstile images. Updates manifest.json and index.html files with the generated i...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.5.0 to 16.1.2. Release notes Sourced from lint-staged's releases. v16.1.2 Patch Changes #1570 a7c0c88 Thanks @ItsNickBarry! - When using --diff-filter with the D option to include deleted...
Bumps [eslint](https://github.com/eslint/eslint) from 9.23.0 to 9.29.0. Release notes Sourced from eslint's releases. v9.29.0 Features f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic) 19cdd22 feat: prune...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.23.0 to 9.29.0. Release notes Sourced from @eslint/js's releases. v9.29.0 Features f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic) 19cdd22 feat: prune...
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.17.0 to 17.20.0. Release notes Sourced from eslint-plugin-n's releases. v17.20.0 17.20.0 (2025-06-12) 🌟 Features no-top-level-await: add support for await using (#447) (88dea92) v17.19.0 17.19.0 (2025-06-02) 🌟 Features...
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 3.0.8 to 3.0.9. Commits 2ceedf4 3.0.9 647447b check windows tweak (#115) See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 24.2.3 to 24.2.5. Release notes Sourced from semantic-release's releases. v24.2.5 24.2.5 (2025-05-23) Bug Fixes deps: raise the minimum of the defined range for marked-terminal (#3742) (fb1ccd4) v24.2.4...
Bumps [chrome-launcher](https://github.com/GoogleChrome/chrome-launcher) from 1.1.2 to 1.2.0. Release notes Sourced from chrome-launcher's releases. v1.2.0 Features feat: Support --remote-debugging-pipe by @Rob--W in GoogleChrome/chrome-launcher#347 Changes Update --headless=new status docs to post-Chrome 132 by...
Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 11.0.1 to 11.0.3. Release notes Sourced from @semantic-release/github's releases. v11.0.3 11.0.3 (2025-05-25) Bug Fixes deps: update octokit monorepo (major) (#1049) (b60a983) v11.0.2 11.0.2 (2025-04-25) Bug Fixes deps:...
Hi, I am using the `appleDeviceSpecsForLaunchImages` in my Next.js application to dynamically create splash screen images for the different screen sizes. This works perfectly fine in local dev and prod...