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

chore(deps): bump the dependencies group with 2 updates #109

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps the dependencies group with 2 updates: creasi/laravel-nusa and sentry/sentry-laravel.

Updates creasi/laravel-nusa from 0.1.6 to 0.1.7

Release notes

Sourced from creasi/laravel-nusa's releases.

v0.1.7

Features

  • ci: init tests on laravel 11 (975fe02)

Compare with previous version: creasico/laravel-nusa@v0.1.6...v0.1.7

What's Changed

Contributions

Full Changelog: creasico/laravel-nusa@v0.1.6...v0.1.7

Changelog

Sourced from creasi/laravel-nusa's changelog.

0.1.7 (2024-03-13)

Features

  • ci: init tests on laravel 11 (975fe02)
Commits
  • 4332031 chore(release): 0.1.7
  • 26e2cc0 Merge pull request #69 from creasico/feat/laravel-11
  • 5bf6617 chore(ci): drop tests on laravel 9.x
  • 975fe02 feat(ci): init tests on laravel 11
  • 910b7fd chore(db): update database
  • 0c6c849 refactor(static): move static generated csv and json files
  • 1a53c74 chore(db): prevent error when importing invalid data from upstream module
  • fb64b3a Merge pull request #65 from creasico/dependabot/composer/dependencies-cc98769813
  • 2aa3a39 Merge pull request #66 from creasico/dependabot/composer/dev-dependencies-30f...
  • dffdd0d Merge pull request #67 from creasico/dependabot/npm_and_yarn/dependencies-4c7...
  • Additional commits viewable in compare view

Updates sentry/sentry-laravel from 4.2.0 to 4.4.0

Release notes

Sourced from sentry/sentry-laravel's releases.

4.4.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.4.0.

Features

  • Add support for Laravel 11 Context [(#869)](getsentry/sentry-laravel#869)

    If you are using Laravel 11 and the new "Context" capabilities we now automatically capture that context for you and it will be visible in Sentry. Read more about the feature in the Laravel documentation and how to use it.

4.3.1

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.3.1.

Bug Fixes

4.3.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.3.0.

Features

  • Add support for Laravel 11.0 [(#845)](getsentry/sentry-laravel#845)

    If you're upgrading an existing Laravel 10 application to the new Laravel 11 directory structure, you must change how Sentry integrates into the exception handler. Update your bootstrap/app.php with:

    <?php
    use Illuminate\Foundation\Application;
    use Illuminate\Foundation\Configuration\Exceptions;
    use Illuminate\Foundation\Configuration\Middleware;
    use Sentry\Laravel\Integration;
    return Application::configure(basePath: dirname(DIR))
    ->withRouting(
    web: DIR.'/../routes/web.php',
    commands: DIR.'/../routes/console.php',
    health: '/up',
    )
    ->withMiddleware(function (Middleware $middleware) {
    //
    })
    ->withExceptions(function (Exceptions $exceptions) {
    Integration::handles($exceptions);
    })->create();

    If you plan to perform up-time checks against the new Laravel 11 /up health URL, ignore this transaction in your config/sentry.php file, as not doing so could consume a substantial amount of your performance unit quota.

... (truncated)

Changelog

Sourced from sentry/sentry-laravel's changelog.

4.4.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.4.0.

Features

  • Add support for Laravel 11 Context [(#869)](getsentry/sentry-laravel#869)

    If you are using Laravel 11 and the new "Context" capabilities we now automatically capture that context for you and it will be visible in Sentry. Read more about the feature in the Laravel documentation and how to use it.

4.3.1

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.3.1.

Bug Fixes

4.3.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.3.0.

Features

  • Add support for Laravel 11.0 [(#845)](getsentry/sentry-laravel#845)

    If you're upgrading an existing Laravel 10 application to the new Laravel 11 directory structure, you must change how Sentry integrates into the exception handler. Update your bootstrap/app.php with:

    <?php
    use Illuminate\Foundation\Application;
    use Illuminate\Foundation\Configuration\Exceptions;
    use Illuminate\Foundation\Configuration\Middleware;
    use Sentry\Laravel\Integration;
    return Application::configure(basePath: dirname(DIR))
    ->withRouting(
    web: DIR.'/../routes/web.php',
    commands: DIR.'/../routes/console.php',
    health: '/up',
    )
    ->withMiddleware(function (Middleware $middleware) {
    //
    })
    ->withExceptions(function (Exceptions $exceptions) {
    Integration::handles($exceptions);
    })->create();

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 2 updates: [creasi/laravel-nusa](https://github.com/creasico/laravel-nusa) and [sentry/sentry-laravel](https://github.com/getsentry/sentry-laravel).


Updates `creasi/laravel-nusa` from 0.1.6 to 0.1.7
- [Release notes](https://github.com/creasico/laravel-nusa/releases)
- [Changelog](https://github.com/creasico/laravel-nusa/blob/main/CHANGELOG.md)
- [Commits](creasico/laravel-nusa@v0.1.6...v0.1.7)

Updates `sentry/sentry-laravel` from 4.2.0 to 4.4.0
- [Release notes](https://github.com/getsentry/sentry-laravel/releases)
- [Changelog](https://github.com/getsentry/sentry-laravel/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-laravel@4.2.0...4.4.0)

---
updated-dependencies:
- dependency-name: creasi/laravel-nusa
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sentry/sentry-laravel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner April 1, 2024 09:42
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
@github-actions github-actions bot added the enhancement New feature or request label Apr 1, 2024
@feryardiant feryardiant merged commit 72fb65c into main Apr 1, 2024
4 of 6 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dependencies-a336235935 branch April 1, 2024 09:50
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 enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant