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

Bump @nestjs/config from 2.2.0 to 3.1.1 #2363

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps @nestjs/config from 2.2.0 to 3.1.1.

Release notes

Sourced from @​nestjs/config's releases.

Release 3.1.1

  • fix: exclude undefined if default value specified #1460 (83974af)
  • chore(deps): update dependency jest to v29.7.0 (a76ff24)

Release 3.1.0

  • Merge pull request #1409 from jmcdo29/feat/conditional-module (9c42639)
  • chore(deps): update typescript-eslint monorepo to v6.7.0 (57ed7ca)
  • chore(deps): update dependency eslint to v8.49.0 (23e60a1)
  • chore(deps): update nest monorepo to v10.2.5 (a69d2ec)
  • Merge pull request #1454 from nestjs/renovate/lodash-4.x (4ba63e7)
  • Merge pull request #1451 from nestjs/renovate/typescript-eslint-monorepo (ae64d33)
  • chore(deps): update dependency @​types/lodash to v4.14.198 (7c767dc)
  • Merge pull request #1450 from nestjs/renovate/node-18.x (a55a025)
  • chore(deps): update typescript-eslint monorepo to v6.6.0 (9db04f1)
  • chore(deps): update dependency @​types/node to v18.17.15 (581843a)
  • Merge pull request #1376 from nestjs/renovate/cimg-node-20.x (6568072)
  • chore(deps): update node.js to v20.6 (c58a4e2)
  • chore(deps): update nest monorepo to v10.2.4 (2ab26b3)
  • chore(deps): update dependency joi to v17.10.1 (dbd0d2f)
  • chore: add public api jsdoc (a9466c4)
  • fix: add optional timeout and debug log if condition is false (1ce6d9f)
  • feat: create a conditional module (d98a5f8)

Release 3.0.1

  • Merge pull request #1446 from thematan/import-lodash-efficiently (5cc7553)
  • chore(deps): update dependency @​types/uuid to v9.0.3 (42f09a8)
  • pref():import lodash efficiently (5f267d1)
  • chore(deps): update nest monorepo to v10.2.3 (8e2c53d)
  • chore(deps): update dependency prettier to v3.0.3 (a60608f)
  • chore(deps): update typescript-eslint monorepo to v6.5.0 (4f03516)
  • chore(deps): update nest monorepo to v10.2.2 (b9b1005)
  • chore(deps): update dependency @​types/node to v18.17.12 (29ac217)
  • chore(deps): update dependency joi to v17.10.0 (c216c40)
  • chore(deps): update dependency eslint to v8.48.0 (0d2f910)
  • chore(deps): update dependency @​types/node to v18.17.11 (a7b5dfb)
  • chore(deps): update dependency typescript to v5.2.2 (1073beb)
  • chore(deps): update dependency jest to v29.6.4 (ecf3e0f)
  • chore(deps): update dependency @​types/node to v18.17.9 (5fd2972)
  • chore(deps): update dependency @​types/node to v18.17.8 (4acc64c)
  • chore(deps): update dependency @​types/jest to v29.5.4 (d7653b8)
  • chore(deps): update nest monorepo to v10.2.1 (6927055)
  • chore(deps): update dependency @​types/node to v18.17.7 (08f7d7a)
  • chore(deps): update typescript-eslint monorepo to v6.4.1 (c1fee14)
  • chore(deps): update nest monorepo to v10.2.0 (10bd880)
  • chore(deps): update dependency jest to v29.6.3 (48be340)
  • chore(deps): update dependency lint-staged to v14.0.1 (e43f272)
  • chore(deps): update dependency eslint-plugin-import to v2.28.1 (3d17fc9)
  • chore(deps): update dependency @​types/node to v18.17.6 (d3ba92b)
  • chore(deps): update dependency prettier to v3.0.2 (24fe791)
  • chore(deps): update typescript-eslint monorepo to v6.4.0 (af1c836)

... (truncated)

Commits
  • c220709 chore(): release v3.1.1
  • 83974af fix: exclude undefined if default value specified #1460
  • a76ff24 chore(deps): update dependency jest to v29.7.0
  • c484a0e chore(): release v3.1.0
  • 9c42639 Merge pull request #1409 from jmcdo29/feat/conditional-module
  • 57ed7ca chore(deps): update typescript-eslint monorepo to v6.7.0
  • 23e60a1 chore(deps): update dependency eslint to v8.49.0
  • a69d2ec chore(deps): update nest monorepo to v10.2.5
  • 4ba63e7 Merge pull request #1454 from nestjs/renovate/lodash-4.x
  • ae64d33 Merge pull request #1451 from nestjs/renovate/typescript-eslint-monorepo
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@nestjs/config](https://github.com/nestjs/config) from 2.2.0 to 3.1.1.
- [Release notes](https://github.com/nestjs/config/releases)
- [Changelog](https://github.com/nestjs/config/blob/master/.release-it.json)
- [Commits](nestjs/config@2.2.0...3.1.1)

---
updated-dependencies:
- dependency-name: "@nestjs/config"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2023
@imolorhe imolorhe closed this Dec 16, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nestjs/config-3.1.1 branch December 16, 2023 18:19
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.

1 participant