jeremybanka / wayforge

TypeScript monorepo. Home of Atom.io.
https://atom.io.fyi
2 stars 2 forks source link

chore(deps): update dependency htmx.org to v2 #2254

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
htmx.org (source) 1.9.12 -> 2.0.1 age adoption passing confidence

Release Notes

bigskysoftware/htmx (htmx.org) ### [`v2.0.1`](https://togithub.com/bigskysoftware/htmx/blob/HEAD/CHANGELOG.md#201---2024-07-12) [Compare Source](https://togithub.com/bigskysoftware/htmx/compare/v2.0.0...v2.0.1) - Make the `/dist/htmx.esm.js` file the `main` file in `package.json` to make installing htmx smoother - Update `htmx.d.ts` & include it in the distribution - A fix to avoid removing text-only templates on htmx cleanup - A fix for outerHTML swapping of the `body` tag - Many docs fixes ### [`v2.0.0`](https://togithub.com/bigskysoftware/htmx/blob/HEAD/CHANGELOG.md#200---2024-06-17) [Compare Source](https://togithub.com/bigskysoftware/htmx/compare/v1.9.12...v2.0.0) - Removed extensions and moved to their own repos linked off of - The website now supports dark mode! (Thanks [@​pokonski](https://togithub.com/pokonski)!) - The older, deprecated [SSE & WS](https://v1.htmx.org/docs/#websockets-and-sse) attributes were removed - Better support for [Web Components & Shadow DOM](https://htmx.org/examples/web-components/) - HTTP `DELETE` requests now use parameters, rather than form encoded bodies, for their payload (This is in accordance w/ the spec.) - Module support was split into different files: - We now provide specific files in `/dist` for the various JavaScript module styles: - ESM Modules: `/dist/htmx.esm.js` - AMD Modules: `/dist/htmx.amd.js` - CJS Modules: `/dist/htmx.cjs.js` - The `/dist/htmx.js` file continues to be browser-loadable - The `hx-on` attribute, with its special syntax, has been removed in favor of the less-hacky `hx-on:` syntax. - See the [Upgrade Guide](https://htmx.org/migration-guide-htmx-1/) for more details on upgrade steps - The `selectAndSwap()` internal API method was replaced with the public (and much better) [`swap()`](/api/#swap) method

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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.



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

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
atom-io-fyi ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 12, 2024 7:26pm
wayfarer-quest ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 12, 2024 7:26pm
changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: 529f6535d7eba023f9b566287ccb9944f50dfdae

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

coveralls commented 1 month ago

Coverage Status

coverage: 91.614%. remained the same when pulling 529f6535d7eba023f9b566287ccb9944f50dfdae on renovate/htmx.org-2.x into ce8e2d0b1803a8ce79f42fc83fb02eadc4169968 on main.