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 auto merged updates #806

Merged
merged 1 commit into from
Dec 13, 2024
Merged

Conversation

platform-engineering-bot
Copy link
Collaborator

@platform-engineering-bot platform-engineering-bot commented Oct 28, 2024

This PR contains the following updates:

Package Type Update Change
autoprefixer devDependencies patch ^10.0.1 -> ^10.4.19
chromadb patch ==0.5.13 -> ==0.5.23
docker.io/chromadb/chroma final patch 0.5.16 -> 0.5.23
fastapi-cli (changelog) patch ==0.0.5 -> ==0.0.6
httpcore patch ==1.0.6 -> ==1.0.7
httptools patch ==0.6.1 -> ==0.6.4
orjson (changelog) patch ==3.10.7 -> ==3.10.12
postcss (source) devDependencies patch ^8 -> ^8.4.39
pytest-container (source) patch ==0.4.2 -> ==0.4.3
python-multipart (changelog) patch ==0.0.12 -> ==0.0.19
registry.access.redhat.com/ubi8/nodejs-18-minimal final patch 1-86 -> 1-138
registry.access.redhat.com/ubi8/nodejs-18-minimal stage patch 1-86 -> 1-138
tailwindcss (source) devDependencies patch ^3.3.0 -> ^3.4.4
timm patch ==1.0.9 -> ==1.0.12
tornado (source) patch ==6.4.1 -> ==6.4.2
org.apache.maven.plugins:maven-failsafe-plugin build patch 3.5.1 -> 3.5.2
org.apache.maven.plugins:maven-surefire-plugin build patch 3.5.0 -> 3.5.2
org.mvnpm:lit (source) runtime patch 3.2.0 -> 3.2.1

Release Notes

postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.
chroma-core/chroma (chromadb)

v0.5.23

Compare Source

Version: 0.5.23
Git ref: refs/tags/0.5.23
Build Date: 2024-12-05T06:36
PIP Package: chroma-0.5.23.tar.gz
Github Container Registry Image: ghcr.io/chroma-core/chroma:0.5.23
DockerHub Image: chromadb/chroma:0.5.23

What's Changed

Full Changelog: chroma-core/chroma@0.5.21...0.5.23

v0.5.21

Compare Source

v0.5.20

Compare Source

Version: 0.5.20
Git ref: refs/tags/0.5.20
Build Date: 2024-11-19T05:18
PIP Package: chroma-0.5.20.tar.gz
Github Container Registry Image: ghcr.io/chroma-core/chroma:0.5.20
DockerHub Image: chromadb/chroma:0.5.20

What's Changed

Full Changelog: chroma-core/chroma@0.5.19...0.5.20

v0.5.18

Compare Source

Version: 0.5.18
Git ref: refs/tags/0.5.18
Build Date: 2024-11-05T19:15
PIP Package: chroma-0.5.18.tar.gz
Github Container Registry Image: ghcr.io/chroma-core/chroma:0.5.18
DockerHub Image: chromadb/chroma:0.5.18

What's Changed

New Contributors

Full Changelog: chroma-core/chroma@0.5.17...0.5.18

v0.5.17

Compare Source

Version: 0.5.17
Git ref: refs/tags/0.5.17
Build Date: 2024-10-31T21:00
PIP Package: chroma-0.5.17.tar.gz
Github Container Registry Image: ghcr.io/chroma-core/chroma:0.5.17
DockerHub Image: chromadb/chroma:0.5.17

What's Changed

Full Changelog: chroma-core/chroma@0.5.16...0.5.17

v0.5.16

Compare Source

Version: 0.5.16
Git ref: refs/tags/0.5.16
Build Date: 2024-10-29T00:33
PIP Package: chroma-0.5.16.tar.gz
Github Container Registry Image: ghcr.io/chroma-core/chroma:0.5.16
DockerHub Image: chromadb/chroma:0.5.16

What's Changed

New Contributors

Full Changelog: chroma-core/chroma@0.5.15...0.5.16

v0.5.15

Compare Source

Version: 0.5.15
Git ref: refs/tags/0.5.15
Build Date: 2024-10-16T08:58
PIP Package: chroma-0.5.15.tar.gz
Github Container Registry Image: ghcr.io/chroma-core/chroma:0.5.15
DockerHub Image: chromadb/chroma:0.5.15

What's Changed

Full Changelog: chroma-core/chroma@0.5.14...0.5.15

fastapi/fastapi-cli (fastapi-cli)

v0.0.6

Compare Source

Features
Fixes
Internal
encode/httpcore (httpcore)

v1.0.7

Compare Source

  • Support proxy=… configuration on ConnectionPool(). (#​974)
MagicStack/httptools (httptools)

v0.6.4

Compare Source

Fixes

v0.6.3

Compare Source

Fixes

v0.6.2

Compare Source

Fixes

ijl/orjson (orjson)

v3.10.12

Compare Source

Changed
  • Publish PyPI manylinux i686 wheels.
  • Publish PyPI musllinux i686 and arm7l wheels.
  • Publish PyPI macOS wheels for Python 3.10 or later built on macOS 15.
  • Publish PyPI Windows wheels using trusted publishing.

v3.10.11

Compare Source

Changed
  • Improve performance of UUIDs.
  • Publish PyPI wheels with trusted publishing and PEP 740 attestations.
  • Include text of licenses for vendored dependencies.

v3.10.10

Compare Source

Fixed
  • Fix int serialization on s390x. This was introduced in 3.10.8.
Changed
  • Publish aarch64 manylinux_2_17 wheel for 3.13 to PyPI.

v3.10.9

Compare Source

Fixed
  • Fix int serialization on 32-bit Python 3.8, 3.9, 3.10. This was
    introduced in 3.10.8.

v3.10.8

Compare Source

Changed
  • int serialization no longer chains OverflowError to the
    the __cause__ attribute of orjson.JSONEncodeError when range exceeded.
  • Compatibility with CPython 3.14 alpha 1.
  • Improve performance.
postcss/postcss (postcss)

v8.4.49

Compare Source

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).

v8.4.47

Compare Source

  • Removed debug code.

v8.4.46

Compare Source

  • Fixed Cannot read properties of undefined (reading 'before').

v8.4.45

Compare Source

  • Removed unnecessary fix which could lead to infinite loop.

v8.4.44

Compare Source

  • Another way to fix markClean is not a function error.

v8.4.43

Compare Source

  • Fixed markClean is not a function error.

v8.4.42

Compare Source

  • Fixed CSS syntax error on long minified files (by @​varpstar).

v8.4.41

Compare Source

v8.4.40

Compare Source

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).
dcermak/pytest_container (pytest-container)

v0.4.3

Compare Source

Breaking changes:

  • Change addition of SELinux flags to volumes: SELinux flags are only added if
    :py:attr:~pytest_container.container.ContainerVolumeBase.flags is None.

Improvements and new features:

  • Tolerate already deleted lockfiles (gh#233 <https://github.com/dcermak/pytest_container/pull/233>_)

  • Add the function
    :py:func:~pytest_container.container.ContainerData.read_container_logs to
    get access to the logs of the running container

  • Expose the working directory via
    :py:attr:~pytest_container.inspect.Config.workingdir

  • Don't use non-FIPS hashes for generating the lockfile (gh#213 <https://github.com/dcermak/pytest_container/issues/213>_)

  • Don't wait for crashed/stopped containers to become healthy (gh#207 <https://github.com/dcermak/pytest_container/issues/207>_)

  • Improve logging and error messages involving HEALTHCHECK

Documentation:

Internal changes:

Kludex/python-multipart (python-multipart)

v0.0.19

Compare Source

  • Don't warn when CRLF is found after last boundary on MultipartParser #​193.

v0.0.18

Compare Source

  • Hard break if found data after last boundary on MultipartParser #​189.

v0.0.17

Compare Source

  • Handle PermissionError in fallback code for old import name #​182.

v0.0.16

Compare Source

  • Add dunder attributes to multipart package #​177.

v0.0.15

Compare Source

  • Replace FutureWarning to PendingDeprecationWarning #​174.
  • Add missing files to SDist #​171.

v0.0.14

Compare Source

  • Fix import scheme for multipart module (#​168).

v0.0.13

Compare Source

  • Rename import to python_multipart #​166.
tailwindlabs/tailwindcss (tailwindcss)

v3.4.16

Compare Source

Fixed
  • Ensure the TypeScript types for PluginsConfig allow undefined values (#​14668)

Changed

v3.4.15

Compare Source

  • Bump versions for security vulnerabilities (#​14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#​14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#​15003)

v3.4.14

Compare Source

Fixed
  • Don't set display: none on elements that use hidden="until-found" (#​14625)

v3.4.13

Compare Source

Fixed
  • Improve source glob verification performance (#​14481)

v3.4.12

Compare Source

Fixed
  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#​14427)

v3.4.11

Compare Source

Fixed
  • Allow anchor-size(…) in arbitrary values (#​14393)

v3.4.10

Compare Source

Fixed
  • Bump versions of plugins in the Standalone CLI (#​14185)

v3.4.9

Compare Source

Fixed
  • No longer warns when broad glob patterns are detecting vendor folders

v3.4.8

Compare Source

Fixed
  • Fix minification when using nested CSS (#​14105)
  • Warn when broad glob patterns are used in the content configuration (#​14140)

v3.4.7

Compare Source

Fixed
  • Fix class detection in Slim templates with attached attributes and ID (#​14019)
  • Ensure attribute values in data-* and aria-* modifiers are always quoted in the generated CSS (#​14037)

v3.4.6

Compare Source

Fixed
  • Fix detection of some utilities in Slim/Pug templates (#​14006)
Changed
  • Loosen :is() wrapping rules when using an important selector (#​13900)

v3.4.5

Compare Source

Fixed
  • Disable automatic var() injection for anchor properties (#​13826)
  • Use no value instead of blur(0px) for backdrop-blur-none and blur-none utilities (#​13830)
  • Add .mts and .cts config file detection (#​13940)
  • Don't generate utilities like px-1 unnecessarily when using utilities like px-1.5 (#​13959)
  • Always generate -webkit-backdrop-filter for backdrop-* utilities (#​13997)
huggingface/pytorch-image-models (timm)

v1.0.12

Compare Source

Nov 28, 2024

Nov 12, 2024

  • Optimizer factory refactor
    • New factory works by registering optimizers using an OptimInfo dataclass w/ some key traits
    • Add list_optimizers, get_optimizer_class, get_optimizer_info to reworked create_optimizer_v2 fn to explore optimizers, get info or class
    • deprecate optim.optim_factory, move fns to optim/_optim_factory.py and optim/_param_groups.py and encourage import via timm.optim
  • Add Adopt (https://github.com/iShohei220/adopt) optimizer
  • Add 'Big Vision' variant of Adafactor (https://github.com/google-research/big_vision/blob/main/big_vision/optax.py) optimizer
  • Fix original Adafactor to pick better factorization dims for convolutions
  • Tweak LAMB optimizer with some improvements in torch.where functionality since original, refactor clipping a bit
  • dynamic img size support in vit, deit, eva improved to support resize from non-square patch grids, thanks https://github.com/wojtke

Oct 31, 2024

Add a set of new very well trained ResNet & ResNet-V2 18/34 (basic block) weights. See https://huggingface.co/blog/rwightman/resnet-trick-or-treat

Oct 19, 2024

  • Cleanup torch amp usage to avoid cuda specific calls, merge support for Ascend (NPU) devices from MengqingCao that should work now in PyTorch 2.5 w/ new device extension autoloading feature. Tested Intel Arc (XPU) in Pytorch 2.5 too and it (mostly) worked.

What's Changed

New Contributors

Full Changelog: huggingface/pytorch-image-models@v1.0.11...v1.0.12

[v1.0.11](https://redirect


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.

@platform-engineering-bot platform-engineering-bot force-pushed the renovate/auto-merged-updates branch 5 times, most recently from 17ca21d to f5d54f7 Compare November 2, 2024 04:15
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/auto-merged-updates branch 5 times, most recently from 4c67c68 to 3786db4 Compare November 12, 2024 16:12
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/auto-merged-updates branch 2 times, most recently from ec925fc to 5fef460 Compare November 20, 2024 20:16
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/auto-merged-updates branch 4 times, most recently from 88493ed to 3840d22 Compare December 1, 2024 07:04
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/auto-merged-updates branch 5 times, most recently from c9f6c2f to 23ab25d Compare December 6, 2024 00:06
@platform-engineering-bot platform-engineering-bot changed the title chore(deps): update auto merged updates fix(deps): update auto merged updates Dec 9, 2024
Signed-off-by: Platform Engineering Bot <[email protected]>
@rhatdan
Copy link
Member

rhatdan commented Dec 13, 2024

LGTM

@rhatdan rhatdan merged commit eceeb0d into main Dec 13, 2024
8 checks passed
@platform-engineering-bot platform-engineering-bot deleted the renovate/auto-merged-updates branch December 13, 2024 12: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.

2 participants