106a23369f
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@playform/compress](https://redirect.github.com/PlayForm/Compress) | dependencies | patch | [`0.1.1` -> `0.1.7`](https://renovatebot.com/diffs/npm/@playform%2fcompress/0.1.1/0.1.7) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>PlayForm/Compress (@​playform/compress)</summary> ### [`v0.1.7`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#017) [Compare Source](https://redirect.github.com/PlayForm/Compress/compare/043ced67e7e6ab4fc8594edf2702e834887ed015...c7d77c36f9704d08bb729c8fa5587aa807c3ef3f) ##### Added - Dependents stats for PlayForm/Compress badge to `README.md`. - `DEPENDENTS.md` file containing a list of repositories that depend on this package. ##### Changed - Updated `package.json` to include updated contact information and package dependencies. - Updated `README.md` to reflect the updated organization name in the URLs and images. ##### Fixed - Corrected a bug in `Source/Function/Integration.ts` where `Cache.Search` was not being set correctly. ### [`v0.1.6`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#016) [Compare Source](https://redirect.github.com/PlayForm/Compress/compare/a521ab429adf5c90f5b2f052eab191f0af144b3e...043ced67e7e6ab4fc8594edf2702e834887ed015) ##### Added - New Configuration folder with ESBuild.js and ESBuild.ts files - Added browserslist as a development dependency ##### Changed - Updated .npmignore to exclude the Configuration/ directory - Modified package.json scripts to use the new ESBuild configuration - Updated version to 0.1.6 - Enhanced error handling in CSS compression in Source/Function/Integration.ts - Updated Source/Interface/CSS/lightningcss.ts to set default value for unusedSymbols - Added targets to Source/Variable/CSS/lightningcss.ts ### [`v0.1.5`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#015) [Compare Source](https://redirect.github.com/PlayForm/Compress/compare/1267d3c7f8124b9da1567a27ee5755a81e7535a9...a521ab429adf5c90f5b2f052eab191f0af144b3e) ##### Changed - Updated dependencies - Typings update ### [`v0.1.4`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#014) [Compare Source](https://redirect.github.com/PlayForm/Compress/compare/661bc5bc86b65a7d5a70d057676cf6ee1a328eba...1267d3c7f8124b9da1567a27ee5755a81e7535a9) ##### Fixed - Fixes missing `Pipe.js` ### [`v0.1.3`](https://redirect.github.com/PlayForm/Compress/compare/2b9713fb8097bcddf384e3abba15d8fbccd4cdba...661bc5bc86b65a7d5a70d057676cf6ee1a328eba) [Compare Source](https://redirect.github.com/PlayForm/Compress/compare/2b9713fb8097bcddf384e3abba15d8fbccd4cdba...661bc5bc86b65a7d5a70d057676cf6ee1a328eba) ### [`v0.1.2`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#012) [Compare Source](https://redirect.github.com/PlayForm/Compress/compare/102cf84f487bbfc848632c07bf48291b7ea6559f...2b9713fb8097bcddf384e3abba15d8fbccd4cdba) ##### Added - New CLI functionality with `Compress` command - New `CLI.ts` and `Pipe.ts` functions for improved command-line operations - Added `commander` dependency for CLI support - Added `fast-glob` dependency for file pattern matching ##### Changed - Updated package name from `astro-compress` to `@playform/compress` - Updated various dependencies to their latest versions: - `@playform/pipe` from 0.1.0 to 0.1.1 - `deepmerge-ts` from 7.1.0 to 7.1.1 - `lightningcss` from 1.25.1 to 1.27.0 - `sharp` from 0.33.4 to 0.33.5 - `svgo` from 4.0.0-rc.0 to 3.3.2 - `terser` from 5.31.3 to 5.34.1 - `@playform/build` from 0.1.3 to 0.1.7 - Refactored and improved various TypeScript interfaces and types - Updated README with new installation instructions and badge styling - Updated README badges to use HTTPS URLs - Updated README table layout for better visual presentation - Updated dependency badges in README to use correct package name (`@playform/compress` instead of `@playform/inline`) - Updated README to remove unnecessary line breaks and improve spacing - Updated `Source/Function/Image/Writesharp.ts` to simplify an import statement - Added `Source/Function/CLI.ts` for command-line interface functionality - Added `Source/Interface/CLI.ts` to define the command-line interface - Updated `package.json` to include necessary CLI dependencies ##### Removed - Removed `Documentation/` directory (replaced with `docs/`) - Removed `Summary.md` file ##### Fixed - Various code improvements and refactoring for better type safety and performance - Fixed broken links in README badges - Fixed alignment and spacing issues in README table - Fixed incorrect package name in dependency badges </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
40 lines
1.6 KiB
JSON
40 lines
1.6 KiB
JSON
{
|
|
"name": "website",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "export NODE_OPTIONS=--max-old-space-size=22000 && astro dev",
|
|
"start": "export NODE_OPTIONS=--max-old-space-size=22000 && astro dev",
|
|
"check": "export NODE_OPTIONS=--max-old-space-size=22000 && astro check",
|
|
"build": "export NODE_OPTIONS=--max-old-space-size=22000 && astro build",
|
|
"preview": "export NODE_OPTIONS=--max-old-space-size=22000 && astro preview",
|
|
"astro": "export NODE_OPTIONS=--max-old-space-size=22000 && astro",
|
|
"dev-windows": "set NODE_OPTIONS=--max-old-space-size=22000 && astro dev",
|
|
"start-windows": "set NODE_OPTIONS=--max-old-space-size=22000 && astro dev",
|
|
"check-windows": "set NODE_OPTIONS=--max-old-space-size=22000 && astro check",
|
|
"build-windows": "set NODE_OPTIONS=--max-old-space-size=22000 && astro build",
|
|
"preview-windows": "set NODE_OPTIONS=--max-old-space-size=22000 && astro preview",
|
|
"astro-windows": "set NODE_OPTIONS=--max-old-space-size=22000 && astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "0.9.4",
|
|
"@astrojs/sitemap": "3.2.1",
|
|
"@astrojs/starlight": "0.31.1",
|
|
"@astrojs/starlight-tailwind": "3.0.0",
|
|
"@astrojs/tailwind": "5.1.5",
|
|
"@playform/compress": "0.1.7",
|
|
"astro": "5.1.9",
|
|
"astro-better-image-service": "2.1.2",
|
|
"astro-integration-lottie": "0.3.2",
|
|
"astro-robots-txt": "1.0.0",
|
|
"lottie-web": "5.12.2",
|
|
"prettier": "3.4.2",
|
|
"sharp": "0.33.5",
|
|
"starlight-blog": "0.16.1",
|
|
"starlight-image-zoom": "0.10.1",
|
|
"starlight-links-validator": "0.14.1",
|
|
"tailwindcss": "3.4.17",
|
|
"typescript": "5.7.3"
|
|
}
|
|
}
|