AVGVSTVS96 / astroSite

Built with Astro and TailwindCSS, this MPA portfolio & blog site is version 3 of my personal website, my first MPA.
https://astrosite-aid.pages.dev/
GNU Affero General Public License v3.0
0 stars 0 forks source link

chore(dev-deps): update dev-dependencies group #429

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) ^3.3.0 -> ^3.3.2 age adoption passing confidence
prettier-plugin-tailwindcss ^0.6.1 -> ^0.6.5 age adoption passing confidence
wrangler (source) ^3.58.0 -> ^3.61.0 age adoption passing confidence

Release Notes

prettier/prettier (prettier) ### [`v3.3.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) [diff](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) ##### Fix handlebars path expressions starts with `@` ([#​16358](https://togithub.com/prettier/prettier/pull/16358) by [@​Princeyadav05](https://togithub.com/Princeyadav05)) ```hbs {{! Input }}
{{@​x.y.z}}
{{! Prettier 3.3.1 }}
{{@​x}}
{{! Prettier 3.3.2 }}
{{@​x.y.z}}
``` ### [`v3.3.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#331) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1) [diff](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1) ##### Preserve empty lines in front matter ([#​16347](https://togithub.com/prettier/prettier/pull/16347) by [@​fisker](https://togithub.com/fisker)) ```markdown --- foo: - bar1 - bar2 - bar3 --- Markdown --- foo: - bar1 - bar2 - bar3 --- Markdown --- foo: - bar1 - bar2 - bar3 --- Markdown ``` ##### Preserve explicit language in front matter ([#​16348](https://togithub.com/prettier/prettier/pull/16348) by [@​fisker](https://togithub.com/fisker)) ```markdown ---yaml title: Hello slug: home --- --- title: Hello slug: home --- ---yaml title: Hello slug: home --- ``` ##### Avoid line breaks in import attributes ([#​16349](https://togithub.com/prettier/prettier/pull/16349) by [@​fisker](https://togithub.com/fisker)) ```jsx // Input import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; // Prettier 3.3.0 import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; // Prettier 3.3.1 import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; ```
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss) ### [`v0.6.5`](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#065---2024-06-17) [Compare Source](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.4...v0.6.5) - Only re-apply string escaping when necessary ([#​295](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/295)) ### [`v0.6.4`](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#064---2024-06-12) [Compare Source](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.3...v0.6.4) - Export `PluginOptions` type ([#​292](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/292)) ### [`v0.6.3`](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#063---2024-06-11) [Compare Source](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.2...v0.6.3) - Improve detection of string concatenation ([#​288](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/288)) ### [`v0.6.2`](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#062---2024-06-07) [Compare Source](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.1...v0.6.2) ##### Changed - Only remove duplicate Tailwind classes ([#​277](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/277)) - Make sure escapes in classes are preserved in string literals ([#​286](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/286))
cloudflare/workers-sdk (wrangler) ### [`v3.61.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3610) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.60.3...wrangler@3.61.0) ##### Minor Changes - [#​5995](https://togithub.com/cloudflare/workers-sdk/pull/5995) [`374bc44`](https://togithub.com/cloudflare/workers-sdk/commit/374bc44cce65e2f83f10452122719d3ab28827b3) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - feat: allow Durable Object migrations to be overridable in environments By making the `migrations` key inheritable, users can provide different migrations for each wrangler.toml environment. Resolves [#​729](https://togithub.com/cloudflare/workers-sdk/issues/729) ##### Patch Changes - [#​6039](https://togithub.com/cloudflare/workers-sdk/pull/6039) [`dc597a3`](https://togithub.com/cloudflare/workers-sdk/commit/dc597a38218b428141c55c4e65633953c87ed180) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - fix: hybrid nodejs compat now supports requiring the default export of a CJS module Fixes [#​6028](https://togithub.com/cloudflare/workers-sdk/issues/6028) - [#​6051](https://togithub.com/cloudflare/workers-sdk/pull/6051) [`15aff8f`](https://togithub.com/cloudflare/workers-sdk/commit/15aff8f6e6ce533f25495193e702a6bec76fa81c) Thanks [@​threepointone](https://togithub.com/threepointone)! - fix: Don't check expiry dates on custom certs Fixes [https://github.com/cloudflare/workers-sdk/issues/5964](https://togithub.com/cloudflare/workers-sdk/issues/5964) For `wrangler dev`, we don't have to check whether certificates have expired when they're provided by the user. - [#​6052](https://togithub.com/cloudflare/workers-sdk/pull/6052) [`b4c0233`](https://togithub.com/cloudflare/workers-sdk/commit/b4c02333829c2312f883e897f812f9877dba603a) Thanks [@​threepointone](https://togithub.com/threepointone)! - chore: Add `.wrangler` and `.DS_Store` to `.gitignore` generated by `wrangler init` This commit adds a small QOL improvement to `init` (to be deprecated in the future), for those who still use this wrangler command. - [#​6050](https://togithub.com/cloudflare/workers-sdk/pull/6050) [`a0c3327`](https://togithub.com/cloudflare/workers-sdk/commit/a0c3327dd63059d3e24085a95f48f8a98605c49f) Thanks [@​threepointone](https://togithub.com/threepointone)! - chore: Normalize more deps This is the last of the patches that normalize dependencies across the codebase. In this batch: `ws`, `vitest`, `zod` , `rimraf`, `@types/rimraf`, `ava`, `source-map`, `glob`, `cookie`, `@types/cookie`, `@microsoft/api-extractor`, `@types/mime`, `@types/yargs`, `devtools-protocol`, `@vitest/ui`, `execa`, `strip-ansi` This patch also sorts dependencies in every `package.json` - [#​6029](https://togithub.com/cloudflare/workers-sdk/pull/6029) [`f5ad1d3`](https://togithub.com/cloudflare/workers-sdk/commit/f5ad1d3e562ce63b59f6ab136f1cdd703605bca4) Thanks [@​threepointone](https://togithub.com/threepointone)! - chore: Normalize some dependencies in workers-sdk This is the first of a few expected patches that normalize dependency versions, This normalizes `undici`, `concurrently`, `@types/node`, `react`, `react-dom`, `@types/react`, `@types/react-dom`, `eslint`, `typescript`. There are no functional code changes (but there are a couple of typecheck fixes). - [#​6046](https://togithub.com/cloudflare/workers-sdk/pull/6046) [`c643a81`](https://togithub.com/cloudflare/workers-sdk/commit/c643a8193a3c0739b33d3c0072ae716bc8f1565b) Thanks [@​threepointone](https://togithub.com/threepointone)! - chore: Normalize more dependencies. Follow up to [https://github.com/cloudflare/workers-sdk/pull/6029](https://togithub.com/cloudflare/workers-sdk/pull/6029), this normalizes some more dependencies : `get-port`, `chalk`, `yargs`, `toucan-js`, `@typescript-eslint/parser`, `@typescript-eslint/eslint-plugin`, `esbuild-register`, `hono`, `glob-to-regexp`, `@cloudflare/workers-types` - [#​6058](https://togithub.com/cloudflare/workers-sdk/pull/6058) [`31cd51f`](https://togithub.com/cloudflare/workers-sdk/commit/31cd51f251050b0d6db97857a8d1d5427c855d99) Thanks [@​threepointone](https://togithub.com/threepointone)! - chore: Quieter builds This patch cleans up warnings we were seeing when doing a full build. Specifically: - fixtures/remix-pages-app had a bunch of warnings about impending features that it should be upgraded to, so I did that. (tbh this one needs a full upgrade of packages, but we'll get to that later when we're upgrading across the codebase) - updated `@microsoft/api-extractor` so it didn't complain that it didn't match the `typescript` version (that we'd recently upgraded) - it also silenced a bunch of warnings when exporting types from `wrangler`. We'll need to fix those, but we'll do that when we work on unstable_dev etc. - workers-playground was complaining about the size of the bundle being generated, so I increased the limit on it - [#​6043](https://togithub.com/cloudflare/workers-sdk/pull/6043) [`db66101`](https://togithub.com/cloudflare/workers-sdk/commit/db661015d37ce75c021413e3ca7c4f0488790cbc) Thanks [@​threepointone](https://togithub.com/threepointone)! - fix: avoid esbuild warning when running dev/bundle I've been experimenting with esbuild 0.21.4 with wrangler. It's mostly been fine. But I get this warning every time â–² [WARNING] Import "__INJECT_FOR_TESTING_WRANGLER_MIDDLEWARE__" will always be undefined because there is no matching export in "src/index.ts" [import-is-undefined] .wrangler/tmp/bundle-Z3YXTd/middleware-insertion-facade.js:8:23: 8 │ .....(OTHER_EXPORTS.__INJECT_FOR_TESTING_WRANGLER_MIDDLEWARE__ ?? []), ╵ This is because esbuild@0.18.5 enabled a warning by default whenever an undefined import is accessed on an imports object. However we abuse imports to inject stuff in `middleware.test.ts`. A simple fix is to only inject that code in tests. - [#​6062](https://togithub.com/cloudflare/workers-sdk/pull/6062) [`267761b`](https://togithub.com/cloudflare/workers-sdk/commit/267761b3f5a60e9ea72067d42302895f9d459460) Thanks [@​WalshyDev](https://togithub.com/WalshyDev)! - fix: typo in `wrangler d1 execute` saying "Databas" instead of "Database" - [#​6064](https://togithub.com/cloudflare/workers-sdk/pull/6064) [`84e6aeb`](https://togithub.com/cloudflare/workers-sdk/commit/84e6aeb189a4f385c49b7c6d451d0613186b29be) Thanks [@​helloimalastair](https://togithub.com/helloimalastair)! - fix: Wrangler is now able to upload files to local R2 buckets above the 300 MiB limit - Updated dependencies \[[`a0c3327`](https://togithub.com/cloudflare/workers-sdk/commit/a0c3327dd63059d3e24085a95f48f8a98605c49f), [`f5ad1d3`](https://togithub.com/cloudflare/workers-sdk/commit/f5ad1d3e562ce63b59f6ab136f1cdd703605bca4), [`31cd51f`](https://togithub.com/cloudflare/workers-sdk/commit/31cd51f251050b0d6db97857a8d1d5427c855d99)]: - miniflare@3.20240610.1 - [@​cloudflare/kv-asset-handler](https://togithub.com/cloudflare/kv-asset-handler)[@​0](https://togithub.com/0).3.3 ### [`v3.60.3`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3603) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.60.2...wrangler@3.60.3) ##### Patch Changes - [#​6025](https://togithub.com/cloudflare/workers-sdk/pull/6025) [`122ef06`](https://togithub.com/cloudflare/workers-sdk/commit/122ef0681a8aa5338993cb21f111f84ef5c3a443) Thanks [@​IgorMinar](https://togithub.com/IgorMinar)! - fix: avoid path collisions between performance and Performance Node.js polyfills It turns out that ESBuild paths are case insensitive, which can result in path collisions between polyfills for `globalThis.performance` and `globalThis.Performance`, etc. This change ensures that we encode all global names to lowercase and decode them appropriately. - [#​6009](https://togithub.com/cloudflare/workers-sdk/pull/6009) [`169a9fa`](https://togithub.com/cloudflare/workers-sdk/commit/169a9fa260b7cb76cf5ef9e9e29a4fd33af8cf2f) Thanks [@​RamIdeas](https://togithub.com/RamIdeas)! - fix: reduce the number of parallel file reads on Windows to avoid EMFILE type errors Fixes [#​1586](https://togithub.com/cloudflare/workers-sdk/issues/1586) - [`53acdbc`](https://togithub.com/cloudflare/workers-sdk/commit/53acdbc00a95e621d90d225d943c36df41768571) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - fix: warn if user tries normal deploy when in the middle of a gradual version rollout - Updated dependencies \[[`c4146fc`](https://togithub.com/cloudflare/workers-sdk/commit/c4146fc021cbb0556cc95899184b7a44d58ad77c)]: - miniflare@3.20240610.0 ### [`v3.60.2`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3602) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.60.1...wrangler@3.60.2) ##### Patch Changes - [#​5307](https://togithub.com/cloudflare/workers-sdk/pull/5307) [`e6a3d24`](https://togithub.com/cloudflare/workers-sdk/commit/e6a3d243a73f0101d57e6e35c25585884ebea674) Thanks [@​achanda](https://togithub.com/achanda)! - fix: add more timePeriods to `wrangler d1 insights` This PR updates `wrangler d1 insights` to accept arbitrary timePeriod values up to 31 days. ### [`v3.60.1`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3601) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.60.0...wrangler@3.60.1) ##### Patch Changes - [#​6002](https://togithub.com/cloudflare/workers-sdk/pull/6002) [`f1f1834`](https://togithub.com/cloudflare/workers-sdk/commit/f1f18347ddfff509a58acea2a815c40fe86fd56c) Thanks [@​GregBrimble](https://togithub.com/GregBrimble)! - Revert a change in 3.60.0 which incorrectly batched assets for Pages uploads ([https://github.com/cloudflare/workers-sdk/pull/5632](https://togithub.com/cloudflare/workers-sdk/pull/5632)). ### [`v3.60.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3600) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.59.0...wrangler@3.60.0) ##### Minor Changes - [#​5878](https://togithub.com/cloudflare/workers-sdk/pull/5878) [`1e68fe5`](https://togithub.com/cloudflare/workers-sdk/commit/1e68fe5448ffa4d0551dc7255405983c329235c8) Thanks [@​IgorMinar](https://togithub.com/IgorMinar)! - feat: add experimental support for hybrid Node.js compatibility *This feature is experimental and not yet available for general consumption.* Use a combination of workerd Node.js builtins (behind the `experimental:nodejs_compat_v2` flag) and Unenv polyfills (configured to only add those missing from the runtime) to provide a new more effective Node.js compatibility approach. - [#​5988](https://togithub.com/cloudflare/workers-sdk/pull/5988) [`e144f63`](https://togithub.com/cloudflare/workers-sdk/commit/e144f63f8c418c77a3b73d387f7e7d22e8f1f730) Thanks [@​RamIdeas](https://togithub.com/RamIdeas)! - feature: rename the `wrangler secret:bulk` command to `wrangler secret bulk` The old command is now deprecated (but still functional) and will be removed in a future release. The new command is now more consistent with the rest of the wrangler CLI commands. - [#​5989](https://togithub.com/cloudflare/workers-sdk/pull/5989) [`35b1a2f`](https://togithub.com/cloudflare/workers-sdk/commit/35b1a2f59bf0849e65782a278463cd0c3d294817) Thanks [@​RamIdeas](https://togithub.com/RamIdeas)! - feature: rename `wrangler kv:...` commands to `wrangler kv ...` The old commands are now deprecated (but still functional) and will be removed in a future release. The new commands are now more consistent with the rest of the wrangler CLI commands. - [#​5861](https://togithub.com/cloudflare/workers-sdk/pull/5861) [`1cc52f1`](https://togithub.com/cloudflare/workers-sdk/commit/1cc52f14c70112f5257263a4adee0c54add3a00d) Thanks [@​zebp](https://togithub.com/zebp)! - feat: allow for Pages projects to upload sourcemaps Pages projects can now upload sourcemaps for server bundles to enable remapped stacktraces in realtime logs when deployed with `upload_source_map` set to `true` in `wrangler.toml`. ##### Patch Changes - [#​5939](https://togithub.com/cloudflare/workers-sdk/pull/5939) [`21573f4`](https://togithub.com/cloudflare/workers-sdk/commit/21573f4fd3484145405c5666b4dc9f7338f56887) Thanks [@​penalosa](https://togithub.com/penalosa)! - refactor: Adds the experimental flag `--x-dev-env` which opts in to using an experimental code path for `wrangler dev` and `wrangler dev --remote`. There should be no observable behaviour changes when this flag is enabled. - [#​5934](https://togithub.com/cloudflare/workers-sdk/pull/5934) [`bac79fb`](https://togithub.com/cloudflare/workers-sdk/commit/bac79fb7379941cd70d3a99d0d2cdb23e2409e50) Thanks [@​dbenCF](https://togithub.com/dbenCF)! - fix: Update create KV namespace binding details message for easier implementation - [#​5927](https://togithub.com/cloudflare/workers-sdk/pull/5927) [`6f83641`](https://togithub.com/cloudflare/workers-sdk/commit/6f836416446e3c04656d17477bcbbd39386622b5) Thanks [@​CarmenPopoviciu](https://togithub.com/CarmenPopoviciu)! - fix: Clean `pages dev` terminal ouput This work includes a series of improvements to the `pages dev` terminal output, in an attempt to make this output more structured, organised, cleaner, easier to follow, and therefore more helpful for our users <3 - [#​5960](https://togithub.com/cloudflare/workers-sdk/pull/5960) [`e648825`](https://togithub.com/cloudflare/workers-sdk/commit/e6488257f9376d415d970b045d77f0223d2f7884) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - fix: avoid injecting esbuild watch stubs into production Worker code When we added the ability to include additional modules in the deployed bundle of a Worker, we inadvertently also included some boiler plate code that is only needed at development time. This fix ensures that this code is only injected if we are running esbuild in watch mode (e.g. `wrangler dev`) and not when building for deployment. It is interesting to note that this boilerplate only gets included in the production code if there is an import of CommonJS code in the Worker, which esbuild needs to convert to an ESM import. Fixes [#​4269](https://togithub.com/cloudflare/workers-sdk/issues/4269) - Updated dependencies \[[`ab95473`](https://togithub.com/cloudflare/workers-sdk/commit/ab9547380fd6fbc1d20c8dd4211faedbe94e5b33)]: - miniflare@3.20240605.0 ### [`v3.59.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3590) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.58.0...wrangler@3.59.0) ##### Minor Changes - [#​5963](https://togithub.com/cloudflare/workers-sdk/pull/5963) [`bf803d7`](https://togithub.com/cloudflare/workers-sdk/commit/bf803d74c2bd1fc9f6e090bad08db09c6ff88246) Thanks [@​Skye-31](https://togithub.com/Skye-31)! - Feature: Add support for hiding the `"unsafe" fields are experimental` warning using an environment variable By setting `WRANGLER_DISABLE_EXPERIMENTAL_WARNING` to any truthy value, these warnings will be hidden. ##### Patch Changes - Updated dependencies \[[`bdbb7f8`](https://togithub.com/cloudflare/workers-sdk/commit/bdbb7f890d3fa5b6fa7ac79a3bb650ece9417fb2)]: - miniflare@3.20240524.2

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

cloudflare-workers-and-pages[bot] commented 3 months ago

Deploying astrosite with  Cloudflare Pages  Cloudflare Pages

Latest commit: 868d15c
Status: âœ…  Deploy successful!
Preview URL: https://aa3d812a.astrosite-aid.pages.dev
Branch Preview URL: https://renovate-dev-dependencies.astrosite-aid.pages.dev

View logs

codesandbox[bot] commented 3 months ago

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview