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 release-it and @release-it/bumper #1010

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 3, 2022

Bumps release-it and @release-it/bumper. These dependencies needed to be updated together.
Updates release-it from 14.14.3 to 15.0.0

Release notes

Sourced from release-it's releases.

Release 15.0.0

  • Skip lifecycle hooks without a version (i.e. don't release) (d706484)
  • Update changelog and add announcement for major release (e2aa887)
  • Update dependency (700c547)
  • Update minimum required Node.js engine to v14.9.0 (94e073b)
  • Replace external debug dependency with node:util.debug (e7748a8)
  • Ignore ESM-only dependencies in import/no-unresolved (bd45e52)
  • Remove .only test (3282e95)
  • Prefix node: imports (b033e0b)
  • Remove unused markdown-toc + script (34ad75b)
  • Update changelog (65246b7)
  • Update dependencies (ae0ad11)
  • Remove support for GitLab < v12.4 (c2cf5a9)
  • Remove tasks.js (it's index.js) (fbcbe91)
  • Remove anonymous metrics (and the option to disable it) (e9ce69b)
  • Start using actual un-mocked files in config specs (aa1815e)
  • Remove unused/obsolete files (7c84b4e)
  • Update dependencies & remove support for Node.js v12 (853c6e7)
  • Merge branch 'master' into feature/es-modules (d411f8c)
  • Increase timeout for tests using npm link (bbee9bb)
  • Use npm link to install release-it in plugin tests (f538a01)
  • Disable worker threads in ava (bacec65)
  • Replace tmp package with Node.js internal in test helper (717fab3)
  • Update dependencies (900c1a2)
  • Add file (0f195a3)
  • Update dependency (9dea8fc)
  • Downgrade chalk & migrate ora usage (a6bb29b)
  • Specs don't need to execute git log (ee36d7b)
  • Re-add missing import (b03a34d)
  • Update dependencies (mostly major updates) (fbe0575)
  • Rename/combine index and cli modules (eb4d858)
  • Fix tagName in git tag prompt (f007382)
  • Improve second latest tag command (21cca12)
  • Improve tag version parser (2fc0e94)
  • Lift tagName to global/config context (628edc6)
  • Separate --no-increment from --github.update (57a77c8)
  • Pass url to import() rather than path (38c0eee)
  • Fix up tests (7a76101)
  • Improve legacy module resolution for plugins (c97fc2b)
  • Extend exports for plugin tests (134d27e)
  • Normalize plugin loader (38dabbe)
  • Fix tests (9516010)
  • Stop testing for Node.js v10 (dae3a51)
  • Refactor plugin loader + tests (remove proxyquire) (570e349)
  • Fix ava config (ad03f71)
  • Fix imports in tests (e7e664c)
  • Fix lodash import (7ab8574)
  • Fix relative import paths (f28ec24)
  • Add .js extension to imports (c31548c)
  • Use util to read JSON (216267b)

... (truncated)

Changelog

Sourced from release-it's changelog.

Changelog

This document lists breaking changes for each major release.

See the GitHub Releases page for detailed changelogs: https://github.com/release-it/release-it/releases

v15 (2022-04-30)

  • Removed support for Node.js v10 and v12.
  • Removed support for GitLab v12.4 and lower.
  • Removed anonymous metrics (and the option to disable it).
  • Programmatic usage and plugins only through ES Module syntax (import)

Use release-it v14 in legacy environments.

v14 (2020-09-03)

  • Removed global property from plugins. Use this.config[key] instead.
  • Removed deprecated npm.access option. Set this in package.json instead.

v13 (2020-03-07)

  • Dropped support for Node v8
  • Dropped support for GitLab v11.6 and lower.
  • Deprecated scripts are removed (in favor of hooks).
  • Removed deprecated --non-interactive (-n) argument. Use --ci instead.
  • Removed old %s and [REV_RANGE] syntax in command substitutions. Use ${version} and ${latestTag} instead.

v12 (2019-05-03)

  • The --follow-tags argument for git push has been moved to the default configuration. This is only a breaking change if git.pushArgs was not empty (it was empty by default).

v11

  • The custom conventional-changelog increment (e.g. "increment": "conventional:angular") with additional script configuration is replaced with a plugin. Please see conventional changelog how to use this plugin.
  • The pkgFiles option has been removed. If there's a need to bump other files than what npm version bumps, it should be (part of) a plugin.
  • By default, the latest version was derived from the latest Git tag. From v11, if the repo has a package.json then that version is used instead. The use option has been removed. Also see latest version.
  • scripts.changelog has been moved to git.changelog

v10

  • Dropped support for Node v6

... (truncated)

Commits
  • 47f12bd Release 15.0.0
  • 800d9f3 Merge branch 'feature/es-modules'
  • e2aa887 Update changelog and add announcement for major release
  • 700c547 Update dependency
  • 5a57e74 Release 15.0.0-esm.6
  • d706484 Skip lifecycle hooks without a version (i.e. don't release)
  • 68e7195 Release 15.0.0-esm.5
  • 94e073b Update minimum required Node.js engine to v14.9.0
  • e7748a8 Replace external debug dependency with node:util.debug
  • bd45e52 Ignore ESM-only dependencies in import/no-unresolved
  • Additional commits viewable in compare view

Updates @release-it/bumper from 3.0.1 to 4.0.0

Commits
  • 5c2e3b6 Release 4.0.0
  • 6547033 Merge branch 'feature/es-modules'
  • 3c9ada7 Release 4.0.0-esm.1
  • dea30af Apply OS EOL newlines in specs
  • ef10eeb ESM-targeted housekeeping
  • c8164b1 Remove caching (may conflict cross-OS)
  • 3984560 Run tests on macos and windows as well (and not odd Node.js)
  • ded1e51 Release 4.0.0-esm.0
  • 672db5c Merge branch 'master' into feature/es-modules
  • 6c99195 Tweak action a bit
  • 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 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 [release-it](https://github.com/release-it/release-it) and [@release-it/bumper](https://github.com/release-it/bumper). These dependencies needed to be updated together.

Updates `release-it` from 14.14.3 to 15.0.0
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md)
- [Commits](release-it/release-it@14.14.3...15.0.0)

Updates `@release-it/bumper` from 3.0.1 to 4.0.0
- [Release notes](https://github.com/release-it/bumper/releases)
- [Commits](release-it/bumper@3.0.1...4.0.0)

---
updated-dependencies:
- dependency-name: release-it
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@release-it/bumper"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 3, 2022
@sonarcloud
Copy link

sonarcloud bot commented May 3, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@nicolas63 nicolas63 merged commit d89a7e6 into dependencies May 4, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies/release-it-and-release-it/bumper-15.0.0 branch May 4, 2022 02:22
nicolas63 added a commit that referenced this pull request May 22, 2022
* Bump jsdoc from 3.6.7 to 3.6.10 (#969) (#1006)

Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.7 to 3.6.10.
- [Release notes](https://github.com/jsdoc/jsdoc/releases)
- [Changelog](https://github.com/jsdoc/jsdoc/blob/3.6.10/CHANGES.md)
- [Commits](jsdoc/jsdoc@3.6.7...3.6.10)

---
updated-dependencies:
- dependency-name: jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jsdoc from 3.6.7 to 3.6.10 (#969) (#1002)

Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.7 to 3.6.10.
- [Release notes](https://github.com/jsdoc/jsdoc/releases)
- [Changelog](https://github.com/jsdoc/jsdoc/blob/3.6.10/CHANGES.md)
- [Commits](jsdoc/jsdoc@3.6.7...3.6.10)

---
updated-dependencies:
- dependency-name: jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jsdoc from 3.6.7 to 3.6.10 (#969) (#1001)

Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.7 to 3.6.10.
- [Release notes](https://github.com/jsdoc/jsdoc/releases)
- [Changelog](https://github.com/jsdoc/jsdoc/blob/3.6.10/CHANGES.md)
- [Commits](jsdoc/jsdoc@3.6.7...3.6.10)

---
updated-dependencies:
- dependency-name: jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Scrutor in /generators/server/templates/dotnetcore/src (#1009)

Bumps [Scrutor](https://github.com/khellang/Scrutor) from 3.3.0 to 4.1.0.
- [Release notes](https://github.com/khellang/Scrutor/releases)
- [Commits](khellang/Scrutor@v3.3.0...v4.1.0)

---
updated-dependencies:
- dependency-name: Scrutor
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sinon from 11.1.1 to 13.0.2 (#978)

Bumps [sinon](https://github.com/sinonjs/sinon) from 11.1.1 to 13.0.2.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v11.1.1...v13.0.2)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump MediatR.Extensions.Microsoft.DependencyInjection (#968)

Bumps [MediatR.Extensions.Microsoft.DependencyInjection](https://github.com/jbogard/MediatR.Extensions.Microsoft.DependencyInjection) from 9.0.0 to 10.0.1.
- [Release notes](https://github.com/jbogard/MediatR.Extensions.Microsoft.DependencyInjection/releases)
- [Commits](jbogard/MediatR.Extensions.Microsoft.DependencyInjection@v9.0.0...v10.0.1)

---
updated-dependencies:
- dependency-name: MediatR.Extensions.Microsoft.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jsdoc from 3.6.7 to 3.6.10 (#969) (#1005)

Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.7 to 3.6.10.
- [Release notes](https://github.com/jsdoc/jsdoc/releases)
- [Changelog](https://github.com/jsdoc/jsdoc/blob/3.6.10/CHANGES.md)
- [Commits](jsdoc/jsdoc@3.6.7...3.6.10)

---
updated-dependencies:
- dependency-name: jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump release-it and @release-it/bumper (#1010)

Bumps [release-it](https://github.com/release-it/release-it) and [@release-it/bumper](https://github.com/release-it/bumper). These dependencies needed to be updated together.

Updates `release-it` from 14.14.3 to 15.0.0
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md)
- [Commits](release-it/release-it@14.14.3...15.0.0)

Updates `@release-it/bumper` from 3.0.1 to 4.0.0
- [Release notes](https://github.com/release-it/bumper/releases)
- [Commits](release-it/bumper@3.0.1...4.0.0)

---
updated-dependencies:
- dependency-name: release-it
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@release-it/bumper"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ejs-lint from 1.2.0 to 1.2.1 (#807) (#886)

Bumps [ejs-lint](https://github.com/ryanzim/ejs-lint) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/ryanzim/ejs-lint/releases)
- [Commits](RyanZim/EJS-Lint@v1.2.0...v1.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump @j-ulrich/release-it-regex-bumper from 3.0.2 to 4.0.0 (#1012)

Bumps [@j-ulrich/release-it-regex-bumper](https://github.com/j-ulrich/release-it-regex-bumper) from 3.0.2 to 4.0.0.
- [Release notes](https://github.com/j-ulrich/release-it-regex-bumper/releases)
- [Changelog](https://github.com/j-ulrich/release-it-regex-bumper/blob/main/CHANGELOG.md)
- [Commits](j-ulrich/release-it-regex-bumper@3.0.2...4.0.0)

---
updated-dependencies:
- dependency-name: "@j-ulrich/release-it-regex-bumper"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump xunit.runner.visualstudio (#1016)

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.3 to 2.4.4.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](https://github.com/xunit/visualstudio.xunit/commits)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump MongoDB.Driver in /generators/server/templates/dotnetcore/src (#1015)

Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.15.0 to 2.15.1.
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
- [Commits](mongodb/mongo-csharp-driver@v2.15.0...v2.15.1)

---
updated-dependencies:
- dependency-name: MongoDB.Driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Oracle.ManagedDataAccess.Core (#1014)

Bumps Oracle.ManagedDataAccess.Core from 3.21.50 to 3.21.61.

---
updated-dependencies:
- dependency-name: Oracle.ManagedDataAccess.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @j-ulrich/release-it-regex-bumper from 4.0.0 to 4.1.0 (#1013)

Bumps [@j-ulrich/release-it-regex-bumper](https://github.com/j-ulrich/release-it-regex-bumper) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/j-ulrich/release-it-regex-bumper/releases)
- [Changelog](https://github.com/j-ulrich/release-it-regex-bumper/blob/main/CHANGELOG.md)
- [Commits](j-ulrich/release-it-regex-bumper@4.0.0...4.1.0)

---
updated-dependencies:
- dependency-name: "@j-ulrich/release-it-regex-bumper"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Hellang.Middleware.ProblemDetails (#1019)

Bumps [Hellang.Middleware.ProblemDetails](https://github.com/khellang/Middleware) from 6.4.1 to 6.4.2.
- [Release notes](https://github.com/khellang/Middleware/releases)
- [Commits](khellang/Middleware@v6.4.1...v6.4.2)

---
updated-dependencies:
- dependency-name: Hellang.Middleware.ProblemDetails
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump xunit.runner.visualstudio (#1018)

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.4 to 2.4.5.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](https://github.com/xunit/visualstudio.xunit/commits)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Oracle.EntityFrameworkCore (#1017)

Bumps Oracle.EntityFrameworkCore from 6.21.5 to 6.21.61.

---
updated-dependencies:
- dependency-name: Oracle.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.14.0 to 8.15.0 (#1020)

Bumps [eslint](https://github.com/eslint/eslint) from 8.14.0 to 8.15.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.14.0...v8.15.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sinon from 13.0.2 to 14.0.0 (#1021)

Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 14.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v13.0.2...v14.0.0)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump System.Text.Json in /generators/server/templates/dotnetcore/src (#1025)

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 6.0.3 to 6.0.4.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.3...v6.0.4)

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump AspNetCorePackageVersion (#1023)

Bumps `AspNetCorePackageVersion` from 6.0.4 to 6.0.5.

Updates `Microsoft.AspNetCore.Components.Authorization` from 6.0.4 to 6.0.5
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.4...v6.0.5)

Updates `Microsoft.AspNetCore.Components.WebAssembly` from 6.0.4 to 6.0.5
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.4...v6.0.5)

Updates `Microsoft.AspNetCore.Components.WebAssembly.DevServer` from 6.0.4 to 6.0.5
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.4...v6.0.5)

Updates `Microsoft.AspNetCore.Components` from 6.0.4 to 6.0.5
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.4...v6.0.5)

Updates `Microsoft.AspNetCore.SpaServices.Extensions` from 6.0.4 to 6.0.5
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.4...v6.0.5)

Updates `Microsoft.AspNetCore.Mvc.NewtonsoftJson` from 6.0.4 to 6.0.5
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.4...v6.0.5)

Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 6.0.4 to 6.0.5
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.4...v6.0.5)

Updates `Microsoft.AspNetCore.Authentication.OpenIdConnect` from 6.0.4 to 6.0.5
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.4...v6.0.5)

Updates `Microsoft.AspNetCore.Mvc.Testing` from 6.0.4 to 6.0.5
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.4...v6.0.5)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.Authorization
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.DevServer
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.AspNetCore.Components
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.AspNetCore.SpaServices.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.AspNetCore.Mvc.NewtonsoftJson
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LanguageExt.Core in /generators/server/templates/dotnetcore/src (#1024)

Bumps [LanguageExt.Core](https://github.com/louthy/language-ext) from 4.0.4 to 4.1.0.
- [Release notes](https://github.com/louthy/language-ext/releases)
- [Changelog](https://github.com/louthy/language-ext/blob/main/version-2-release-notes.md)
- [Commits](https://github.com/louthy/language-ext/commits/v4.1.0)

---
updated-dependencies:
- dependency-name: LanguageExt.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ejs-lint from 1.2.1 to 1.2.2 (#1022)

Bumps [ejs-lint](https://github.com/ryanzim/ejs-lint) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/ryanzim/ejs-lint/releases)
- [Commits](RyanZim/EJS-Lint@v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: ejs-lint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.NET.Test.Sdk (#1029)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.1.0 to 17.2.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](microsoft/vstest@v17.1.0...v17.2.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
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.

None yet

1 participant