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 playground-runner #11061

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Update playground-runner #11061

merged 1 commit into from
Aug 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bref/bref (source) 2.1.22 -> 2.3.3 age adoption passing confidence
nette/di (source) 3.2.1 -> 3.2.2 age adoption passing confidence
nette/neon (source) 3.4.1 -> 3.4.3 age adoption passing confidence
sentry/sentry (source) 4.7.0 -> 4.9.0 age adoption passing confidence
serverless 3.38.0 -> 3.39.0 age adoption passing confidence
symfony/console (source) 7.0.7 -> 7.1.3 age adoption passing confidence

Release Notes

brefphp/bref (bref/bref)

v2.3.3

Compare Source

What's Changed

Full Changelog: brefphp/bref@2.3.2...2.3.3

v2.3.2

Compare Source

What's Changed

Full Changelog: brefphp/bref@2.3.1...2.3.2

v2.3.1

Compare Source

What's Changed

Full Changelog: brefphp/bref@2.3.0...2.3.1

v2.3.0

Compare Source

What's Changed

To use PHP 8.4, update serverless.yml:

functions:
    web:
        handler: public/index.php
-       runtime: php-83-fpm
+       runtime: php-84-fpm

Remember that this is the first alpha version of PHP 8.4, do not use it in production :)

See: https://www.php.net/index.php#2024-07-05-1

Full Changelog: brefphp/bref@2.2.1...2.3.0

v2.2.1

Compare Source

What's Changed

Full Changelog: brefphp/bref@2.2.0...2.2.1

v2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: brefphp/bref@2.1.25...2.1.26

v2.1.25

Compare Source

What's Changed

Full Changelog: brefphp/bref@2.1.24...2.1.25

v2.1.24

Compare Source

What's Changed

Full Changelog: brefphp/bref@2.1.23...2.1.24

v2.1.23

Compare Source

What's Changed

Full Changelog: brefphp/bref@2.1.22...2.1.23

nette/di (nette/di)

v3.2.2: Released version 3.2.2

Compare Source

  • Container: refactoring
  • NeonAdapter: resolving of constants and enums moved here from filterArguments() (BC break)
  • Container::getServiceType() ignores dynamically added services (BC break)
  • Container::getByType() fixed cooperation with dynamic factory #​314
  • Resolver: better exception when normalizeEntity() fails due to service replacement
  • Revert "LocatorDefinition: deprecated support for create($name) method (BC break)"
nette/neon (nette/neon)

v3.4.3: Released version 3.4.3

Compare Source

  • Decoder: fixed JSON parsing with \n before comma
  • Decoder: big integers are decoded as strings #​9

v3.4.2

Compare Source

getsentry/sentry-php (sentry/sentry)

v4.9.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.9.0.

Features
  • Allow retrieving a single piece of data from the span by it’s key (#​1767)

    \Sentry\SentrySdk::getCurrentHub()->getSpan()?->setData([
        'failure' => $span->getData('failure', 0) + 1,
    ]);
  • Add span trace origin (#​1769)

v4.8.1

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.8.1.

Bug Fixes

v4.8.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.8.0.

Features
  • Add timing span when emiting a timing metric (#​1717)

    use function Sentry\metrics;
    
    // This will now both emit a distribution metric and a span with the "expensive-operation" key
    metrics()->timing(
        key: 'expensive-operation',
        callback: fn() => doExpensiveOperation(),
    );
Bug Fixes
  • Fix missing data on HTTP spans (#​1735)
  • Test span sampled status before creating child spans (#​1740)
Misc
  • Implement fast path for ignoring errors (#​1737)
  • Add array shape for better autocomplete of Sentry\init function (#​1738)
  • Represent callable strings as strings (#​1741)
  • Use AWS_LAMBDA_FUNCTION_VERSION environment variable for release if available (#​1742)
symfony/console (symfony/console)

v7.1.3

Compare Source

Changelog (symfony/console@v7.1.2...v7.1.3)

  • bug symfony/symfony#57815 [Console][PhpUnitBridge][VarDumper] Fix NO_COLOR empty value handling (@​alexandre-daubois)

v7.1.2

Compare Source

Changelog (symfony/console@v7.1.1...v7.1.2)

  • no significant changes

v7.1.1

Compare Source

Changelog (symfony/console@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Compare Source

Changelog (symfony/console@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.0.10

Compare Source

Changelog (symfony/console@v7.0.9...v7.0.10)

  • bug symfony/symfony#57815 [Console][PhpUnitBridge][VarDumper] Fix NO_COLOR empty value handling (@​alexandre-daubois)

v7.0.9

Compare Source

Changelog (symfony/console@v7.0.8...v7.0.9)

  • no significant changes

v7.0.8

Compare Source

Changelog (symfony/console@v7.0.7...v7.0.8)

  • no significant changes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.

@renovate renovate bot force-pushed the renovate/playground-runner branch from 0053993 to 2a80ffd Compare May 23, 2024 16:08
@renovate renovate bot changed the title Update dependency nette/di to v3.2.2 Update playground-runner May 23, 2024
@renovate renovate bot force-pushed the renovate/playground-runner branch 4 times, most recently from 97636c9 to 1ab017b Compare June 5, 2024 15:26
@renovate renovate bot force-pushed the renovate/playground-runner branch from 1ab017b to a42a2fa Compare June 10, 2024 08:36
@renovate renovate bot force-pushed the renovate/playground-runner branch 2 times, most recently from 35e3ce3 to 2c5b53f Compare June 18, 2024 22:52
@renovate renovate bot force-pushed the renovate/playground-runner branch 3 times, most recently from 6cdbde0 to dc991e5 Compare July 2, 2024 11:37
@renovate renovate bot force-pushed the renovate/playground-runner branch 2 times, most recently from e4307f6 to 0a833e0 Compare July 6, 2024 18:40
@renovate renovate bot changed the base branch from 1.11.x to 1.12.x July 6, 2024 18:40
@renovate renovate bot force-pushed the renovate/playground-runner branch 2 times, most recently from 1cc06e3 to 83ebf19 Compare July 16, 2024 14:17
@renovate renovate bot force-pushed the renovate/playground-runner branch 3 times, most recently from 07a056d to 2ddff85 Compare July 26, 2024 16:02
@renovate renovate bot changed the title Update playground-runner fix(deps): update playground-runner Jul 29, 2024
@renovate renovate bot force-pushed the renovate/playground-runner branch from 2ddff85 to 9f8f0f1 Compare August 1, 2024 19:06
@renovate renovate bot changed the title fix(deps): update playground-runner Update playground-runner Aug 3, 2024
@renovate renovate bot force-pushed the renovate/playground-runner branch 2 times, most recently from e99452e to 378300b Compare August 8, 2024 17:49
@renovate renovate bot force-pushed the renovate/playground-runner branch from 378300b to bd5337e Compare August 14, 2024 19:51
@ondrejmirtes ondrejmirtes merged commit 9dc052a into 1.12.x Aug 14, 2024
1 check passed
@renovate renovate bot deleted the renovate/playground-runner branch August 14, 2024 19:58
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