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 production-dependencies group with 13 updates #720

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production-dependencies group with 13 updates:

Package From To
glob 10.3.10 10.4.1
@astrojs/sitemap 3.1.1 3.1.5
@expressive-code/plugin-collapsible-sections 0.33.4 0.33.5
d3 7.8.5 7.9.0
eslint-plugin-jest 27.6.3 27.9.0
@types/node 20.11.17 20.13.0
@vitest/coverage-v8 1.2.2 1.6.0
minimatch 9.0.3 9.0.4
picocolors 1.0.0 1.0.1
ajv 8.12.0 8.14.0
ejs 3.1.9 3.1.10
inquirer 9.2.13 9.2.23
semver 7.5.4 7.6.2

Updates glob from 10.3.10 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 @astrojs/sitemap from 3.1.1 to 3.1.5

Release notes

Sourced from @​astrojs/sitemap's releases.

@​astrojs/sitemap@​3.1.5

Patch Changes

@​astrojs/sitemap@​3.1.4

Patch Changes

@​astrojs/sitemap@​3.1.3

Patch Changes

Changelog

Sourced from @​astrojs/sitemap's changelog.

3.1.5

Patch Changes

3.1.4

Patch Changes

3.1.3

Patch Changes

3.1.2

Patch Changes

Commits

Updates @expressive-code/plugin-collapsible-sections from 0.33.4 to 0.33.5

Release notes

Sourced from @​expressive-code/plugin-collapsible-sections's releases.

@​expressive-code/plugin-collapsible-sections@​0.33.5

Patch Changes

  • Updated dependencies [2469749]
    • @​expressive-code/core@​0.33.5
Changelog

Sourced from @​expressive-code/plugin-collapsible-sections's changelog.

0.33.5

Patch Changes

  • Updated dependencies [2469749]
    • @​expressive-code/core@​0.33.5
Commits

Updates d3 from 7.8.5 to 7.9.0

Release notes

Sourced from d3's releases.

v7.9.0

Commits

Updates eslint-plugin-jest from 27.6.3 to 27.9.0

Release notes

Sourced from eslint-plugin-jest's releases.

v27.9.0

27.9.0 (2024-02-16)

Features

  • add should-be-fine support for flat configs (#1505) (4cc2a1b)

v27.8.0

27.8.0 (2024-02-13)

Features

v27.8.0-next.1

27.8.0-next.1 (2024-02-13)

Features

v27.7.0

27.7.0 (2024-02-13)

Features

  • allow [@typescript-eslint](https://github.com/typescript-eslint) v7 (#1500) (6be2928)
Changelog

Sourced from eslint-plugin-jest's changelog.

27.9.0 (2024-02-16)

Features

  • add should-be-fine support for flat configs (#1505) (4cc2a1b)

27.8.0 (2024-02-13)

Features

27.7.0 (2024-02-13)

Features

  • allow [@typescript-eslint](https://github.com/typescript-eslint) v7 (#1500) (6be2928)
Commits
  • d75ba30 chore(release): 27.9.0 [skip ci]
  • 4cc2a1b feat: add should-be-fine support for flat configs (#1505)
  • 14eafdd refactor: use types from @typescript-eslint/utils for snapshot processor (#...
  • 8fac5eb ci: don't test @typescript-eslint v7 against Node v19 (#1502)
  • 8557b08 chore(release): 27.8.0 [skip ci]
  • 9e9cf83 feat: support failing.each (#1499)
  • b100c13 chore(release): 27.7.0 [skip ci]
  • 6be2928 feat: allow @typescript-eslint v7 (#1500)
  • 196581a chore: format tsconfig.json (#1501)
  • 09e7b04 chore(deps): lock file maintenance
  • Additional commits viewable in compare view

Updates @types/node from 20.11.17 to 20.13.0

Commits

Updates @vitest/coverage-v8 from 1.2.2 to 1.6.0

Release notes

Sourced from @​vitest/coverage-v8's releases.

v1.6.0

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v1.5.3

   🐞 Bug Fixes

    View changes on GitHub

v1.5.2

   🐞 Bug Fixes

    View changes on GitHub

v1.5.1

   🚀 Features

... (truncated)

Commits
  • 6b29f3d chore: release v1.6.0
  • c9883f3 fix(coverage): apply vite-node's wrapper only to executed files (#5642)
  • a52964b chore: release v1.5.3
  • 81f57f4 chore: release v1.5.2
  • 1be4510 chore: release v1.5.1
  • 80265b4 fix(coverage): thresholds to compare files relative to root (#5574)
  • ea3c16e fix(coverage): prevent crash when cleanOnRerun is disabled (#5540)
  • 9e7a01c chore: release v1.5.0
  • 10b8971 feat(coverage): v8 to ignore empty lines, comments, types (#5457)
  • a8da192 chore: release v1.4.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by vitestbot, a new releaser for @​vitest/coverage-v8 since your current version.


Updates minimatch from 9.0.3 to 9.0.4

Commits

Updates picocolors from 1.0.0 to 1.0.1

Release notes

Sourced from picocolors's releases.

picocolors 1.0.1

What's new?

Changelog

Sourced from picocolors's changelog.

v1.0.1

  • Updated color detection mechanism to work properly on Vercel Edge Runtime (#64)
  • Remove use of recursion to avoid possible stack overflow for very long inputs (#56)
Commits

Updates ajv from 8.12.0 to 8.14.0

Release notes

Sourced from ajv's releases.

v8.14.0

What's Changed

New Contributors

Full Changelog: ajv-validator/ajv@v8.13.0...v8.14.0

v8.13.0

  • add named exports
  • update dependencies
  • update node.js
Commits

Updates ejs from 3.1.9 to 3.1.10

Release notes

Sourced from ejs's releases.

v3.1.10

Version 3.1.10

Commits

Updates inquirer from 9.2.13 to 9.2.23

Release notes

Sourced from inquirer's releases.

inquirer@9.2.22

  • editor prompt: Fixed compatibility issue between default and waitUserInput options. #1405

inquirer@9.2.18

  • On windows, we will now use unicode characters whenever possible
Commits
  • 209b4ce Publish
  • 8e3f5e4 Chore(deps): Bump tar from 6.1.15 to 6.2.1 in the npm_and_yarn group across 1...
  • b79c1c3 Chore: Bump dependencies
  • 8b47d18 Fix #983: Add sideEffects to package.json to enable tree-shaking
  • a2d9254 Publish
  • 303f4a1 Fix: Open editor with default value (#1406)
  • 3b2032a Chore: Bump dependencies
  • 450c1d3 Chore: Add x invalid task configuration
  • 27d1c0a Publish
  • 7f1f592 Fix (core): makeTheme should perform deep merges of objects (#1403)
  • Additional commits viewable in compare view

Updates semver from 7.5.4 to 7.6.2

Release notes

Sourced from semver's releases.

v7.6.2

7.6.2 (2024-05-09)

Bug Fixes

v7.6.1

7.6.1 (2024-05-04)

Bug Fixes

Dependencies

Chores

v7.6.0

7.6.0 (2024-01-31)

Features

Chores

... (truncated)

Changelog

Sourced from semver's changelog.

7.6.2 (2024-05-09)

Bug Fixes

7.6.1 (2024-05-04)

Bug Fixes

Dependencies

Chores

7.6.0 (2024-01-31)

Features

Chores

Commits
  • eb1380b chore: release 7.6.2 (#714)
  • 6466ba9 fix(lru): use map.delete() directly (#713)
  • Description has been truncated

Bumps the production-dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [glob](https://github.com/isaacs/node-glob) | `10.3.10` | `10.4.1` |
| [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) | `3.1.1` | `3.1.5` |
| [@expressive-code/plugin-collapsible-sections](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/@expressive-code/plugin-collapsible-sections) | `0.33.4` | `0.33.5` |
| [d3](https://github.com/d3/d3) | `7.8.5` | `7.9.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `27.6.3` | `27.9.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.17` | `20.13.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.2.2` | `1.6.0` |
| [minimatch](https://github.com/isaacs/minimatch) | `9.0.3` | `9.0.4` |
| [picocolors](https://github.com/alexeyraspopov/picocolors) | `1.0.0` | `1.0.1` |
| [ajv](https://github.com/ajv-validator/ajv) | `8.12.0` | `8.14.0` |
| [ejs](https://github.com/mde/ejs) | `3.1.9` | `3.1.10` |
| [inquirer](https://github.com/SBoudrias/Inquirer.js) | `9.2.13` | `9.2.23` |
| [semver](https://github.com/npm/node-semver) | `7.5.4` | `7.6.2` |


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

Updates `@astrojs/sitemap` from 3.1.1 to 3.1.5
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.1.5/packages/integrations/sitemap)

Updates `@expressive-code/plugin-collapsible-sections` from 0.33.4 to 0.33.5
- [Release notes](https://github.com/expressive-code/expressive-code/releases)
- [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/@expressive-code/plugin-collapsible-sections/CHANGELOG.md)
- [Commits](https://github.com/expressive-code/expressive-code/commits/@expressive-code/plugin-collapsible-sections@0.33.5/packages/@expressive-code/plugin-collapsible-sections)

Updates `d3` from 7.8.5 to 7.9.0
- [Release notes](https://github.com/d3/d3/releases)
- [Changelog](https://github.com/d3/d3/blob/main/CHANGES.md)
- [Commits](d3/d3@v7.8.5...v7.9.0)

Updates `eslint-plugin-jest` from 27.6.3 to 27.9.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v27.6.3...v27.9.0)

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

Updates `@vitest/coverage-v8` from 1.2.2 to 1.6.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.0/packages/coverage-v8)

Updates `minimatch` from 9.0.3 to 9.0.4
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v9.0.3...v9.0.4)

Updates `picocolors` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/alexeyraspopov/picocolors/releases)
- [Changelog](https://github.com/alexeyraspopov/picocolors/blob/main/CHANGELOG.md)
- [Commits](alexeyraspopov/picocolors@v1.0.0...v1.0.1)

Updates `ajv` from 8.12.0 to 8.14.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v8.12.0...v8.14.0)

Updates `ejs` from 3.1.9 to 3.1.10
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](mde/ejs@v3.1.9...v3.1.10)

Updates `inquirer` from 9.2.13 to 9.2.23
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.2.13...inquirer@9.2.23)

Updates `semver` from 7.5.4 to 7.6.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.5.4...v7.6.2)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@astrojs/sitemap"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@expressive-code/plugin-collapsible-sections"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: d3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: eslint-plugin-jest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: minimatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: picocolors
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ajv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ejs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: inquirer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from paularmstrong as a code owner June 1, 2024 10:48
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2024
Copy link

netlify bot commented Jun 1, 2024

Deploy Preview for onerepo ready!

Name Link
🔨 Latest commit 9a32692
🔍 Latest deploy log https://app.netlify.com/sites/onerepo/deploys/665afc930612ea00086197ff
😎 Deploy Preview https://deploy-preview-720--onerepo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 93 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-1a0be13c8a branch July 1, 2024 10:44
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants