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 non-major dependencies with digest and pinDigest #485

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

blumilk-renovate[bot]
Copy link
Contributor

@blumilk-renovate blumilk-renovate bot commented Aug 31, 2024

This PR contains the following updates:

Package Type Update Change Pending
@tailwindcss/forms dependencies patch ^0.5.7 -> ^0.5.8
@tailwindcss/typography dependencies patch ^0.5.13 -> ^0.5.15
@vue/compiler-sfc (source) dependencies patch ^3.4.34 -> ^3.4.38 3.5.1 (+1)
autoprefixer dependencies patch ^10.4.19 -> ^10.4.20
axios (source) dependencies patch ^1.7.2 -> ^1.7.7
axllent/mailpit (source) minor v1.19 -> v1.20
blumilksoftware/codestyle require-dev minor ^3.2.1 -> ^3.3.0
composer stage patch 2.7.7 -> 2.7.8
composer/composer stage patch 2.7.7-bin -> 2.7.9-bin
laravel/dusk (source) require-dev patch ^8.2.2 -> ^8.2.5
laravel/framework (source) require minor ^11.18.1 -> ^11.21.0 11.22.0
laravel/telescope require minor ^5.1.1 -> ^5.2.2
luxon dependencies minor ^3.4.4 -> ^3.5.0
maatwebsite/excel require patch ^3.1.55 -> ^3.1.56 3.1.57
node stage minor 22.5.1-bullseye-slim -> 22.8.0-bullseye-slim
nunomaduro/collision require-dev minor ^8.3.0 -> ^8.4.0
php patch 8.3.10 -> 8.3.11
php final patch 8.3.10-cli-bullseye -> 8.3.11-cli-bullseye
php stage patch 8.3.10-cli-bullseye -> 8.3.11-cli-bullseye
phpoffice/phpword (source) require minor ^1.2.0 -> ^1.3.0
phpunit/phpunit (source) require-dev minor ^11.2.8 -> ^11.3.1 11.3.3 (+1)
postcss (source) dependencies patch ^8.4.40 -> ^8.4.44 8.4.45
postgres service digest 68b988a -> e600c23
postgres digest 68b988a -> e600c23
selenium/standalone-chrome digest 08eb527 -> 2613e32
sentry/sentry-laravel (source) require minor ^4.7.1 -> ^4.8.0
tailwindcss (source) dependencies patch ^3.4.7 -> ^3.4.10
vue (source) dependencies patch ^3.4.34 -> ^3.4.38 3.5.1 (+1)

Release Notes

tailwindlabs/tailwindcss-forms (@​tailwindcss/forms)

v0.5.8

Compare Source

Fixed
  • Support installing with alpha versions of Tailwind CSS v4 (#​163)
tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.15

Compare Source

Fixed
  • Support installing with alpha versions of Tailwind CSS v4 (#​358)

v0.5.14

Compare Source

Fixed
  • Fix table text alignment (#​346)
vuejs/core (@​vue/compiler-sfc)

v3.4.38

Compare Source

For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.37

Compare Source

For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.36

Compare Source

For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.

postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.
axios/axios (axios)

v1.7.7

Compare Source

Bug Fixes
  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#​6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#​5731) (364993f)
Contributors to this release

v1.7.6

Compare Source

Bug Fixes
Contributors to this release

v1.7.5

Compare Source

Bug Fixes
  • adapter: fix undefined reference to hasBrowserEnv (#​6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#​6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#​6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#​6533) (550d885)
Contributors to this release
axllent/mailpit (axllent/mailpit)

v1.20

Chore
  • Update Go modules
  • Update node modules
  • Upgrade vue-css-donut-chart & related charts
Fix
  • Relax URL detection in link check tool (#​357)
blumilksoftware/codestyle (blumilksoftware/codestyle)

v3.3

Compare Source

What's Changed

Full Changelog: blumilksoftware/codestyle@v3.2.1...v3.3

v3.2.2

Compare Source

laravel/dusk (laravel/dusk)

v8.2.5

Compare Source

v8.2.4

Compare Source

v8.2.3

Compare Source

laravel/framework (laravel/framework)

v11.21.0

Compare Source

v11.20.0

Compare Source

v11.19.0

Compare Source

laravel/telescope (laravel/telescope)

v5.2.2

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

moment/luxon (luxon)

v3.5.0

Compare Source

  • Various performance improvements
  • throwOnInvalid causes the constructor to throw if the year is invalid
SpartnerNL/Laravel-Excel (maatwebsite/excel)

v3.1.56

Compare Source

What's Changed

New Contributors

Full Changelog: SpartnerNL/Laravel-Excel@3.1.55...3.1.56

nodejs/node (node)

v22.8.0: 2024-09-03, Version 22.8.0 (Current), @​RafaelGSS

Compare Source

New JS API for compile cache

This release adds a new API module.enableCompileCache() that can be used to enable on-disk code caching of all modules loaded after this API is called.
Previously this could only be enabled by the NODE_COMPILE_CACHE environment variable, so it could only set by end-users.
This API allows tooling and library authors to enable caching of their own code.
This is a built-in alternative to the v8-compile-cache/v8-compile-cache-lib packages,
but have better performance and supports ESM.

Thanks to Joyee Cheung for working on this.

New option for vm.createContext() to create a context with a freezable globalThis

Node.js implements a flavor of vm.createContext() and friends that creates a context without contextifying its global
object when vm.constants.DONT_CONTEXTIFY is used. This is suitable when users want to freeze the context
(impossible when the global is contextified i.e. has interceptors installed) or speed up the global access if they
don't need the interceptor behavior.

Thanks to Joyee Cheung for working on this.

Support for coverage thresholds

Node.js now supports requiring code coverage to meet a specific threshold before the process exits successfully.
To use this feature, you need to enable the --experimental-test-coverage flag.

You can set thresholds for the following types of coverage:

  • Branch coverage: Use --test-coverage-branches=<threshold>
  • Function coverage: Use --test-coverage-functions=<threshold>
  • Line coverage: Use --test-coverage-lines=<threshold>

<threshold> should be an integer between 0 and 100. If an invalid value is provided, a TypeError will be thrown.

If the code coverage fails to meet the specified thresholds for any category, the process will exit with code 1.

For instance, to enforce a minimum of 80% line coverage and 60% branch coverage, you can run:

$ node --experimental-test-coverage --test-coverage-lines=80 --test-coverage-branches=60 example.js

Thanks Aviv Keller for working on this.

Other Notable Changes
  • [1f2cc2fa47] - (SEMVER-MINOR) src,lib: add performance.uvMetricsInfo (Rafael Gonzaga) #​54413
  • [1e01bdc0d0] - (SEMVER-MINOR) net: exclude ipv6 loopback addresses from server.listen (Giovanni Bucci) #​54264
  • [97fa075c2e] - (SEMVER-MINOR) test_runner: support running tests in process (Colin Ihrig) #​53927
  • [858b583c88] - (SEMVER-MINOR) test_runner: defer inheriting hooks until run() (Colin Ihrig) #​53927
Commits
nunomaduro/collision (nunomaduro/collision)

v8.4.0

Compare Source

PHPOffice/PHPWord (phpoffice/phpword)

v1.3.0

Compare Source

Full Changelog: PHPOffice/PHPWord@1.2.0...1.3.0

Enhancements


Configuration

📅 Schedule: Branch creation - "after 7am on the first day of the month,before 3pm on the first day of the month" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@blumilk-renovate blumilk-renovate bot requested a review from a team as a code owner August 31, 2024 22:11
@blumilk-renovate blumilk-renovate bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code github-actions javascript Pull requests that update Javascript code php Pull requests that update Php code renovate labels Aug 31, 2024
@blumilk-renovate blumilk-renovate bot requested a review from Blusia August 31, 2024 22:11
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch 9 times, most recently from 7f88277 to c297929 Compare September 5, 2024 09:11
@blumilk-renovate blumilk-renovate bot force-pushed the renovate/all-minor-patch-digest-pindigest branch from c297929 to 6bda911 Compare September 5, 2024 12:11
@Blusia Blusia merged commit 07afde8 into main Sep 5, 2024
6 checks passed
@Blusia Blusia deleted the renovate/all-minor-patch-digest-pindigest branch September 5, 2024 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file docker Pull requests that update Docker code github-actions javascript Pull requests that update Javascript code php Pull requests that update Php code renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants