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

Update dependency teddy to v0.6.19 #1467

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
teddy 0.6.9 -> 0.6.19 age adoption passing confidence

Release Notes

rooseveltframework/teddy (teddy)

v0.6.19

Compare Source

  • Made client-side Teddy parser a bit more tolerant of bad markup.

v0.6.18

Compare Source

  • Fixed a bug which caused client-side Teddy to rename yet more form elements accidentally.

v0.6.17

Compare Source

  • Fixed a bug which caused client-side Teddy to handle array length lookups differently from cheerio-driven Teddy.
  • Fixed a bug which caused client-side Teddy to crash if extra spaces were in markup attribute lists.
  • Fixed a bug which caused client-side Teddy to return the wrong data with 2 or more layers of object lookups if the object keys were camelCase.
  • Fixed a bug which caused client-side Teddy to rename some form elements accidentally.
  • Updated various dependencies.

v0.6.16

Compare Source

  • Fixed a bug which caused client-side Teddy to fail in some situations like putting a <loop> in a <select> element.
  • Deprecated a test that tests for passing numeric arguments to include tags, since this violates HTML grammar and never should've worked to begin with. It may still work with cheerio-driven Teddy because cheerio's parser is more forgiving than a standards-compliant one unless and until cheerio deprecates support for that itself. Client-side Teddy will not support it, so for consistency the test has been removed.
  • Updated various dependencies.

v0.6.15

Compare Source

  • Fixed a bug which caused the cheerio-driven modules to not work client-side if you choose to use them there.
  • Updated various dependencies.

v0.6.14

Compare Source

  • Finsihed work on cheerioPolyfill.js which makes it possible for Teddy to execute in client-side contexts without using cheerio, allowing for a very small bundle size for client-side Teddy (17kb minified).
  • Fixed client-side tests to test Teddy in the browser properly.
  • Refactored tests to improve maintainability.
  • Updated various dependencies.

v0.6.13

Compare Source

  • Removed xregexp and html-entities dependencies. Also Replaced cheerio with cheerio/slim. These changes have reduced bundle size significantly.
  • Began work on cheerioPolyfill.js which will allow Teddy to execute in client-side contexts without using cheerio. This will result in even smaller bundle sizes (currently around 16kb minified), however the work is unfinished.
  • Updated various dependencies.

v0.6.12

Compare Source

  • Downgraded cheerio to prevent webpack errors when using Teddy on frontend.
  • Updated various dependencies.

v0.6.11

Compare Source

  • Added new setting teddy.setEmptyVarBehavior('hide') that will make it possible for variables which don't resolve to display as empty strings instead of displaying the variable.

v0.6.10

Compare Source

  • Added support for template literal ${templateLiteral} variables.
  • Fixed bug that caused Teddy to crash if you attempted to loop through a Set.
  • Replaced internal HTML entities scanner with the html-entities npm package.
  • Updated various dependencies.

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.


  • 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 changed the title Update dependency teddy to v0.6.10 Update dependency teddy to v0.6.11 Sep 16, 2024
@renovate renovate bot changed the title Update dependency teddy to v0.6.11 Update dependency teddy to v0.6.12 Sep 21, 2024
@renovate renovate bot changed the title Update dependency teddy to v0.6.12 Update dependency teddy to v0.6.13 Oct 15, 2024
Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.07%. Comparing base (3ba6cab) to head (b029509).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1467   +/-   ##
=======================================
  Coverage   85.07%   85.07%           
=======================================
  Files          26       26           
  Lines        3664     3664           
=======================================
  Hits         3117     3117           
  Misses        547      547           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title Update dependency teddy to v0.6.13 Update dependency teddy to v0.6.14 Oct 19, 2024
@renovate renovate bot changed the title Update dependency teddy to v0.6.14 Update dependency teddy to v0.6.15 Nov 2, 2024
@renovate renovate bot changed the title Update dependency teddy to v0.6.15 Update dependency teddy to v0.6.16 Nov 14, 2024
@renovate renovate bot changed the title Update dependency teddy to v0.6.16 Update dependency teddy to v0.6.18 Nov 15, 2024
@renovate renovate bot changed the title Update dependency teddy to v0.6.18 Update dependency teddy to v0.6.19 Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants