halkyonio / primaza-poc

Quarkus Primaza Application - POC
1 stars 7 forks source link

Bump org.webjars.npm:htmx.org from 1.9.3 to 2.0.1 #502

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 1 month ago

Bumps org.webjars.npm:htmx.org from 1.9.3 to 2.0.1.

Release notes

Sourced from org.webjars.npm:htmx.org's releases.

v2.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/bigskysoftware/htmx/compare/v2.0.0...v2.0.1

v2.0.0

What's Changed

... (truncated)

Changelog

Sourced from org.webjars.npm:htmx.org's changelog.

[2.0.1] - 2024-07-12

  • 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

[2.0.0] - 2024-06-17

[1.9.12] - 2024-04-17

[1.9.11] - 2024-03-15

  • Fix for new issue w/ web sockets & SSE on iOS 17.4 (thanks apple!)
  • Fix for double script execution issue when using template parsing
  • Fix TypeScript types file
  • Fix SSE Ext: reinstantiate EventSource listeners upon reconnection logic (#2272)

[1.9.10] - 2023-12-21

  • hx-on* attributes now support the form hx-on-, with a trailing dash, to better support template systems (such as EJS) that do not like double colons in HTML attributes.
  • Added an htmx.config.triggerSpecsCache configuration property that can be set to an object to cache the trigger spec parsing
  • Added a path-params.js extension for populating request paths with variable values
  • Many smaller bug fixes & improvements

[1.9.9] - 2023-11-21

  • Allow CSS selectors with whitespace in attributes like hx-target by using parens or curly-braces
  • Properly allow users to override the Content-Type request header
  • Added the select option to htmx.ajax()
  • Fixed a race condition in readystate detection that lead to htmx not being initialized in some scenarios with 3rd

... (truncated)

Commits
  • 79e0845 update CHANGELOG.md
  • 2f38ac7 add sha as an npm command and update for release
  • 2925d2c update changelog
  • b2791a7 update release
  • c3ecbcc update release
  • f751aba remove only top level files to keep the legacy extensions
  • ee13ae7 Merge remote-tracking branch 'origin/dev' into dev
  • 0f3b2b4 Let templates have plaintext as contents (fixes 2702) (#2708)
  • f38e057 Merge branch 'master' into dev
  • 89b9e2a Added a FastAPI + TailwindCSS + DaisyUI example (#2695)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 4 weeks ago

Superseded by #509.