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#105

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 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.11.2

Release notes

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

v0.11.2

Features

  • feat(server,store): keep track of Sentry metrics about which routes and jobs are run ca1a0a

v0.11.1

Features

  • feat(server): force a new Sentry trace id for each request 6ca680
  • feat(store): force a new Sentry trace id for job f4de6a

Bug fixes

  • fix(stdlib): enable event_span logging, even if sentry is used dfc0da

v0.11.0

Breaking changes

  • feat(eslint-plugin): stricter checks on missing eventStart calls 491561
    • Correctness checks; if event is passed into an async function, you most certainly want to call eventStart.

Features

  • feat(stdlib): make AppError compatible with Sentry 056d40

Bug fixes

  • fix(cli): make sure to load .cjs and .mjs test files ed546c

v0.10.6

Features

  • feat(stdlib): only add logs as breadcrumbs if a span is active d1a897
  • feat(cli): hard error the test runner if we don't have a test config and no package.json in the cwd fb1166

Other

  • chore(stdlib): fix TS issues ce2f67

v0.10.5

Features

  • feat(server): skip sentry span creation for head and options requests 31eb5b
  • feat(store): only start Sentry span for queries if a parent span exists d5d842

... (truncated)

Changelog

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

v0.11.2

Features

  • feat(server,store): keep track of Sentry metrics about which routes and jobs are run ca1a0a

v0.11.1

Features

  • feat(server): force a new Sentry trace id for each request 6ca680
  • feat(store): force a new Sentry trace id for job f4de6a

Bug fixes

  • fix(stdlib): enable event_span logging, even if sentry is used dfc0da

v0.11.0

Breaking changes

  • feat(eslint-plugin): stricter checks on missing eventStart calls 491561
    • Correctness checks; if event is passed into an async function, you most certainly want to call eventStart.

Features

  • feat(stdlib): make AppError compatible with Sentry 056d40

Bug fixes

  • fix(cli): make sure to load .cjs and .mjs test files ed546c

v0.10.6

Features

  • feat(stdlib): only add logs as breadcrumbs if a span is active d1a897
  • feat(cli): hard error the test runner if we don't have a test config and no package.json in the cwd fb1166

... (truncated)

Commits

Updates @compas/eslint-plugin from 0.10.0 to 0.11.2

Release notes

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

v0.11.2

Features

  • feat(server,store): keep track of Sentry metrics about which routes and jobs are run ca1a0a

v0.11.1

Features

  • feat(server): force a new Sentry trace id for each request 6ca680
  • feat(store): force a new Sentry trace id for job f4de6a

Bug fixes

  • fix(stdlib): enable event_span logging, even if sentry is used dfc0da

v0.11.0

Breaking changes

  • feat(eslint-plugin): stricter checks on missing eventStart calls 491561
    • Correctness checks; if event is passed into an async function, you most certainly want to call eventStart.

Features

  • feat(stdlib): make AppError compatible with Sentry 056d40

Bug fixes

  • fix(cli): make sure to load .cjs and .mjs test files ed546c

v0.10.6

Features

  • feat(stdlib): only add logs as breadcrumbs if a span is active d1a897
  • feat(cli): hard error the test runner if we don't have a test config and no package.json in the cwd fb1166

Other

  • chore(stdlib): fix TS issues ce2f67

v0.10.5

Features

  • feat(server): skip sentry span creation for head and options requests 31eb5b
  • feat(store): only start Sentry span for queries if a parent span exists d5d842

... (truncated)

Changelog

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

v0.11.2

Features

  • feat(server,store): keep track of Sentry metrics about which routes and jobs are run ca1a0a

v0.11.1

Features

  • feat(server): force a new Sentry trace id for each request 6ca680
  • feat(store): force a new Sentry trace id for job f4de6a

Bug fixes

  • fix(stdlib): enable event_span logging, even if sentry is used dfc0da

v0.11.0

Breaking changes

  • feat(eslint-plugin): stricter checks on missing eventStart calls 491561
    • Correctness checks; if event is passed into an async function, you most certainly want to call eventStart.

Features

  • feat(stdlib): make AppError compatible with Sentry 056d40

Bug fixes

  • fix(cli): make sure to load .cjs and .mjs test files ed546c

v0.10.6

Features

  • feat(stdlib): only add logs as breadcrumbs if a span is active d1a897
  • feat(cli): hard error the test runner if we don't have a test config and no package.json in the cwd fb1166

... (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.11.2
- [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.11.2/packages/code-gen)

Updates `@compas/eslint-plugin` from 0.10.0 to 0.11.2
- [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.11.2/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 June 26, 2024 13:11
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 26, 2024
@dependabot @github

dependabot Bot commented on behalf of github Jul 17, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #107.

@dependabot dependabot Bot closed this Jul 17, 2024
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/development-ec202cfe72 branch July 17, 2024 13:32
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