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 all dependencies #55

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 Aug 1, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
alpine final minor 3.16 -> 3.19 age adoption passing confidence
github.com/cloudevents/sdk-go/v2 require minor v2.10.1 -> v2.15.2 age adoption passing confidence
github.com/cloudflare/cloudflare-go require minor v0.44.0 -> v0.95.0 age adoption passing confidence
github.com/spf13/cobra require minor v1.5.0 -> v1.8.0 age adoption passing confidence
github.com/spf13/viper require minor v1.12.0 -> v1.18.2 age adoption passing confidence

Release Notes

cloudevents/sdk-go (github.com/cloudevents/sdk-go/v2)

v2.15.2

Compare Source

What's Changed
  • Patch for a potential security issue. See CVE-2024-28110.
  • Note: this could be a breaking change for people if they purposely change golang's HTTP DefaultClient, or change the CloudEvents Client returned from NewClient, and expect those changes to be visible on other HTTP flows using those Clients. E.g. auth

Full Changelog: cloudevents/sdk-go@v2.15.1...v2.15.2

v2.15.1

Compare Source

What's Changed

New Contributors

Full Changelog: cloudevents/sdk-go@v2.15.0...v2.15.1

v2.15.0

Compare Source

Highlights 💫

This release includes various updates and improvements such as README enhancements, dependency bumps, bug fixes, race condition resolutions, and protocol-related adjustments. Notable changes involve upgrading dependencies like grpc and go.opentelemetry, addressing race conditions, fixing Kafka test issues, and introducing new features like binary content mode for NATS and JetStream protocols. Additionally, there are governance documentation updates, link corrections, and improvements in error handling and documentation across different modules.

Breaking 🚨

The Kafka Sarama protocol now uses the "github.com/IBM/sarama" Go module import path.

Commits 📄

896e1d0 Update README.md
75ec0f2 Bump actions/setup-go from 4 to 5
41e80f7 fixed couple issues
9ccd339 bugfix_value_type_of_dataschema
c8cbca9 adds unique package name for import
f1bca09 relative .pb.go generation, go_package set to package name
c20eef2 bump the pahao mqtt to v0.12
ed7be6b Add WithCustomAttributes for PubSub
be31358 returning the error when doing a nack in the message
ecead5c Make a few comments a bit clearer
57be3cd Try to make sure the Receiver starts before we send events
f5c7061 Try to fix race again - don't reuse clients for sender/receiver
8bea925 Bump google.golang.org/grpc from 1.56.1 to 1.56.3 in /samples/http
fa6be00 Bump google.golang.org/grpc from 1.56.1 to 1.56.3 in /protocol/pubsub/v2
7e05ecd Bump google.golang.org/grpc from 1.56.1 to 1.56.3 in /samples/pubsub
13825ba Sleep less to avoid timeouts
3162d69 Bump github.com/nats-io/nats-server/v2 in /protocol/stan/v2
ec8b0f9 deps: update nats dependencies
dae9f6c Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
1d6360b Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
06658a2 Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
7c1a3b1 fix race
6f5984b Move to go 1.18 Had to run gofmt and fix some weird typos due to tabs in the comments
0a006bb Fix race condition in kafka tests
510b002 issue 814 - Add binary content mode for NATS and JetStream protocols
ac3d30c add link to our security mailing list
9405398 Bump golang.org/x/net in /observability/opencensus/v2
3cbfae0 Bump golang.org/x/net from 0.9.0 to 0.17.0 in /protocol/pubsub/v2
65eb52e Bump golang.org/x/net from 0.12.0 to 0.17.0 in /protocol/kafka_sarama/v2
d25d6e4 Bump golang.org/x/net from 0.9.0 to 0.17.0 in /samples/pubsub
e4653a8 Bump golang.org/x/net from 0.12.0 to 0.17.0 in /test/conformance
6ed9f79 Bump golang.org/x/net from 0.9.0 to 0.17.0 in /samples/http
6a3393c Bump golang.org/x/net from 0.7.0 to 0.17.0 in /test/benchmark
806ef35 Bump golang.org/x/net from 0.12.0 to 0.17.0 in /samples/kafka
de13f1b Bump golang.org/x/net from 0.12.0 to 0.17.0 in /test/integration
3eefeb1 Governance docs per CE PR 1226
1bcaa28 Update links to cloudevents spec
6aa2742 context.Done() may never reach if waiting on r.incoming <- msgErr
4bcddda move it to write message
d06aea7 clean the the previous properties
0cc4fba Bump actions/checkout from 3 to 4
f1c0d0a change denpendency sarama from Shopify to IBM
f84be73 Updated based on feedback
310da90 Support ACK when receiving malformed events
808bf38 provide the qos and retain configuration for mqtt protocol
e085f1a correct the doc links
766b88e remove the usage of deprecated io/ioutil package
e15d03d add assertion helper for extension keys (#​920)
c1482af append mqtt to the doc of protocol binding (#​919)
ff22db5 Bump andstor/file-existence-action from 1 to 2 (#​917)
bf156f1 call finish on unused messages; tidy retry logic
fdcb2d2 mqtt protocol binding (#​910)
f681ac6 Bump grpc dependencies and workflow versions (#​914)
c684ae9 vote to add embano1 as a maintainer
50b18a0 Bump golang.org/x/crypto in /samples/http (#​902)
5232986 http: Fixes for Gin http receiver sample (#​905)
9970acc Added a Gin http receiver sample (#​842)
b7a65db add kafka topic/partition/offset to the extension of event (#​896)
bc9170f Short-circuit AND expressions (#​899)
eae656f Bump nokogiri from 1.14.2 to 1.14.3 in /docs (#​891)
ff0a142 fix: Fixing syntax errors and add some test feedback (#​892)
55e5dba Update RELEASING to be more explicit

v2.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: cloudevents/sdk-go@v2.13.0...v2.14.0

v2.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: cloudevents/sdk-go@v2.12.0...v2.13.0

v2.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: cloudevents/sdk-go@v2.11.0...v2.12.0

v2.11.0: Release 2.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: cloudevents/sdk-go@v2.10.0...v2.11.0

cloudflare/cloudflare-go (github.com/cloudflare/cloudflare-go)

v0.95.0

Compare Source

ENHANCEMENTS:

  • access_application: add support for policies array (#​1956)
  • access_application: add support for scim_config (#​1921)
  • access_policy: add support for reusable policies (#​1956)
  • dlp: add support for zt risk behavior configuration (#​1887)

BUG FIXES:

  • access_application: fix scim configuration authentication json marshalling (#​1959)

DEPENDENCIES:

  • deps: bumps dependabot/fetch-metadata from 2.0.0 to 2.1.0 (#​1839)
  • deps: bumps github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 (#​1861)
  • deps: bumps golang.org/x/net from 0.24.0 to 0.25.0 (#​1974)
  • deps: bumps golangci/golangci-lint-action from 4 to 5 (#​1845)
  • deps: bumps golangci/golangci-lint-action from 5 to 6 (#​1975)

v0.94.0

Compare Source

ENHANCEMENTS:

  • access_application: support options_preflight_bypass for access_application (#​1790)
  • gateway: added ecs_support field to teams_location resource (#​1826)
  • teams_account: adds custom certificate setting to teams account configuration (#​1811)
  • workers: support deleting namespaced Workers (#​1737)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.19.0 to 0.23.0 (#​1825)

v0.93.0

Compare Source

BREAKING CHANGES:

  • dns: Remove "locked" flag which is always false (#​1618)

ENHANCEMENTS:

  • magic_transit_ipsec_tunnel: Adds support for replay_protection boolean flag (#​1710)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.22.0 to 0.24.0 (#​1688)

v0.92.0

Compare Source

ENHANCEMENTS:

  • dlp: Adds support for ocr_enabled boolean flag (#​1600)

BUG FIXES:

  • teams_rules: add "resolve" to allowable actions (#​1615)

DEPENDENCIES:

  • deps: bumps dependabot/fetch-metadata from 1.6.0 to 1.7.0 (#​1593)
  • deps: bumps dependabot/fetch-metadata from 1.7.0 to 2.0.0 (#​1607)

v0.91.0

Compare Source

ENHANCEMENTS:

  • access_application: add support for saml_attribute_transform_jsonata in saas apps (#​1562)

DEPENDENCIES:

  • deps: bumps actions/checkout from 2 to 4 (#​1573)
  • deps: bumps google.golang.org/protobuf from 1.28.0 to 1.33.0 (#​1558)

v0.90.0

Compare Source

ENHANCEMENTS:

  • access_mutual_tls_certificates: add support for mutual tls hostname settings (#​1516)
  • device_posture_rule: support last_seen and state for crowdstrike_s2s posture rule (#​1509)
  • dlp: add support for Context Awareness in DLP profiles (#​1497)
  • workers: Add Workers for Platforms support for getting a Worker, content and bindings (#​1508)
  • workers_for_platforms: Add ability to list Workers for Platforms namespaces, get a namespace, create a new namespace or delete a namespace. (#​1508)

BUG FIXES:

  • dlp: added optional ContextAwareness support (#​1510)

DEPENDENCIES:

  • deps: bumps github.com/stretchr/testify from 1.8.4 to 1.9.0 (#​1511)
  • deps: bumps golang.org/x/net from 0.21.0 to 0.22.0 (#​1513)

v0.89.0

Compare Source

NOTES:

  • zaraz: replace deprecated neoEvents with Actions on Zaraz Config tools schema (#​1490)

ENHANCEMENTS:

  • magic-transit: Adds IPsec tunnel healthcheck direction & rate parameters (#​1503)

BUG FIXES:

  • registrar: Fix request method to call domain list endpoint from POST to GET (#​1506)

v0.88.0

Compare Source

ENHANCEMENTS:

  • access_application: Add support for OIDC SaaS Applications (#​1500)
  • access_application: Add support for allow_authenticate_via_warp (#​1496)
  • access_application: add support for name_id_transform_jsonata in saas apps (#​1505)
  • access_organization: Add support for allow_authenticate_via_warp and warp_auth_session_duration (#​1496)
  • hyperdrive: Add support for hyperdrive CRUD operations (#​1492)
  • images_variants: Add support for Images Variants CRUD operations (#​1494)
  • teams_rules: AntiVirus settings includes notification settings (#​1499)

BUG FIXES:

  • hyperdrive: password should be nested in origin (#​1501)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.20.0 to 0.21.0 (#​1502)
  • deps: bumps golangci/golangci-lint-action from 3 to 4 (#​1504)

v0.87.0

Compare Source

ENHANCEMENTS:

  • access_seats: Add UpdateAccessUsersSeats with an array as input for multiple operations (#​1480)
  • dlp: add support for EDM and CWL datasets (#​1485)
  • logpush: Add support for Output Options (#​1468)
  • pages_project: Add build_caching attribute (#​1489)
  • streams: adds support for stream create parameters for tus upload initiate (#​1386)
  • teams_accounts: add support for extended email matching (#​1486)

BUG FIXES:

  • access_seats: UpdateAccessUserSeat: fix parameters not being an array when sending to the api. This caused an error when updating a user's seat (#​1480)
  • access_users: ListAccessUsers was returning wrong values in pointer fields due to variable missused in loop (#​1482)
  • flarectl: alias zone certs to "ct" instead of duplicating the "c" alias (#​1484)

DEPENDENCIES:

  • deps: bumps actions/cache from 3 to 4 (#​1483)

v0.86.0

Compare Source

ENHANCEMENTS:

  • access_application: Add support for default_relay_state in saas apps (#​1477)
  • zaraz: Add support for CRUD APIs (#​1474)

DEPENDENCIES:

  • deps: bumps github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#​1475)
  • deps: bumps golang.org/x/net from 0.19.0 to 0.20.0 (#​1476)

v0.85.0

Compare Source

DEPENDENCIES:

  • deps: bumps github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0 (#​1470)
  • deps: bumps github.com/urfave/cli/v2 from 2.26.0 to 2.27.0 (#​1471)
  • deps: bumps github.com/urfave/cli/v2 from 2.27.0 to 2.27.1 (#​1472)

v0.84.0

Compare Source

ENHANCEMENTS:

  • access_group: Add support for email lists (#​1445)
  • device_posture_rules: add support for Access client fields in device posture integrations (#​1464)
  • page_shield: added support for page shield (#​1459)

DEPENDENCIES:

  • deps: bumps actions/setup-go from 4 to 5 (#​1460)
  • deps: bumps github/codeql-action from 2 to 3 (#​1462)
  • deps: bumps golang.org/x/crypto from 0.14.0 to 0.17.0 (#​1466)

v0.83.0

Compare Source

ENHANCEMENTS:

  • cloudflare: Add ResultInfo to RawResponse (#​1453)
  • devices_policy: add fields for Opt-In Split Tunnel Overlapping IPs feature. (#​1454)
  • stream: Add ScheduledDeletion to StreamCreateVideoParameters (#​1457)
  • stream: Add ScheduledDeletion to StreamUploadFromURLParameters (#​1457)
  • stream: Add ScheduledDeletion to StreamVideo (#​1457)
  • stream: Add ScheduledDeletion to StreamVideoCreate (#​1457)
  • worker_bindings: Fixing form element name for d1 binding (#​1450)
  • worker_bindings: add support for d1 bindings (#​1446)

DEPENDENCIES:

  • deps: bumps github.com/urfave/cli/v2 from 2.25.7 to 2.26.0 (#​1456)
  • deps: bumps golang.org/x/net from 0.18.0 to 0.19.0 (#​1452)
  • deps: bumps golang.org/x/time from 0.4.0 to 0.5.0 (#​1449)

v0.82.0

Compare Source

ENHANCEMENTS:

  • ip_access_rules: Add ListIPAccessRules() to list IP Access Rules (#​1428)
  • load_balancing: add healthy field to LoadBalancerPool (#​1442)

BUG FIXES:

  • load_balancing: Add support for virtual network id in origins (#​1441)
  • per_hostname_tls_setting: use buildURI for defining the query parameters when sorting (#​1440)

DEPENDENCIES:

  • deps: bumps github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.5 (#​1438)
  • deps: bumps golang.org/x/net from 0.17.0 to 0.18.0 (#​1439)

v0.81.0

Compare Source

BREAKING CHANGES:

  • devices_policy: CreateDeviceSettingsPolicy is updated with method signatures matching the library conventions (#​1433)
  • devices_policy: DeleteDeviceSettingsPolicy is updated with method signatures matching the library conventions (#​1433)
  • devices_policy: DeviceClientCertificates is renamed to DeviceClientCertificates (#​1433)
  • devices_policy: GetDefaultDeviceSettingsPolicy is updated with method signatures matching the library conventions (#​1433)
  • devices_policy: GetDeviceClientCertificatesZone is renamed to GetDeviceClientCertificates with updated method signatures (#​1433)
  • devices_policy: GetDeviceClientCertificates is updated with method signatures matching the library conventions (#​1433)
  • devices_policy: GetDeviceSettingsPolicy is updated with method signatures matching the library conventions (#​1433)
  • devices_policy: UpdateDefaultDeviceSettingsPolicy is updated with method signatures matching the library conventions (#​1433)
  • devices_policy: UpdateDeviceClientCertificatesZone is renamed to UpdateDeviceClientCertificates with updated method signatures (#​1433)
  • devices_policy: UpdateDeviceSettingsPolicy is updated with method signatures matching the library conventions (#​1433)

ENHANCEMENTS:

  • access_seats: Add UpdateAccessUserSeat() to list IP Access Rules (#​1427)
  • access_user: Add GetAccessUserActiveSessions() to get all active sessions for a Access/Zero-Trust user. (#​1427)
  • access_user: Add GetAccessUserFailedLogins() to get all failed login attempts for a Access/Zero-Trust user. (#​1427)
  • access_user: Add GetAccessUserLastSeenIdentity() to get last seen identity for a Access/Zero-Trust user. (#​1427)
  • access_user: Add GetAccessUserSingleActiveSession() to get an active session for a Access/Zero-Trust user. (#​1427)
  • access_user: Add ListAccessUsers() to get a list of users for a Access/Zero-Trust account. (#​1427)
  • devices_policy: Add support for listing device settings policies (#​1433)
  • teams_rules: Add support for resolver policies (#​1436)

DEPENDENCIES:

  • deps: bumps golang.org/x/time from 0.3.0 to 0.4.0 (#​1434)

v0.80.0

Compare Source

BREAKING CHANGES:

  • teams: BrowserIsolation.UrlBrowserIsolationEnabled has changed from bool to *bool to meet the library conventions (#​1424)

ENHANCEMENTS:

  • access_application: Add support for app launcher customization fields (#​1407)
  • api_shield_schema: Add support for Get/Update API Shield Operation Schema Validation Settings (#​1422)
  • api_shield_schema: Add support for Get/Update API Shield Schema Validation Settings (#​1418)
  • teams: Add support for body_scanning (Enhanced File Detection) in teams account configuration (#​1423)
  • load_balancing: extend documentation for least_connections steering policy (#​1414)
  • teams: Add non_identity_enabled boolean in browser isolation settings (#​1424)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.7.0 to 0.17.0 (#​1421)

v0.79.0

Compare Source

ENHANCEMENTS:

  • access_organization: Add support for session_duration (#​1415)
  • access_policy: Add support for session_duration (#​1415)
  • api_shield_discovery: Add support for Get/Patch API Shield API Discovery Operations (#​1413)
  • api_shield_schema: Add support for managing schemas for API Shield Schema Validation 2.0 (#​1406)
  • d1: adds support for d1 (#​1417)
  • teams: Add audit_ssh_settings endpoints (#​1419)

BUG FIXES:

  • custom_nameservers: change NSSet from string to int to match API response (#​1410)
  • observatory: fix double url encoding (#​1412)

v0.78.0

Compare Source

BREAKING CHANGES:

  • account_role: AccountRole has been renamed to GetAccountRole to align with the updated method conventions (#​1405)
  • account_role: AccountRoles has been renamed to ListAccountRoles to align with the updated method conventions (#​1405)

ENHANCEMENTS:

  • access_application: Add support for tags (#​1403)
  • access_tag: Add support for tags (#​1403)
  • list_item: allow filtering by search term, cursor and per page attributes (#​1409)
  • observatory: add support for observatory API (#​1401)

BUG FIXES:

  • account_role: autopaginate all available results instead of a static number (#​1405)
  • semgrep: Improved IPv4 validation by implementing a new pattern to handle cases where non-IPv4 addresses were previously accepted. (#​1382)

DEPENDENCIES:

  • deps: bumps codecov/codecov-action from 3 to 4 (#​1402)

v0.77.0

Compare Source

ENHANCEMENTS:

  • access_identity_provider: add support for email_claim_name and authorization_server_id (#​1390)
  • access_identity_provider: add support for ping_env_id (#​1391)
  • dcv_delegation: add GET for DCV Delegation UUID (#​1384)
  • streams: adds support to initiate tus upload (#​1359)
  • tunnel: add support for include_prefix, exclude_prefix in list operations (#​1385)

BUG FIXES:

  • dns: keep comments when calling UpdateDNSRecord with zero values of UpdateDNSRecordParams (#​1393)

DEPENDENCIES:

  • deps: bumps actions/checkout from 3 to 4 (#​1387)
  • deps: bumps golang.org/x/net from 0.14.0 to 0.15.0 (#​1389)
  • deps: bumps goreleaser/goreleaser-action from 4.4.0 to 4.6.0 (#​1388)
  • deps: bumps goreleaser/goreleaser-action from 4.6.0 to 5.0.0 (#​1396)

v0.76.0

Compare Source

BREAKING CHANGES:

  • images: Renamed Image struct "Metadata" field to "Meta" (#​1379)

ENHANCEMENTS:

  • access_application: added custom_non_identity_deny_url (#​1373)
  • load_balancer_monitor: add support for consecutive_up, consecutive_down (#​1380)
  • workers: Add support for retrieving and uploading only script content. (#​1361)
  • workers: Add support for retrieving and uploading only script metadata. (#​1361)
  • workers: allow namespaced scripts to be used as Worker tail consumers (#​1377)

BUG FIXES:

  • access_application: Use autopaginate flag as expected (#​1372)
  • access_ca_certificate: Use autopaginate flag as expected (#​1372)
  • access_group: Use autopaginate flag as expected (#​1372)
  • access_mutual_tls_certifcate: Use autopaginate flag as expected (#​1372)
  • access_policy: Use autopaginate flag as expected (#​1372)
  • images: Fix issue parsing Image Details from API due to incorrect struct json field (#​1379)
  • pagination: Will look at total_count and per_page to calculate total_pages if total_pages is zero (#​1372)

v0.75.0

Compare Source

BREAKING CHANGES:

  • cloudflare: Raw method now returns a RawResponse rather than the raw JSON Result message (#​1355)
  • rulesets: Rename RulesetPhaseRateLimit to RulesetPhaseHTTPRatelimit, to match the phase name (#​1367)
  • rulesets: Rename `RulesetPhaseSuperBotF

Configuration

📅 Schedule: Branch creation - "on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 449b4fc to e70bac4 Compare August 2, 2022 22:14
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from 3e2abec to 8f07ff6 Compare August 18, 2022 10:44
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 8f07ff6 to 42c652c Compare August 22, 2022 03:45
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 42c652c to 77c5284 Compare August 31, 2022 02:58
@renovate renovate bot force-pushed the renovate/all-dependencies branch from ba6d1a0 to 6ffbb96 Compare November 20, 2022 19:16
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 6ffbb96 to de8dfa9 Compare March 16, 2023 08:51
@renovate renovate bot force-pushed the renovate/all-dependencies branch from de8dfa9 to 0a995f8 Compare March 29, 2023 19:15
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 0a995f8 to 6805d88 Compare April 17, 2023 11:12
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 1e7381b to 1f3bc1c Compare May 30, 2023 11:17
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 1f3bc1c to bf70d18 Compare June 6, 2023 23:11
@renovate renovate bot force-pushed the renovate/all-dependencies branch from bf70d18 to 5807897 Compare June 21, 2023 04:57
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 4369c7d to 3f3a31e Compare July 5, 2023 08:17
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 3f3a31e to 1a261e1 Compare July 19, 2023 03:52
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 1a261e1 to 391939a Compare August 2, 2023 00:12
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 391939a to 84c3444 Compare August 16, 2023 01:04
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 84c3444 to de2ed3f Compare August 30, 2023 00:58
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 400ac71 to 4d2366f Compare October 11, 2023 01:40
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 4d2366f to 2fa84a8 Compare October 25, 2023 01:41
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 8f3334e to 22ed835 Compare November 8, 2023 03:40
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 22ed835 to 2954fde Compare November 22, 2023 00:52
@renovate renovate bot force-pushed the renovate/all-dependencies branch 4 times, most recently from 89a6391 to 3326f5b Compare December 8, 2023 17:16
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 4766910 to b162fe9 Compare December 20, 2023 01:48
@renovate renovate bot force-pushed the renovate/all-dependencies branch from b162fe9 to 93db2a2 Compare January 3, 2024 01:54
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from fc69869 to 8448e34 Compare January 20, 2024 09:23
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 8448e34 to 5e34503 Compare January 31, 2024 03:34
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 5e34503 to 014db29 Compare February 14, 2024 00:08
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from a90f648 to c2ee7e4 Compare February 28, 2024 00:41
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 18411d1 to ce31e56 Compare March 13, 2024 00:03
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 8a0af8a to 5ceb77b Compare March 27, 2024 04:52
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 5ceb77b to 8a76d30 Compare April 10, 2024 06:02
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 8a76d30 to 3e744c6 Compare April 24, 2024 04:49
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 3e744c6 to 720d9d9 Compare May 8, 2024 01:28
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.

None yet

1 participant