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

chore(deps): update all dependencies #1477

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

chore(deps): update all dependencies #1477

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/react 14.1.2 -> 14.3.1 age adoption passing confidence
@types/jest (source) 29.5.11 -> 29.5.14 age adoption passing confidence
autoprefixer 10.4.17 -> 10.4.20 age adoption passing confidence
djlint ==1.34.1 -> ==1.36.4 age adoption passing confidence
google-api-python-client ==2.49.0 -> ==2.162.0 age adoption passing confidence
google-auth-httplib2 ==0.1.0 -> ==0.2.0 age adoption passing confidence
google-auth-oauthlib ==0.5.1 -> ==0.8.0 age adoption passing confidence
intl-tel-input (source) 17.0.18 -> 17.0.21 age adoption passing confidence
markdown (changelog) ==3.5.2 -> ==3.7 age adoption passing confidence
postcss (source) 8.4.33 -> 8.5.3 age adoption passing confidence
python-slugify ==8.0.1 -> ==8.0.4 age adoption passing confidence
pytz ==2024.1 -> ==2024.2 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
responses (changelog) ==0.25.3 -> ==0.25.6 age adoption passing confidence
sass 1.79.0 -> 1.85.1 age adoption passing confidence
ts-jest (source) 29.1.2 -> 29.2.6 age adoption passing confidence

Release Notes

testing-library/react-testing-library (@​testing-library/react)

v14.3.1

Compare Source

Bug Fixes

v14.3.0

Compare Source

Features

v14.2.2

Compare Source

Bug Fixes

v14.2.1

Compare Source

Bug Fixes
  • Update types to support all possible react component return values (#​1272) (55e79c2)

v14.2.0

Compare Source

Features
  • add reactStrictMode option to enable strict mode render (#​1241) (0880eba)
postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.

v10.4.18

Compare Source

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).
djlint/djLint (djlint)

v1.36.4

Compare Source

  • Fix specific mixture of quotes and escaped quotes (e.g. in a json string in an html attribute) breaks the html. Thanks, @​oliverhaas.
  • Fix broken formatting of template tags inside template tags. Thanks, @​oliverhass.

v1.36.3

Compare Source

This release reverts the following changes from the last release as they caused issues:

  • Fix specific mixture of quotes and escaped quotes (e.g. in a json string in an html attribute) breaks the html. Issue #​1048.
  • Resolve exclude paths. Issue #​1047.

v1.36.2

Compare Source

Fix:

  • Fix specific mixture of quotes and escaped quotes (e.g. in a json string in an html attribute) breaks the html. Thanks, @​oliverhaas.
  • Resolve exclude paths. Thanks, @​antoineauger.

Performance:

v1.36.1

Compare Source

v1.36.0

Compare Source

Feature
  • Add support for djlint.toml config file. The format is identical to pyproject.toml, but it does not use [tool.djlint] table.
Fix
  • Do not format HTML in attributes. Thanks, @​oliverhaas.
  • Fix using js_config instead of css_config.
Performance
  • Increase performance by ~30% by using regex more efficiently and caching more stuff.

v1.35.4

Compare Source

Compiled mypyc wheels are now also available, which improve performance by ~21% over Pure Python. They will be automatically installed by your package manager when available for your platform. Pure Python wheel is still available.

Other changes have been made to improve performance, thanks to @​JCWasmx86. See the commits for more details.

Formatting performance comparison with the previous version (tested on https://github.com/openedx/edx-platform with single thread):

Version Seconds
v1.35.3 20.39
v1.35.4 pure Python 14.39
v1.35.4 compiled 11.35

v1.35.3

Compare Source

This release significantly improves performance, especially for large files and large projects.

Formatting https://github.com/openedx/edx-platform took 87 seconds in the previous version, now it takes only 4 seconds (>2000% speedup)! Tested on a 32-core computer.

  • Performance improved by caching some functions. Thanks to @​JCWasmx86!
  • Removed the limitation on the number of workers introduced in v1.35.0.
  • Drop Python 3.8 support.

v1.35.2

Compare Source

  • Fix npm publishing

v1.35.1

Compare Source

  • Fix npm publishing

v1.35.0

Compare Source

  • Unpin dependencies upper bounds.
  • Use min(cpu_count, files_count, 4) workers. Use a thread instead of a process if only one worker will be used. This gives the best performance and low resource usage.
  • Refactor the code.
  • Fix max attribute length with longer regex custom html tags (#​884)
  • Fix Jinja formatting issues (#​715)
  • Fix: not detecting tabs as a valid seperation between tags (#​813)
  • Fix: Add ignore for sms links (#​815)
  • Fix: Allow attributes on <title> (#​830)

v1.34.2

Compare Source

Bug Fixes
  • max attribute length with longer regex custom html tags (#​884) (a8e3835)
googleapis/google-api-python-client (google-api-python-client)

v2.162.0

Compare Source

Features
Bug Fixes

v2.161.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - "on the first day of january" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@webteam-app
Copy link

@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from b7c914f to ac377a3 Compare January 10, 2025 16:45
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 10123d6 to f1f5bb5 Compare January 14, 2025 12:11
@renovate renovate bot changed the title chore(deps): update all dependencies Update all dependencies Jan 27, 2025
@renovate renovate bot changed the title Update all dependencies chore(deps): update all dependencies Jan 28, 2025
@renovate renovate bot changed the title chore(deps): update all dependencies Update all dependencies Jan 31, 2025
@renovate renovate bot changed the title Update all dependencies chore(deps): update all dependencies Feb 3, 2025
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 54e1367 to 364046e Compare February 11, 2025 14:25
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 3f2c47f to 3bf906f Compare February 19, 2025 18:08
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from bbce819 to eafb089 Compare February 26, 2025 01:12
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.

1 participant