heyajulia / energieprijzen

A bot that posts tomorrow's ANWB Energie prices to a Telegram channel every day.
https://t.me/s/energieprijzen
MIT License
0 stars 0 forks source link

Bump github.com/a-h/templ from 0.2.543 to 0.2.598 #45

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps github.com/a-h/templ from 0.2.543 to 0.2.598.

Release notes

Sourced from github.com/a-h/templ's releases.

v0.2.598

Big changes

  • Added fsnotify-based hot reload - big improvement to the --watch command - a-h/templ#470
  • Introduced support for CSS args - https://templ.guide/syntax-and-usage/css-style-management#css-component-arguments
  • Updated minimum Go version to 1.21 from 1.20 - 1.20 hit end of life on 06 Feb 2024.
  • Complete rewrite of Go expression parsing, Go parsing now uses go/ast which means that multiline Go expressions are now supported. This is a big change. To test it, I wrote a new fuzzing suite, and generated code for over 1000 public Github projects - a-h/templ#461 - so I'm confident in it, but given the variation of how people write code, there's still risk.

Changelog

New Contributors

... (truncated)

Commits
  • 2a7ab84 chore: fix typo
  • 0ac072f chore(docs): add inline component example (#565)
  • edb6b55 fix: ensure relative paths can be processed, fixes #570
  • 8f039c9 chore: update minimum go version to 1.21 (#573)
  • ba05087 fix: a few more nits on parser changes
  • c1851f1 fix: a few more nits on parser changes
  • 339ce2c fix: boolean expression format, fixes #571
  • 6c2f65f fix: parse issue with templ component variables, fixes #571 (#572)
  • 925e7a1 fix: guard from index out of bounds error in function parsing (#568)
  • 5d4b87f docs: fix gin html status code overwrite and provide fallback renderer (#550)
  • 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)