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

chore(deps): bump the production group across 1 directory with 8 updates#108

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-341efbe2ae
Closed

chore(deps): bump the production group across 1 directory with 8 updates#108
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-341efbe2ae

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the production group with 8 updates in the / directory:

Package From To
@compas/cli 0.10.0 0.12.3
@compas/server 0.10.0 0.12.3
@compas/stdlib 0.10.0 0.12.3
@compas/store 0.10.0 0.12.3
axios 1.6.8 1.7.2
nodemailer 6.9.13 6.9.14
@types/nodemailer 6.4.14 6.4.15
@lightbase/pull-through-cache 0.1.2 0.2.1

Updates @compas/cli from 0.10.0 to 0.12.3

Release notes

Sourced from @​compas/cli'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/cli'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/server from 0.10.0 to 0.12.3

Release notes

Sourced from @​compas/server'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/server'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
  • 289b405 v0.12.3
  • 28e89dd fix(sentry): use local identity functions when startNewTrace is not available
  • 26e51e8 v0.12.2
  • 7382836 feat(stdlib,store,server): Sentry v7 & v8 compat
  • d8da5d8 v0.12.1
  • 3ff39e4 feat(stdlib,queue): explicit wrap Sentry in new traces
  • 731fc72 v0.12.0
  • 8891d38 feat(stdlib): support Sentry V8
  • d01bcf3 build(deps): bump co-body from 6.1.0 to 6.2.0 (#3231)
  • 5167f11 fix(server): collapse sentry metrics for OPTIONS and HEAD requests
  • Additional commits viewable in compare view

Updates @compas/stdlib from 0.10.0 to 0.12.3

Release notes

Sourced from @​compas/stdlib'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/stdlib'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/store from 0.10.0 to 0.12.3

Release notes

Sourced from @​compas/store'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/store'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
  • 289b405 v0.12.3
  • 28e89dd fix(sentry): use local identity functions when startNewTrace is not available
  • 26e51e8 v0.12.2
  • 7382836 feat(stdlib,store,server): Sentry v7 & v8 compat
  • d8da5d8 v0.12.1
  • 3ff39e4 feat(stdlib,queue): explicit wrap Sentry in new traces
  • 731fc72 v0.12.0
  • 8891d38 feat(stdlib): support Sentry V8
  • 7d973d7 v0.11.2
  • ca1a0a8 feat(server,store): keep track of Sentry metrics about which routes and jobs ...
  • Additional commits viewable in compare view

Updates axios from 1.6.8 to 1.7.2

Release notes

Sourced from axios's releases.

Release v1.7.2

Release notes:

Bug Fixes

Contributors to this release

Release v1.7.1

Release notes:

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

Release v1.7.0

Release notes:

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

Release v1.7.0-beta.2

Release notes:

Bug Fixes

  • fetch: capitalize HTTP method names; (#6395) (ad3174a)
  • fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
  • fetch: fix headers getting from a stream response; (#6401) (870e0a7)

Contributors to this release

Release v1.7.0-beta.1

Release notes:

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.2 (2024-05-21)

Bug Fixes

Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

1.7.0 (2024-05-19)

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

1.7.0-beta.2 (2024-05-19)

Bug Fixes

  • fetch: capitalize HTTP method names; (#6395) (ad3174a)
  • fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
  • fetch: fix headers getting from a stream response; (#6401) (870e0a7)

Contributors to this release

... (truncated)

Commits
  • 0e4f9fa chore(release): v1.7.2 (#6414)
  • 4f79aef fix(fetch): enhance fetch API detection; (#6413)
  • 67d1373 chore(release): v1.7.1 (#6411)
  • 733f15f fix(fetch): fixed ReferenceError issue when TextEncoder is not available in t...
  • 3041c61 [Release] v1.7.0 (#6408)
  • 18b13cb chore(docs): add fetch adapter docs; (#6407)
  • e62099b fix(fetch): fixed a possible memory leak in the AbortController for the strea...
  • b49aa8e chore(release): v1.7.0-beta.2 (#6403)
  • d57f03a chore(ci): bump create-pull-request version to fix a bug; (#6405)
  • 097b0d1 chore(ci): add tag resolution for npm releases based on package version; (#6404)
  • Additional commits viewable in compare view

Updates nodemailer from 6.9.13 to 6.9.14

Release notes

Sourced from nodemailer's releases.

v6.9.14

6.9.14 (2024-06-19)

Bug Fixes

  • api: Added support for Ethereal authentication (56b2205)
  • services.json: Add Email Services Provider Feishu Mail (CN) (#1648) (e9e9ecc)
  • services.json: update Mailtrap host and port in well known (#1652) (fc2c9ea)
  • well-known-services: Add Loopia in well known services (#1655) (21a28a1)
Changelog

Sourced from nodemailer's changelog.

6.9.14 (2024-06-19)

Bug Fixes

  • api: Added support for Ethereal authentication (56b2205)
  • services.json: Add Email Services Provider Feishu Mail (CN) (#1648) (e9e9ecc)
  • services.json: update Mailtrap host and port in well known (#1652) (fc2c9ea)
  • well-known-services: Add Loopia in well known services (#1655) (21a28a1)
Commits
  • f9a92ed chore(master): release 6.9.14 [skip-ci] (#1649)
  • 56b2205 fix(api): Added support for Ethereal authentication
  • 21a28a1 fix(well-known-services): Add Loopia in well known services (#1655)
  • fc2c9ea fix(services.json): update Mailtrap host and port in well known (#1652)
  • e9e9ecc fix(services.json): Add Email Services Provider Feishu Mail (CN) (#1648)
  • See full diff in compare view

Updates @types/nodemailer from 6.4.14 to 6.4.15

Commits

Updates @lightbase/pull-through-cache from 0.1.2 to 0.2.1

Release notes

Sourced from @​lightbase/pull-through-cache's releases.

pull-through-cache: v0.2.1

0.2.1 (2024-07-03)

Miscellaneous

  • Switch to Vitest for running all the tests (#125) (ce0ce78)
  • Use correct repository.url in package.json (175439d)

pull-through-cache: v0.2.0

0.2.0 (2024-06-10)

Features

  • Add event callback support (a537bc1)
  • Support .clearAll() to empty the cache (55a7f2c)

eslint-config: v0.2.0

0.2.0 (2024-06-25)

Features

  • Disable import rules which are covered by TypeScript (a0982be)

Dependencies

  • Bump eslint-plugin-jsdoc from 48.2.9 to 48.2.12 (#105) (630ca69)
  • Bump globals from 15.4.0 to 15.6.0 (#106) (627ed9d)
  • Bump prettier from 3.3.1 to 3.3.2 (#101) (51aace8)
  • Bump typescript-eslint from 7.12.0 to 7.13.0 (#98) (8d1c475)
  • Bump typescript-eslint from 7.13.0 to 7.14.1 (#116) (a726e42)

eslint-config: v0.1.4

0.1.4 (2024-06-07)

Dependencies

  • Bump eslint-plugin-jsdoc from 48.2.7 to 48.2.9 (#95) (e870a9a)
  • Bump globals from 15.3.0 to 15.4.0 (#94) (a7ff9d9)
  • Bump prettier from 3.3.0 to 3.3.1 (#92) (93356b8)
  • Bump typescript-eslint from 7.11.0 to 7.12.0 (#89) (dc54716)

eslint-config: v0.1.3

0.1.3 (2024-06-04)

... (truncated)

Changelog

Sourced from @​lightbase/pull-through-cache's changelog.

0.2.1 (2024-07-03)

Miscellaneous

  • Switch to Vitest for running all the tests (#125) (ce0ce78)
  • Use correct repository.url in package.json (175439d)

0.2.0 (2024-06-10)

Features

  • Add event callback support (a537bc1)
  • Support .clearAll() to empty the cache (55a7f2c)
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 production group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@compas/cli](https://github.com/compasjs/compas/tree/HEAD/packages/cli) | `0.10.0` | `0.12.3` |
| [@compas/server](https://github.com/compasjs/compas/tree/HEAD/packages/server) | `0.10.0` | `0.12.3` |
| [@compas/stdlib](https://github.com/compasjs/compas/tree/HEAD/packages/stdlib) | `0.10.0` | `0.12.3` |
| [@compas/store](https://github.com/compasjs/compas/tree/HEAD/packages/store) | `0.10.0` | `0.12.3` |
| [axios](https://github.com/axios/axios) | `1.6.8` | `1.7.2` |
| [nodemailer](https://github.com/nodemailer/nodemailer) | `6.9.13` | `6.9.14` |
| [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer) | `6.4.14` | `6.4.15` |
| [@lightbase/pull-through-cache](https://github.com/lightbasenl/platforms/tree/HEAD/packages/pull-through-cache) | `0.1.2` | `0.2.1` |



Updates `@compas/cli` 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/cli)

Updates `@compas/server` 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/server)

Updates `@compas/stdlib` 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/stdlib)

Updates `@compas/store` 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/store)

Updates `axios` from 1.6.8 to 1.7.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.8...v1.7.2)

Updates `nodemailer` from 6.9.13 to 6.9.14
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v6.9.13...v6.9.14)

Updates `@types/nodemailer` from 6.4.14 to 6.4.15
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodemailer)

Updates `@lightbase/pull-through-cache` from 0.1.2 to 0.2.1
- [Release notes](https://github.com/lightbasenl/platforms/releases)
- [Changelog](https://github.com/lightbasenl/platforms/blob/main/packages/pull-through-cache/CHANGELOG.md)
- [Commits](https://github.com/lightbasenl/platforms/commits/pull-through-cache-v0.2.1/packages/pull-through-cache)

---
updated-dependencies:
- dependency-name: "@compas/cli"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@compas/server"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@compas/stdlib"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@compas/store"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: nodemailer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@types/nodemailer"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@lightbase/pull-through-cache"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
...

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 #110.

@dependabot dependabot Bot closed this Jul 31, 2024
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/production-341efbe2ae branch July 31, 2024 13:20
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