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-dev): bump the development-dependencies group across 1 directory with 9 updates #260

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2024

Bumps the development-dependencies group with 9 updates in the / directory:

Package From To
@types/node 20.12.7 20.12.12
fastify 4.26.2 4.27.0
glob 10.3.12 10.4.1
pino-loki 2.2.1 2.3.0
tsx 4.7.2 4.11.0
vitepress 1.1.0 1.2.2
pino-pretty 11.0.0 11.1.0
testcontainers 10.8.1 10.9.0
esmock 2.6.4 2.6.5

Updates @types/node from 20.12.7 to 20.12.12

Commits

Updates fastify from 4.26.2 to 4.27.0

Release notes

Sourced from fastify's releases.

v4.27.0

What's Changed

New Contributors

... (truncated)

Commits

Updates glob from 10.3.12 to 10.4.1

Changelog

Sourced from glob's changelog.

changeglob

10.4

  • Add includeChildMatches: false option
  • Export the Ignore class

10.3

  • Add --default -p flag to provide a default pattern
  • exclude symbolic links to directories when follow and nodir are both set

10.2

  • Add glob cli

10.1

  • Return '.' instead of the empty string '' when the current working directory is returned as a match.
  • Add posix: true option to return / delimited paths, even on Windows.

10.0.0

  • No default exports, only named exports

9.3.3

  • Upgraded minimatch to v8, adding support for any degree of nested extglob patterns.

9.3

  • Add aliases for methods. glob.sync, glob.stream, glob.stream.sync, etc.

9.2

  • Support using a custom fs object, which is passed to PathScurry
  • add maxDepth option
  • add stat option
  • add custom Ignore support

9.1

  • Bring back the root option, albeit with slightly different semantics than in v8 and before.
  • Support { absolute:false } option to explicitly always return

... (truncated)

Commits

Updates pino-loki from 2.2.1 to 2.3.0

Release notes

Sourced from pino-loki's releases.

v2.3.0

   🚀 Features

    View changes on GitHub
Commits

Updates tsx from 4.7.2 to 4.11.0

Release notes

Sourced from tsx's releases.

v4.11.0

4.11.0 (2024-05-23)

Bug Fixes

  • only error on invalid tsconfig if explicitly passed in (#30) (b6bf39b)

Features

  • esm api: configurable tsconfig (3f42ae3)

This release is also available on:

v4.10.5

4.10.5 (2024-05-18)

Bug Fixes


This release is also available on:

v4.10.4

4.10.4 (2024-05-17)

Bug Fixes


This release is also available on:

... (truncated)

Commits
  • b6bf39b fix: only error on invalid tsconfig if explicitly passed in (#30)
  • 3f42ae3 feat(esm api): configurable tsconfig
  • 52d696c docs: use .md extension in links
  • b54131c refactor: reuse tsconfig util
  • eeaefd6 test: separate tsconfig tests
  • 9cf2115 test: refactor organize fixtures
  • a71c437 chore: update tsconfig.json
  • 86cf87c fix: handle parsing variable of
  • 4a8a2dc fix(cjs): support file url (#18)
  • 942e9bc fix: V8 coverage support
  • Additional commits viewable in compare view

Updates vitepress from 1.1.0 to 1.2.2

Release notes

Sourced from vitepress's releases.

v1.2.2

Please refer to CHANGELOG.md for details.

v1.2.0

Please refer to CHANGELOG.md for details.

v1.1.4

Please refer to CHANGELOG.md for details.

v1.1.3

Please refer to CHANGELOG.md for details.

v1.1.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.2.2 (2024-05-21)

Bug Fixes

  • dont escape ampersand twice in title (7ea3572)

1.2.1 (2024-05-21)

Bug Fixes

  • a11y: make code blocks accessible with keyboard (#3902) (cb308b9)
  • escape title properly in build (49b1233)
  • theme: remove unnecessary navigation role on nav element (af4717d)

1.2.0 (2024-05-18)

Bug Fixes

  • build: show file info on error (f0debd2)
  • dev: match dev and prod routing behavior (#3837) (b360ac8)
  • markdown: entities and escapes not working properly (#3882) (d5dbd70)
  • render 404 page completely on client to infer locale from browser path (#3858) (728cb15)
  • style: prefer YaHei over DengXian (f0a37b4)
  • theme/regression: custom font not applying in Chinese docs because of specificity (fa2f38a), closes #3864
  • theme: external link icon not visible for target _blank links (d08eeed), closes #3327
  • theme: fix invalid vp-offset in ssr (9794877)

Features

  • build/i18n: support customizing copy code button's tooltip text (#3854) (ed6ada7)
  • build: add localeIndex to md.env (#3862) (0cbb469)

1.1.4 (2024-04-27)

Bug Fixes

  • dev: multiple server instances being created when editing config too quickly (#3835) (729a890)
  • theme/a11y: add unique name to footer prev / next navigation landmark (e60c101)
  • theme/a11y: remove duplicate assistive text from outline nav (#3803) (733d986)
  • theme/i18n: 404 page not showing localized text (#3833) (cc11b8e)
  • theme: disable keypress effect on search button (ccc37bb)
  • theme: don't use Chinese quotes on non-Chinese documents (#3834) (75115f4)
  • theme: leaking event listener when going back/forward on Safari on iOS (#3658) (#3671) (1a72181)

1.1.3 (2024-04-18)

Bug Fixes

  • build/regression: markdown backslash escapes not working (d02d1e9), closes #3808

... (truncated)

Commits

Updates pino-pretty from 11.0.0 to 11.1.0

Release notes

Sourced from pino-pretty's releases.

v11.1.0

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v11.0.0...v11.1.0

Commits

Updates testcontainers from 10.8.1 to 10.9.0

Release notes

Sourced from testcontainers's releases.

v10.9.0

Changes

🚀 Features

v10.8.2

Changes

🚀 Features

🐛 Bug Fixes

  • Fix checking Reaper and the SSHd containers when _HUB_IMAGE_NAME_PREFIX provided @​silh (#751)
  • Fix parsing registry from env variable to work with trailing slash @​ilia-beliaev-miro (#748)
Commits

Updates esmock from 2.6.4 to 2.6.5

Release notes

Sourced from esmock's releases.

add node v22 to test matrix

add node 22 to ci test pipeline and use with { type: 'json' } import syntax for node >= 20,

Changelog

Sourced from esmock's changelog.

changelog

... (truncated)

Commits
  • 7d0f56d Merge pull request #299 from iambumblehead/increment-version-number
  • b5ca16e increment version number
  • f135cdc Merge pull request #298 from iambumblehead/resolve-test-errors-node-22
  • 9dca2fc remove node 21 from test matrix
  • 0143813 remove un-needed commented-out skip test condition
  • efcf307 try not skipping json import test with node 18
  • afb1b4f try not skipping json import test with node 20
  • 69d60b7 try using with syntax with node 20
  • 82516d6 try using with syntax with node 20
  • 802b7e6 update changelog
  • Additional commits viewable in compare view

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

…ectory with 9 updates

Bumps the development-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.7` | `20.12.12` |
| [fastify](https://github.com/fastify/fastify) | `4.26.2` | `4.27.0` |
| [glob](https://github.com/isaacs/node-glob) | `10.3.12` | `10.4.1` |
| [pino-loki](https://github.com/Julien-R44/pino-loki) | `2.2.1` | `2.3.0` |
| [tsx](https://github.com/privatenumber/tsx) | `4.7.2` | `4.11.0` |
| [vitepress](https://github.com/vuejs/vitepress) | `1.1.0` | `1.2.2` |
| [pino-pretty](https://github.com/pinojs/pino-pretty) | `11.0.0` | `11.1.0` |
| [testcontainers](https://github.com/testcontainers/testcontainers-node) | `10.8.1` | `10.9.0` |
| [esmock](https://github.com/iambumblehead/esmock) | `2.6.4` | `2.6.5` |



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

Updates `fastify` from 4.26.2 to 4.27.0
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v4.26.2...v4.27.0)

Updates `glob` from 10.3.12 to 10.4.1
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.3.12...v10.4.1)

Updates `pino-loki` from 2.2.1 to 2.3.0
- [Release notes](https://github.com/Julien-R44/pino-loki/releases)
- [Commits](Julien-R44/pino-loki@v2.2.1...v2.3.0)

Updates `tsx` from 4.7.2 to 4.11.0
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.7.2...v4.11.0)

Updates `vitepress` from 1.1.0 to 1.2.2
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v1.1.0...v1.2.2)

Updates `pino-pretty` from 11.0.0 to 11.1.0
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](pinojs/pino-pretty@v11.0.0...v11.1.0)

Updates `testcontainers` from 10.8.1 to 10.9.0
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](testcontainers/testcontainers-node@v10.8.1...v10.9.0)

Updates `esmock` from 2.6.4 to 2.6.5
- [Release notes](https://github.com/iambumblehead/esmock/releases)
- [Changelog](https://github.com/iambumblehead/esmock/blob/main/CHANGELOG.md)
- [Commits](iambumblehead/esmock@v2.6.4...v2.6.5)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: fastify
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: pino-loki
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: vitepress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: pino-pretty
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: testcontainers
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: esmock
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 27, 2024
@PierreDemailly PierreDemailly merged commit 4c47fde into main May 27, 2024
19 checks passed
@PierreDemailly PierreDemailly deleted the dependabot/npm_and_yarn/development-dependencies-0f48945df0 branch May 27, 2024 18:26
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant