Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump htmx.org from 1.8.6 to 1.9.11 #12065

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps htmx.org from 1.8.6 to 1.9.11.

Release notes

Sourced from htmx.org's releases.

v1.9.11

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from htmx.org's changelog.

[1.9.11] - 2024-04-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 party script loaders
  • Fixed a bug that caused relative resources to resolve against the wrong base URL when a new URL is pushed
  • Fixed a UI issue that could cause indicators to briefly flash

[1.9.8] - 2023-11-06

  • Fixed a few npm & build related issues

[1.9.7] - 2023-11-03

  • Fixed a bug where a button associated with a form that is swapped out of the DOM caused errors
  • The hx-target-error attribute was added to the response-targets extension, allowing you to capture all 400 & 500 responses with a single attribute
  • hx-on now properly supports multiple listeners
  • The hx-confirm prompt is now passed into custom confirmation handlers
  • next and previous are now valid extended CSS symbols in htmx
  • The htmx:beforeHistoryUpdate event was added
  • Properly ignore the dialog formmethod on buttons when resolving the HTTP method to use
  • Added a htmx.config.scrollIntoViewOnBoost option that may be set to false to disable scrolling the top of the body into view for boosted elements

[1.9.6] - 2023-09-22

  • IE support has been restored (thank you @​telroshan!)
  • Introduced the hx-disabled-elt attribute to allow specifying elements to disable during a request
  • You can now explicitly decide to ignore title tags found in new content via the ignoreTitle option in hx-swap and the htmx.config.ignoreTitle configuration variable.
  • hx-swap modifiers may be used without explicitly specifying the swap mechanism
  • Arrays are now supported in the client-side-templates extension
  • XSLT support in the client-side-templates extension

... (truncated)

Commits
  • 9b1e9bc update sha
  • f353023 fix previous firefox double exec fix fml
  • ea3beb6 firefox double exec fix fml
  • 3205e65 make install URLs versioned for extensions
  • 9a8e57a update CHANGELOG.md
  • 1754d8c prep for 1.9.11 release
  • 9849dd2 Merge remote-tracking branch 'origin/dev' into dev
  • 263c37e WS.js fix for Safari on iOS 17.4 (#2391)
  • 11799bc prep for 1.9.11 release
  • ef791c5 fix double script execution issue when using template parsing
  • 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 <dependency name> 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)

┆Issue is synchronized with this Jira Story

@dependabot dependabot bot added dependencies Pull requests that update a dependency file engineering frontend npm Used for dependabot PR's having to do with NPM labels Mar 18, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/htmx.org-1.9.11 branch 5 times, most recently from 66f5fa6 to 2d92337 Compare March 19, 2024 00:57
@mmmavis
Copy link
Collaborator

mmmavis commented Mar 19, 2024

@dependabot rebase

Bumps [htmx.org](https://github.com/bigskysoftware/htmx) from 1.8.6 to 1.9.11.
- [Release notes](https://github.com/bigskysoftware/htmx/releases)
- [Changelog](https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md)
- [Commits](bigskysoftware/htmx@v1.8.6...v1.9.11)

---
updated-dependencies:
- dependency-name: htmx.org
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/htmx.org-1.9.11 branch from 2d92337 to 5ad3751 Compare March 19, 2024 21:34
@mmmavis mmmavis self-assigned this Mar 19, 2024
@mmmavis mmmavis self-requested a review March 19, 2024 22:12
@mmmavis mmmavis merged commit 9abffb5 into main Mar 19, 2024
6 checks passed
@mmmavis mmmavis deleted the dependabot/npm_and_yarn/htmx.org-1.9.11 branch March 19, 2024 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file engineering frontend npm Used for dependabot PR's having to do with NPM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant