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

Conversation

dependabot[bot]
Copy link

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

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

Package From To
aws-sdk 2.1486.0 2.1611.0
@types/bn.js 5.1.4 5.1.5
@types/chai-as-promised 7.1.7 7.1.8
@types/from2 2.3.4 2.3.5
eslint-config-prettier 9.0.0 9.1.0
genversion 3.1.1 3.2.0
verdaccio 5.27.0 5.30.3

Updates aws-sdk from 2.1486.0 to 2.1611.0

Release notes

Sourced from aws-sdk's releases.

Release v2.1611.0

See changelog for more information.

Release v2.1610.0

See changelog for more information.

Release v2.1609.0

See changelog for more information.

Release v2.1608.0

See changelog for more information.

Release v2.1607.0

See changelog for more information.

Release v2.1606.0

See changelog for more information.

Release v2.1605.0

See changelog for more information.

Release v2.1604.0

See changelog for more information.

Release v2.1603.0

See changelog for more information.

Release v2.1602.0

See changelog for more information.

Release v2.1601.0

See changelog for more information.

Release v2.1600.0

See changelog for more information.

Release v2.1599.0

See changelog for more information.

Release v2.1598.0

See changelog for more information.

Release v2.1597.0

See changelog for more information.

Release v2.1596.0

See changelog for more information.

Release v2.1595.0

See changelog for more information.

... (truncated)

Commits

Updates @types/bn.js from 5.1.4 to 5.1.5

Commits

Updates @types/chai-as-promised from 7.1.7 to 7.1.8

Commits

Updates @types/from2 from 2.3.4 to 2.3.5

Commits

Updates eslint-config-prettier from 9.0.0 to 9.1.0

Changelog

Sourced from eslint-config-prettier's changelog.

Version 9.1.0 (2023-12-02)

  • Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (@​gurgunday)!
  • Changed: All the [formatting rules that were deprecated in ESLint 8.53.0][deprecated-8.53.0] are now excluded if you set the ESLINT_CONFIG_PRETTIER_NO_DEPRECATED environment variable.
Commits
  • 40c7f3d eslint-config-prettier v9.1.0
  • 4110dff Merge pull request #271 from prettier/deprecated
  • 6d0bd92 Update tests to handle newly deprecated rules
  • 4c876b9 Move rules deprecated in ESLint 8.53.0 to the deprecated section
  • 24445c0 Use specialRule constant
  • 7827196 Group deprecated and removed rules by version
  • 48f804c Roll back to ESLint 8.52.0 for now
  • 16f03b8 Update Prettier
  • b06d618 Update npm packages
  • 25fc427 turn off unicorn/template-indent (#269)
  • Additional commits viewable in compare view

Updates genversion from 3.1.1 to 3.2.0

Release notes

Sourced from genversion's releases.

v3.2.0

🎁 New features:

  • added option --backtick / useBackticks to generate with backticks instead of single quotes. Thanks @​darylwright
  • added option --force to rewrite target file even when it might be unsafe. Thanks @​alexandercerutti
  • added option --property / properties to pick additional properties from package.json. Thanks @​dattran1999 and @​alexandercerutti
  • added options --template / template and --template-engine / templateEngine to generate with a custom template.
  • added option --esm to alias --es6 flag that might be deprecated in future.
  • added option useEsmSyntax to alias useEs6Syntax that might be deprecated in future.

🐛 Bugfixes:

  • improved CLI exit behaviour to ensure all output is flushed before exit

📃 Documentation changes:

  • added instructions how to integrate with the npm version command. Thanks @​sanjaypojo
  • improved genversion logo to work on dark backgrounds.
  • changed image file names to be more SEO friendly
  • improved documentation in general

⚙️ DevOps changes:

  • uninstalled unused dev dependencies: eslint, command-line-test
  • implemented in-house clitest module to replace command-line-test
  • lots of refactoring under the hood
  • extended test suite
  • switched from broken Travis CI to GitHub Actions
Commits
  • b3d0354 bump 3.2.0
  • 1766dfc Merge pull request #29 from axelpale/feature-actions
  • 46ec337 npmignore github workflows
  • bd2ec88 replace travis badge with github actions badge
  • be79545 downgrade mocha@8 to support node v10
  • 57de824 downgrade to standard v16 to support node v10
  • 7ee15c2 test on node v10 and v12
  • f7aa628 try github actions without npm cache
  • 9b64d75 improve github actions workflow
  • 6fb5c9c use replace instead of replaceAll to support node<=14
  • Additional commits viewable in compare view

Updates verdaccio from 5.27.0 to 5.30.3

Release notes

Sourced from verdaccio's releases.

@​verdaccio/logger-7@​6.0.0-6-next.3

Patch Changes

  • dcb5b929: bump up @​verdaccio/logger-7
Changelog

Sourced from verdaccio's changelog.

5.30.3 (2024-04-06)

Bug Fixes

  • upgrade docker file base image to v20.12.1 (#4576) (513b10d)

5.30.2 (2024-03-24)

Bug Fixes

  • update @​verdaccio/search-indexer engine restrictions (1ceb9f9)

5.30.1 (2024-03-24)

Bug Fixes

5.30.0 (2024-03-24)

Features

  • deps: update core verdaccio dependencies (5.x) (#4558) (72c3ab7)

Bug Fixes

5.29.2 (2024-02-21)

Bug Fixes

  • deps: update core verdaccio dependencies (5.x) (#4516) (11f3309)

5.29.1 (2024-02-17)

Bug Fixes

... (truncated)

Commits
  • 5e78276 chore(release): 5.30.3
  • 513b10d fix: upgrade docker file base image to v20.12.1 (#4576)
  • 6868fdb chore(release): 5.30.2
  • 1ceb9f9 fix: update @​verdaccio/search-indexer engine restrictions
  • 161e7ab chore(release): 5.30.1
  • a9cfae5 fix: remove search dependency (#4560)
  • 11419b0 chore(release): 5.30.0
  • 72c3ab7 feat(deps): update core verdaccio dependencies (5.x) (#4558)
  • bf2a2c3 chore(deps): update babel monorepo (#4556)
  • 7ddffb0 chore: migrate to @​verdaccio/local-storage-legacy (#4545)
  • 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

…h 7 updates

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

| Package | From | To |
| --- | --- | --- |
| [aws-sdk](https://github.com/aws/aws-sdk-js) | `2.1486.0` | `2.1611.0` |
| [@types/bn.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bn.js) | `5.1.4` | `5.1.5` |
| [@types/chai-as-promised](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai-as-promised) | `7.1.7` | `7.1.8` |
| [@types/from2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/from2) | `2.3.4` | `2.3.5` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.0.0` | `9.1.0` |
| [genversion](https://github.com/axelpale/genversion) | `3.1.1` | `3.2.0` |
| [verdaccio](https://github.com/verdaccio/verdaccio) | `5.27.0` | `5.30.3` |



Updates `aws-sdk` from 2.1486.0 to 2.1611.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1486.0...v2.1611.0)

Updates `@types/bn.js` from 5.1.4 to 5.1.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bn.js)

Updates `@types/chai-as-promised` from 7.1.7 to 7.1.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai-as-promised)

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

Updates `eslint-config-prettier` from 9.0.0 to 9.1.0
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.0.0...v9.1.0)

Updates `genversion` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/axelpale/genversion/releases)
- [Commits](axelpale/genversion@v3.1.1...v3.2.0)

Updates `verdaccio` from 5.27.0 to 5.30.3
- [Release notes](https://github.com/verdaccio/verdaccio/releases)
- [Changelog](https://github.com/verdaccio/verdaccio/blob/v5.30.3/CHANGELOG.md)
- [Commits](verdaccio/verdaccio@v5.27.0...v5.30.3)

---
updated-dependencies:
- dependency-name: aws-sdk
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@types/bn.js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@types/chai-as-promised"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@types/from2"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: genversion
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: verdaccio
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 2, 2024
Copy link
Author

dependabot bot commented on behalf of github May 3, 2024

Superseded by #538.

@dependabot dependabot bot closed this May 3, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-4d2ee74221 branch May 3, 2024 13:21
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
0 participants