Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Type Update Change Age Confidence
alpine final minor 3.20 -> 3.22 age confidence
alpinejs (source) dependencies minor 3.11.1 -> 3.15.0 age confidence
github.com/crewjam/saml require minor v0.4.14 -> v0.5.1 age confidence
github.com/gin-gonic/gin require patch v1.10.0 -> v1.10.1 age confidence
github.com/golang-jwt/jwt/v4 require patch v4.5.0 -> v4.5.2 age confidence
go (source) toolchain minor 1.22.0 -> 1.25.1 age confidence
golang stage minor 1.23-alpine3.20 -> 1.24-alpine3.20 age confidence
gorm.io/gorm require minor v1.25.11 -> v1.30.5 age confidence
tailwindcss (source) devDependencies minor 3.2.4 -> 3.4.17 age confidence
typescript (source) devDependencies patch 4.9.4 -> 4.9.5 age confidence

Release Notes

alpinejs/alpine (alpinejs)

v3.15.0

Compare Source

Changed

  • Improve CSP build #​4671
  • Add Alpine.morphBetween() #​4629
  • style: use let instead of var in x-model.js #​4645
  • style: use let/const instead of var in debounce.js #​4644
  • style: remove useless param #​4650
  • feat(persist): add 'exports' field for proper ESM/CJS resolution #​4611
  • Fix Chrome warning when using x-trap.inert #​4640
  • Fixes license #​4647

v3.14.9

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.14.8...v3.14.9

v3.14.8

Compare Source

Fixed

  • Fix x-mask triggering update requests on load #​4481

v3.14.7

Compare Source

Fixed

  • Fix x-teleport by removing clone x-ignore #​4469

v3.14.6

Compare Source

Fixed

  • Fix regression on x-ignore when removed #​4458

v3.14.5

Compare Source

Changed

  • Optimize mutation observer to better handle move operations - ref #​4450 #​4451
  • 🐛 Fixes Regression in Mutation handling #​4450

v3.14.4

Compare Source

What's Changed

Full Changelog: alpinejs/alpine@v3.14.3...v3.14.4

v3.14.3

Compare Source

Changes

Full Changelog: alpinejs/alpine@v3.14.2...v3.14.3

v3.14.2

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.14.1...v3.14.2

v3.14.1

Compare Source

Changed

  • Minor grammar correction in the for directive docs #​4266
  • 🐛 Fixes issue with setters accessing deeply nested data #​4265
  • [UI][Tabs] Prevent tab focus on mousedown #​4239
  • [CSP] Add support for nested properties to CSP build #​4238

v3.14.0

Compare Source

Changed

  • ✨ Enhances clicks with key modifiers #​4209
  • Update transition.md - changed span to div #​4215
  • collapse: remove overflow hidden even if height does not match perfect #​4203
  • Fix error: TypeError: i is not a function #​4204
  • Adjust code block according to example #​4197
  • Higher visibility in docs about needing x-data for things to work #​4194

v3.13.10

Compare Source

Changed

  • Comma modifier to keyup and keydown events #​4170
  • Fix morphing root level state #​4169
  • Fix morph when x-for is used inside x-teleport #​4168
  • Fix form reset for x-model radio, checkbox arrays, select multiple and various modifiers #​4159
  • Wrong plugin name in Sort docs #​4165

v3.13.9

Compare Source

Changed

  • Add "sort" plugin #​4137
  • Add missing plugin warnings #​4158
  • Change to x-sort:item, add sorting class to body, and use x-sort:group #​4161
  • Remove extra destroyTree call #​4151
  • Fix x-on with both self and once #​4152
  • Documentation issue: Event name in code snippet and description doesn't match in dispatch.md #​4141
  • Fix some typos #​4134
  • Chore: remove repetitive words #​4132

v3.13.8

Compare Source

Changed

  • Cleanup after x-bind:class and other attribute modifications #​4111
  • Bug: Fixes x-model.fill when used with debounce #​4103
  • Remove hidden from booleanAttributes #​4099
  • Fix fill modifier for radio buttons #​4101
  • Add missing border to fill example #​4104
  • Fixed persist crash when the stored value is undefined #​4091

v3.13.7

Compare Source

Changed

  • Revert breaking mutation fix #​4084
  • 🐛 Prevents Setting from registering a dependency #​4081

v3.13.6

Compare Source

Changes

  • Fix __noscroll param #​4063
  • Allow access to methods when class instance used for x-data #​4038
  • Fix $refs being used with x-teleport #​4031
  • Fix x-if and x-for double init on clone phase #​4015
  • Only ever initialize an Alpine element once #​4000
  • Fix context of listbox to prevent error when using wire:navigate #​4008
  • Ensure $listboxOption.isSelected / $comboboxOption.isSelected works if item value is false or 0 #​4005
  • Remove unused imports #​4006
  • Ignore Vue markRaw() objects when evaluating interceptors 815fae3
  • Remove x-intersect from clone phase e8c5992
  • Support destroyTree custom walker bf36275
  • Add warning for duplicate x-for keys f6e87ce

v3.13.5

Compare Source

Fixed

  • 🐛 Fixes reinitializing moved elements #​3995
  • Add better entangle infinite-loop protection 8001383

v3.13.4

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.13.3...v3.13.4

v3.13.3

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.13.2...v3.13.3

v3.13.2

Compare Source

Changed

  • ✅ Allows underscore in event names #​3756
  • update CSP build/installation docs #​3762
  • use normal single quotes #​3764
  • Gracefully handle SecurityError exception if localStorage is unavailable #​3775
  • ♻️ Cleans Up Entangle #​3792
  • 🐛 Fixes proxy stack setters bug #​3807
  • 🐛 Fixes reference to incorrect attribute #​3814
  • Use Internet Explorer conditional comment syntax to preserve morph markers on Cloudflare-proxied sites #​3794

v3.13.1

Compare Source

Changed

  • ✨ Names expression evaluators #​3765
  • Fix typos #​3771
  • Update installation.md #​3779
  • Fixed webpack 4 builds breaking due to nullish coalescing operator #​3679
  • ♻️ improves merge proxies #​3722
  • x-if warning if used on non-template #​3737
  • clarify execution order of init #​3702
  • Document destroy method in Alpine.data #​3716
  • Fixed a variable typo #​3727
  • fix(morph): currentNode can also be null, not just undefined, fixes #​3728 #​3729

v3.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.12.3...v3.13.0

v3.12.3

Compare Source

Internal changes release...

v3.12.2

Compare Source

Fixed

v3.12.1

Compare Source

Added

  • Support for registering multiple plugins at once: Alpine.plugin([...]) #​3497
  • Add warning to prevent Alpine from being loaded twice on the same page #​3565
  • Add descriptive warning for undefined x-for key and updates tests. #​3498

Fixed

  • Fix x-for scope updates when looping through x-data elements #​3504
  • Exclude dependencies from non-CDN builds #​3459
  • Make x-transition delay syntax consistent with duration syntax #​3476
  • Fix throttle/debounce user callback after preventDefault/stopPropagation is executed #​3481
  • Make .fill work with selects and other modifiers #​3495
  • Fix morphing @​event handlers #​3494
  • Allow Booleans in bound x-transitions #​3519
  • Handle special binding case for 'checked' and 'selected' #​3535
  • Fix Safari AutoFill #​3483
  • Fix duplicate/inaccurate test #​3520
  • Fix typo on alt "component" #​3541
  • Attempt memory leak fix from using magics #​2832

v3.12.0

Compare Source

Added

  • x-model.fill by input value on null or empty string #​3423
  • x-mask custom decimal precision #​3415
  • x-mask $money allow for negative values #​3416
  • Accept x-data="true" as a synonym for x-data="{}" #​3339

Fixed

  • 🐛 fixes improper use of nullish coalescing #​3408
  • Fixes @keyup and @keydown listeners with .capture modifier never executed #​3398
  • Remove Alpine UI references from Alpine core #​3336
  • Update CSP documentation to clarify availability of the CSP build #​2619
  • Fix x-model event listener doubling when cloned #​3393
  • docs: Fix a few typos #​3363
  • Fix Alpine.js becoming unresponsive after uncaught exception in reactive effect callback #​3279
  • Fix inconsistent update for template x-if (issue #​2803) #​3278
crewjam/saml (github.com/crewjam/saml)

v0.5.1

Compare Source

v0.5.0

Compare Source

gin-gonic/gin (github.com/gin-gonic/gin)

v1.10.1

Compare Source

Changelog

Refactor
golang-jwt/jwt (github.com/golang-jwt/jwt/v4)

v4.5.2

Compare Source

See GHSA-mh63-6h87-95cp

Full Changelog: golang-jwt/jwt@v4.5.1...v4.5.2

v4.5.1

Compare Source

Security

Unclear documentation of the error behavior in ParseWithClaims in <= 4.5.0 could lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned by ParseWithClaims return both error codes. If users only check for the jwt.ErrTokenExpired using error.Is, they will ignore the embedded jwt.ErrTokenSignatureInvalid and thus potentially accept invalid tokens.

This issue was documented in GHSA-29wx-vh33-7x7r and fixed in this release.

Note: v5 was not affected by this issue. So upgrading to this release version is also recommended.

What's Changed

  • Back-ported error-handling logic in ParseWithClaims from v5 branch. This fixes GHSA-29wx-vh33-7x7r.

Full Changelog: golang-jwt/jwt@v4.5.0...v4.5.1

golang/go (go)

v1.25.1

v1.25.0

v1.24.7

v1.24.6

v1.24.5

v1.24.4

v1.24.3

v1.24.2

v1.24.1

v1.24.0

v1.23.12

v1.23.11

v1.23.10

v1.23.9

v1.23.8

v1.23.7

v1.23.6

v1.23.5

v1.23.4

v1.23.3

v1.23.2

v1.23.1

v1.23.0

v1.22.12

v1.22.11

v1.22.10

v1.22.9

v1.22.8

v1.22.7

v1.22.6

v1.22.5

v1.22.4

v1.22.3

v1.22.2

v1.22.1

go-gorm/gorm (gorm.io/gorm)

v1.30.5

Compare Source

Changes

  • No changes

v1.30.4

Compare Source

Changes

v1.30.3

Compare Source

Changes

  • No changes

v1.30.2

Compare Source

Changes

v1.30.1

Compare Source

Changes

v1.30.0

Compare Source

Changes

v1.26.1

Compare Source

Changes

v1.26.0

Compare Source

Changes

Configuration

📅 Schedule: Branch creation - "before 5am every weekday,every weekend" in timezone Europe/Berlin, 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 08dd10d to 6ba8e1c Compare December 6, 2024 01:26
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Dec 6, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6ba8e1c to c7b7158 Compare December 6, 2024 14:07
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b2606b2 to 40bbce7 Compare December 23, 2024 15:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8afc6c7 to 53dcb1b Compare January 9, 2025 10:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 53dcb1b to 6ff5023 Compare January 16, 2025 22:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6ff5023 to 835e0b1 Compare February 4, 2025 18:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 835e0b1 to 431f0e3 Compare February 11, 2025 18:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fea90ef to a038645 Compare March 4, 2025 23:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9f3f5a3 to 23cdb3d Compare March 17, 2025 18:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 23cdb3d to 1c6e2fa Compare March 21, 2025 21:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f5207a9 to 069ed9f Compare April 1, 2025 19:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 069ed9f to c292fa5 Compare April 12, 2025 18:54
Copy link
Contributor Author

renovate bot commented Apr 12, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
github.com/beevik/etree v1.4.1 -> v1.5.0
golang.org/x/crypto v0.26.0 -> v0.33.0
golang.org/x/sys v0.24.0 -> v0.30.0
golang.org/x/text v0.17.0 -> v0.22.0

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c292fa5 to acce3e2 Compare April 14, 2025 13:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from acce3e2 to 05a2ca1 Compare April 25, 2025 12:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ff10d73 to 19a43f8 Compare May 7, 2025 07:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f571195 to 8c9d3e9 Compare May 25, 2025 11:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b358dc7 to cf6ac92 Compare June 6, 2025 03:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cf6ac92 to f2d5dae Compare June 22, 2025 12:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from eea1e8d to cd4e065 Compare July 8, 2025 19:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cd4e065 to 24bc5db Compare July 24, 2025 05:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 71fec47 to 85cea65 Compare August 12, 2025 22:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5bb9de5 to 402504e Compare August 20, 2025 06:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b7a09b0 to 154bd28 Compare September 4, 2025 17:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 154bd28 to b98e44c Compare September 8, 2025 10:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b98e44c to d504d1c Compare September 8, 2025 13:43
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