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

fix(deps): update dependency eta to v3 #286

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 13, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eta (source) ^1.14.2 || ^2.0.0 -> ^1.14.2 || ^2.0.0 || ^3.0.0 age adoption passing confidence
eta (source) 2.2.0 -> 3.5.0 age adoption passing confidence
eta (source) ^2.0.0 -> ^3.0.0 age adoption passing confidence

Release Notes

eta-dev/eta (eta)

v3.5.0: Version 3.5.0

Compare Source

v3.4.1: Version 3.4.1

Compare Source

Releases

v3.4.0: Version 3.4.0

Compare Source

TL;DR

  • More informative Eta Errors

Commits

v3.3.0: Version 3.3.0

Compare Source

Commits

v3.2.0: Version 3.2.0

Compare Source

Commits

v3.1.1: Version 3.1.1

Compare Source

Commits
  • fix: correctly escape string with debug: true 115721d
  • docs: add example of Deno import ee6d336

v3.1.0: Version 3.1.0

Compare Source

Commits

v3.0.3: Version 3.0.3

Compare Source

TL;DR
  • Fix an issue that made Deno usage not work
Commits
  • fix: update import to include extension 4e4a185

v3.0.2: Version 3.0.2

Compare Source

TL;DR

This release mainly includes changes in Eta's CI process, but also fixes the build on deno.land/x/eta (which was broken in 3.0.0 and 3.0.1).

Commits
  • ci: update coverage link 25b0f6d
  • fix: update GitHub Actions for coverage 9b936eb
  • feat: merge branch 'main' 6196295
  • ci: migrate CI to GitHub Actions 1a1409d
  • support deno (#​240) e975761
  • fix: add package-lock.json for CI 5ff4d89
  • feat: add GitHub Actions test 9088a19
  • feat: fix path in README 03921e3
  • feat: include .ts extensions (throws warnings but works) e3ab990

v3.0.1: Version 3.0.1

Compare Source

TL;DR
  • eta.module.mjs contained the 2.0.0 code 🤦
Commits
  • fix: eta.module.mjs was generated incorrectly 387d677

v3.0.0: Version 3.0.0

Compare Source

TL;DR

After months of work, I'm super excited to release Eta version 3! 🎉 🎉

The philosophy and end goal of Eta remain the same: to be a lightweight, developer-friendly, and very fast template engine. The syntax also remains almost exactly the same. Eta's API, however, has changed in some important ways. Head over to https://eta.js.org/ to learn more about the changes and begin migrating your code!

Commits
  • docs: update README.md 376deaf
  • fix: remove nonexistent dir from lint 8a9424d
  • fix: istanbul ignore empty function coverage 08b5b6c
  • test: add better error tests 4332989
  • fix: unclosed tag error message 2e51f43
  • feat: remove unnecessary promise code aeec694
  • feat: begin updating readme for eta v3 4620af9
  • chore: add attrib 41f0688
  • feat: add pretty runtime errors and functionHeader option df82f2c
  • chore: remove unnecessary line a3d4fbf
  • test: add and refine tests 33f8bd7
  • delete unnecessary templates cfb7aab
  • fix: merge body:__eta.res after ...it 83d56ef
  • feat: fix filepath caching e715f07
  • feat: add ESM browser build 5269d79
  • chore: remove examples directory a522489
  • chore: update benchmark page, remove non-embedded template engines 8e252a7
  • chore: update tests for v3 4fff2b5
  • chore: make conditional more clear ea37ebb
  • feat: changes to autoEscape and autoFilter e30a863
  • chore: update for eta v3 6eeffe9
  • chore: update for eta v3 6268397
  • chore: update test files for v3 code e7904ec
  • chore: remove deno build using denoify e16dca3
  • chore: remove denoify and unused eslint plugins d434792
  • chore: finish removing typedoc generation dca2680
  • build: remove typedoc generation cd31400
  • chore: rebuild 53beb48
  • feat: initial rewrite for version 3 f722c32

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/eta-3.x branch 5 times, most recently from 96614db to dd53d59 Compare June 20, 2023 05:09
@renovate renovate bot force-pushed the renovate/eta-3.x branch 7 times, most recently from 148d1ac to 51e70bf Compare June 27, 2023 04:49
@renovate renovate bot force-pushed the renovate/eta-3.x branch 5 times, most recently from 5425547 to 6b2a348 Compare July 6, 2023 19:45
@renovate renovate bot force-pushed the renovate/eta-3.x branch 4 times, most recently from 5704591 to b0b3220 Compare July 18, 2023 10:12
@renovate renovate bot force-pushed the renovate/eta-3.x branch from b0b3220 to 8fbf5a0 Compare July 20, 2023 19:44
@renovate renovate bot force-pushed the renovate/eta-3.x branch 8 times, most recently from faee3d0 to 30f5fb7 Compare August 8, 2023 06:41
@renovate renovate bot force-pushed the renovate/eta-3.x branch from 21363da to 3f2e84b Compare August 30, 2024 11:22
@renovate renovate bot force-pushed the renovate/eta-3.x branch 3 times, most recently from 07e8ce5 to ed06ab2 Compare September 19, 2024 09:21
@renovate renovate bot force-pushed the renovate/eta-3.x branch 3 times, most recently from 939bc18 to 1664d6d Compare September 22, 2024 07:33
@renovate renovate bot force-pushed the renovate/eta-3.x branch 3 times, most recently from 0d45ca7 to 891b231 Compare October 2, 2024 16:38
@renovate renovate bot force-pushed the renovate/eta-3.x branch 2 times, most recently from 19537f0 to 88e07dd Compare October 22, 2024 01:15
@renovate renovate bot force-pushed the renovate/eta-3.x branch 2 times, most recently from 54729d6 to 60760a7 Compare October 29, 2024 20:27
@renovate renovate bot force-pushed the renovate/eta-3.x branch 2 times, most recently from 87418ae to 676792c Compare November 10, 2024 06:52
@renovate renovate bot force-pushed the renovate/eta-3.x branch 4 times, most recently from 20c916f to a59ca65 Compare November 18, 2024 21:33
@renovate renovate bot force-pushed the renovate/eta-3.x branch from a59ca65 to db85eab Compare November 23, 2024 13:10
@renovate renovate bot force-pushed the renovate/eta-3.x branch 2 times, most recently from 48b5314 to 6603a82 Compare December 6, 2024 17:08
@renovate renovate bot changed the title chore(deps): update dependency eta to v3 fix(deps): update dependency eta to v3 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/eta-3.x branch 4 times, most recently from 6d55eeb to 64487e4 Compare December 21, 2024 13:40
@renovate renovate bot force-pushed the renovate/eta-3.x branch from 64487e4 to fede852 Compare January 5, 2025 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants