-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): bump the arcjet-apps-minor group with 7 updates #125
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
base: main
Are you sure you want to change the base?
chore(deps): bump the arcjet-apps-minor group with 7 updates #125
Conversation
Bumps the arcjet-apps-minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `11.1.5` | `11.1.6` | | [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `11.1.5` | `11.1.6` | | [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `11.1.5` | `11.1.6` | | [@nestjs/cli](https://github.com/nestjs/nest-cli) | `11.0.7` | `11.0.10` | | [@nestjs/schematics](https://github.com/nestjs/schematics) | `11.0.5` | `11.0.7` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.8` | `20.19.17` | | [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` | Updates `@nestjs/common` from 11.1.5 to 11.1.6 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.6/packages/common) Updates `@nestjs/core` from 11.1.5 to 11.1.6 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.6/packages/core) Updates `@nestjs/platform-express` from 11.1.5 to 11.1.6 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.6/packages/platform-express) Updates `@nestjs/cli` from 11.0.7 to 11.0.10 - [Release notes](https://github.com/nestjs/nest-cli/releases) - [Changelog](https://github.com/nestjs/nest-cli/blob/master/.release-it.json) - [Commits](nestjs/nest-cli@11.0.7...11.0.10) Updates `@nestjs/schematics` from 11.0.5 to 11.0.7 - [Release notes](https://github.com/nestjs/schematics/releases) - [Changelog](https://github.com/nestjs/schematics/blob/master/.release-it.json) - [Commits](nestjs/schematics@11.0.5...11.0.7) Updates `@types/node` from 20.19.8 to 20.19.17 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.8.3 to 5.9.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.2) --- updated-dependencies: - dependency-name: "@nestjs/common" dependency-version: 11.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: arcjet-apps-minor - dependency-name: "@nestjs/core" dependency-version: 11.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: arcjet-apps-minor - dependency-name: "@nestjs/platform-express" dependency-version: 11.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: arcjet-apps-minor - dependency-name: "@nestjs/cli" dependency-version: 11.0.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: arcjet-apps-minor - dependency-name: "@nestjs/schematics" dependency-version: 11.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: arcjet-apps-minor - dependency-name: "@types/node" dependency-version: 20.19.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: arcjet-apps-minor - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: arcjet-apps-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Bumps the arcjet-apps-minor group with 7 updates:
11.1.5
11.1.6
11.1.5
11.1.6
11.1.5
11.1.6
11.0.7
11.0.10
11.0.5
11.0.7
20.19.8
20.19.17
5.8.3
5.9.2
Updates
@nestjs/common
from 11.1.5 to 11.1.6Release notes
Sourced from
@nestjs/common
's releases.Commits
35c3ded
chore(@nestjs
) publish v11.1.6 release97df306
refactor(common): fix the typo 'sring' to 'string'Updates
@nestjs/core
from 11.1.5 to 11.1.6Release notes
Sourced from
@nestjs/core
's releases.Commits
35c3ded
chore(@nestjs
) publish v11.1.6 release60b2ed4
Merge pull request #15504 from hajekjiri/bug/fix-undefined-injectionab93e4b
fix(core): fix race condition in class dependency resolutionf14a976
style(core): change inquirer id to const93f54ed
fix(core): attach root inquirer for nested transient providerscd009a7
refactor(core): fix the typo 'controler' to 'controller'Updates
@nestjs/platform-express
from 11.1.5 to 11.1.6Release notes
Sourced from
@nestjs/platform-express
's releases.Commits
35c3ded
chore(@nestjs
) publish v11.1.6 releaseUpdates
@nestjs/cli
from 11.0.7 to 11.0.10Release notes
Sourced from
@nestjs/cli
's releases.Commits
e47541d
chore(): release v11.0.103186552
Merge pull request #3115 from nestjs/revert-3047-renovate/major-angular-cli-m...ce6acd3
Revert "fix(deps): update angular-cli monorepo to v20 (major)"79ac1e2
Merge pull request #3114 from nestjs/revert-3109-chore/disable-shell-by-defaultd43b91c
Revert "chore: disable shell by default"fe3aca7
chore(): release v11.0.90594cb1
Merge pull request #3047 from nestjs/renovate/major-angular-cli-monorepo5bbd8f8
fix(deps): update angular-cli monorepo to v204434eb5
Merge pull request #3109 from nestjs/chore/disable-shell-by-defaultaa6f234
Merge pull request #3105 from nestjs/renovate/inquirer-prompts-7.xUpdates
@nestjs/schematics
from 11.0.5 to 11.0.7Release notes
Sourced from
@nestjs/schematics
's releases.Commits
8077e13
chore(): release v11.0.750abba4
Merge pull request #2153 from nestjs/revert-2094-renovate/major-angular-cli-m...dc4c36a
Revert "fix(deps): update angular-cli monorepo to v20 (major)"f2682ad
chore(): release v11.0.6762df03
Merge pull request #2151 from nestjs/renovate/node-22.x0d52b0a
Merge pull request #2094 from nestjs/renovate/major-angular-cli-monorepo15d32db
chore(deps): update dependency@types/node
to v22.17.07ae68bf
fix(deps): update angular-cli monorepo to v2089f0dcd
Merge pull request #2058 from nestjs/renovate/cimg-node-22.x1c60622
Merge pull request #2142 from codiophile/patch-2Updates
@types/node
from 20.19.8 to 20.19.17Commits
Updates
typescript
from 5.8.3 to 5.9.2Release notes
Sourced from typescript's releases.
Commits
be86783
Give more specific errors forverbatimModuleSyntax
(#62113)22ef577
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...d5a414c
Don't usenoErrorTruncation
when printing types withmaximumLength
set (#...f14b5c8
Remove unused and confusing dom.iterable.d.ts file (#62037)2778e84
Restore AbortSignal.abort (#62086)65cb4bd
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...9e20e03
Clear out checker-level stacks on pop (#62016)87740bc
Fix for Issue 61081 (#61221)833a8d4
Fix Symbol completion priority and cursor positioning (#61945)0018c9f
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...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