Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

chore(deps-dev): bump the development group across 1 directory with 2 updates#107

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-17f58c1f88
Closed

chore(deps-dev): bump the development group across 1 directory with 2 updates#107
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-17f58c1f88

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2024

Copy link
Copy Markdown
Contributor

Bumps the development group with 2 updates in the / directory: @compas/code-gen and @compas/eslint-plugin.

Updates @compas/code-gen from 0.10.0 to 0.12.3

Release notes

Sourced from @​compas/code-gen's releases.

v0.12.3

Bug fixes

  • fix(sentry): use local identity functions when startNewTrace is not available 28e89d

v0.12.2

Features

  • feat(stdlib,store,server): Sentry v7 & v8 compat 738283

v0.12.1

Features

  • feat(stdlib,queue): explicit wrap Sentry in new traces 3ff39e

v0.12.0

Breaking changes

  • feat(stdlib): support Sentry V8 8891d3
    • Requires Sentry v8+. This should result in the same information in Sentry, since Compas already used the new Span based api's.
    • Removes the need for _experiments.metricsAggregator
    • Use lazy imports after Sentry.init, this allows Sentry to instrument other imports.
    • Removes the need for calling Sentry.autoDiscoverNodePerformanceMonitoringIntegrations().
    • Removes the need for explicitly setting captureErrorCause: true.

Features

  • feat(cli): widen range of supported Postgres versions 4cd0b7
  • feat(cli): prefer 'lint' and 'lint:ci' scripts from package.json when running 'compas lint' 127d73

Bug fixes

  • fix(server): collapse sentry metrics for OPTIONS and HEAD requests 5167f1

Other

  • chore(dependabot): drop grouped updates 928b6d
  • chore(ci): simplify CI 4a24ee

Dependency updates

  • build(deps): bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group (#3212) d2fda5
  • build(deps): bump pino from 8.20.0 to 9.2.0 (#3234)
  • build(deps): bump c8 from 9.1.0 to 10.1.2 (#3229)

... (truncated)

Changelog

Sourced from @​compas/code-gen's changelog.

v0.12.3

Bug fixes

  • fix(sentry): use local identity functions when startNewTrace is not available 28e89d

v0.12.2

Features

  • feat(stdlib,store,server): Sentry v7 & v8 compat 738283

v0.12.1

Features

  • feat(stdlib,queue): explicit wrap Sentry in new traces 3ff39e

v0.12.0

Notable changes

  • feat(stdlib): support Sentry v8 8891d3
    • Compatible with both Sentry v7 & v8.
    • Note that Sentry v8 uses Node.js Module Loader hooks, which doesn't support primitive live bindings and thus might break your application. Watch getsentry/sentry-javascript#12806 for updates.
    • For v8, the following options can be removed from the Sentry.init call:
      • Removes the need for _experiments.metricsAggregator
      • Removes the need for calling Sentry.autoDiscoverNodePerformanceMonitoringIntegrations().
      • Removes the need for explicitly setting captureErrorCause: true.

Features

  • feat(cli): widen range of supported Postgres versions 4cd0b7
  • feat(cli): prefer 'lint' and 'lint:ci' scripts from package.json when running 'compas lint' 127d73

Bug fixes

  • fix(server): collapse sentry metrics for OPTIONS and HEAD requests 5167f1

... (truncated)

Commits

Updates @compas/eslint-plugin from 0.10.0 to 0.12.3

Release notes

Sourced from @​compas/eslint-plugin's releases.

v0.12.3

Bug fixes

  • fix(sentry): use local identity functions when startNewTrace is not available 28e89d

v0.12.2

Features

  • feat(stdlib,store,server): Sentry v7 & v8 compat 738283

v0.12.1

Features

  • feat(stdlib,queue): explicit wrap Sentry in new traces 3ff39e

v0.12.0

Breaking changes

  • feat(stdlib): support Sentry V8 8891d3
    • Requires Sentry v8+. This should result in the same information in Sentry, since Compas already used the new Span based api's.
    • Removes the need for _experiments.metricsAggregator
    • Use lazy imports after Sentry.init, this allows Sentry to instrument other imports.
    • Removes the need for calling Sentry.autoDiscoverNodePerformanceMonitoringIntegrations().
    • Removes the need for explicitly setting captureErrorCause: true.

Features

  • feat(cli): widen range of supported Postgres versions 4cd0b7
  • feat(cli): prefer 'lint' and 'lint:ci' scripts from package.json when running 'compas lint' 127d73

Bug fixes

  • fix(server): collapse sentry metrics for OPTIONS and HEAD requests 5167f1

Other

  • chore(dependabot): drop grouped updates 928b6d
  • chore(ci): simplify CI 4a24ee

Dependency updates

  • build(deps): bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group (#3212) d2fda5
  • build(deps): bump pino from 8.20.0 to 9.2.0 (#3234)
  • build(deps): bump c8 from 9.1.0 to 10.1.2 (#3229)

... (truncated)

Changelog

Sourced from @​compas/eslint-plugin's changelog.

v0.12.3

Bug fixes

  • fix(sentry): use local identity functions when startNewTrace is not available 28e89d

v0.12.2

Features

  • feat(stdlib,store,server): Sentry v7 & v8 compat 738283

v0.12.1

Features

  • feat(stdlib,queue): explicit wrap Sentry in new traces 3ff39e

v0.12.0

Notable changes

  • feat(stdlib): support Sentry v8 8891d3
    • Compatible with both Sentry v7 & v8.
    • Note that Sentry v8 uses Node.js Module Loader hooks, which doesn't support primitive live bindings and thus might break your application. Watch getsentry/sentry-javascript#12806 for updates.
    • For v8, the following options can be removed from the Sentry.init call:
      • Removes the need for _experiments.metricsAggregator
      • Removes the need for calling Sentry.autoDiscoverNodePerformanceMonitoringIntegrations().
      • Removes the need for explicitly setting captureErrorCause: true.

Features

  • feat(cli): widen range of supported Postgres versions 4cd0b7
  • feat(cli): prefer 'lint' and 'lint:ci' scripts from package.json when running 'compas lint' 127d73

Bug fixes

  • fix(server): collapse sentry metrics for OPTIONS and HEAD requests 5167f1

... (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

… updates

Bumps the development group with 2 updates in the / directory: [@compas/code-gen](https://github.com/compasjs/compas/tree/HEAD/packages/code-gen) and [@compas/eslint-plugin](https://github.com/compasjs/compas/tree/HEAD/packages/eslint-plugin).


Updates `@compas/code-gen` from 0.10.0 to 0.12.3
- [Release notes](https://github.com/compasjs/compas/releases)
- [Changelog](https://github.com/compasjs/compas/blob/main/changelog.md)
- [Commits](https://github.com/compasjs/compas/commits/v0.12.3/packages/code-gen)

Updates `@compas/eslint-plugin` from 0.10.0 to 0.12.3
- [Release notes](https://github.com/compasjs/compas/releases)
- [Changelog](https://github.com/compasjs/compas/blob/main/changelog.md)
- [Commits](https://github.com/compasjs/compas/commits/v0.12.3/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@compas/code-gen"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: "@compas/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team as a code owner July 17, 2024 13:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 17, 2024
@dependabot @github

dependabot Bot commented on behalf of github Jul 31, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #109.

@dependabot dependabot Bot closed this Jul 31, 2024
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/development-17f58c1f88 branch July 31, 2024 13:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants