Bump the npm_and_yarn group across 1 directory with 26 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 0
(4 months ago)
(4 months ago)
dependencies javascript
Bumps the npm_and_yarn group with 20 updates in the / directory:
Package | From | To |
---|---|---|
@grpc/grpc-js | 1.9.13 |
1.13.3 |
@nestjs/common | 10.3.0 |
10.4.16 |
vite | 5.0.10 |
5.4.19 |
@babel/runtime | 7.23.6 |
7.27.1 |
path-to-regexp | 0.1.7 |
8.2.0 |
@nestjs/core | 10.3.0 |
10.4.17 |
cross-spawn | 5.1.0 |
7.0.6 |
@swc/cli | 0.1.63 |
0.7.5 |
axios | 0.21.4 |
removed |
pm2 | 5.3.0 |
5.4.3 |
body-parser | 1.20.1 |
1.20.3 |
@nestjs/platform-express | 10.3.0 |
10.4.17 |
braces | 3.0.2 |
3.0.3 |
ip | 1.1.8 |
removed |
pac-resolver | 7.0.0 |
7.0.1 |
socks | 2.7.1 |
2.8.4 |
micromatch | 4.0.5 |
4.0.8 |
systeminformation | 5.21.22 |
5.25.11 |
ws | 7.4.6 |
7.5.10 |
@pm2/agent | 2.0.3 |
2.0.4 |
Updates @grpc/grpc-js
from 1.9.13 to 1.13.3
Release notes
Sourced from @grpc/grpc-js
's releases.
@grpc/grpc-js
1.13.3
@grpc/grpc-js
1.13.2
- Fix a bug that caused clients to be unable to connect through local proxies (#2933)
@grpc/grpc-js
1.13.1
- Fix a bug that caused the
rejectUnauthorized
channel credentials option to be handled incorrectly (#2926)- Fix a bug that caused the client to never send retries if any
retryThrottling
config was set (#2927)- Fix a bug that caused clients to incorrectly send retries if the feature was disabled by a channel option and a retry config was provided (#2927)
@grpc/grpc-js-xds
1.13.0
- Implement gRFC A29: xDS-Based Security for gRPC Clients and Servers (#2837, #2866)
- Fix aggregate cluster behavior (gRFC A75) (#2844)
- Include validation error details when NACKing invalid resources (#2902)
- Proactively connect in more cases when using the
ring_hash
load balancing policy (#2904)
@grpc/grpc-js
1.13.0Changelog
- Add support for channel option
grpc-node.flow_control_window
to control HTTP/2 flow control window size (#2864 contributed by@rickihastings
)- Show meaningful error messages more consistently when requests fail (#2868)
- Add support for CIDR blocks in
no_proxy
environment variable (#2876 contributed by@melkouri
)- Fix a bug that caused server interceptor
sendMetadata
methods to not be called if the server interceptor did not explicitly send metadata (#2897)- Fix IPv6-mapped IPv4 address parsing in channelz, and represent them as IPv4 addresses (#2909)
Experimental API changes
Added:
SecureConnector
SecureConnectResult
SUBCHANNEL_ARGS_EXCLUDE_KEY_PREFIX
Server#experimentalRegisterListenerToChannelz
protected methodServerexperimentalUnregisterListenerFromChannelz
protected methodServer#experimentalCreateConnectionInjectorWithChannelzRef
protected methodModified:
LoadBalancer
: Removed theChannelCredentials
constructor argumentLoadBalancer
: Removed theChannelOptions
constructor argumentLoadBalancer#updateAddressList
: Replaced theattributes
argument with one of typeChannelOptions
.ChannelControlHelper#createSubchannel
: Removed theChannelCredentials
argumentLeafLoadBalancer
: Removed theChannelCredentials
constructor argument
@grpc/grpc-js
@1
.12.6
- Allow garbage collection of IDLE channels (#2896)
@grpc/grpc-js
1.12.5
... (truncated)
Commits
863a81a
Merge pull request #2940 from murgatroid99/grpc-js_1.13.375a96ec
grpc-js: Bump to 1.13.307486d8
Merge pull request #2937 from murgatroid99/grpc-js_avoid_getDefaultSettings6f916c9
Merge pull request #2936 from murgatroid99/grpc-js_disable_nagle482006e
grpc-js: Avoid calling http2.getDefaultSettings6168fe8
grpc-js: Disable Nagle's Algorithm9652680
Merge pull request #2933 from murgatroid99/grpc-js_channel_options_fixbdcbdf4
grpc-js: Consistently reference the same options object in the channel constr...b937786
Merge pull request #2928 from murgatroid99/grpc-js_1.13.12bb7eae
grpc-js: Bump to 1.13.1- Additional commits viewable in compare view
Updates @nestjs/common
from 10.3.0 to 10.4.16
Release notes
Sourced from @nestjs/common
's releases.
v10.4.16
What's Changed
- fix(common): introduce magic file type validator to nestjs common by
@Chathula
in nestjs/nest#14948Full Changelog: https://github.com/nestjs/nest/compare/v10.4.15...v10.4.16
v10.4.15 (2024-12-09)
Dependencies
platform-express
- #14282 fix(deps): update dependency express to v4.21.2 (
@renovate[bot]
)v10.4.13 (2024-12-03)
Bug fixes
common
- #14256 chore(common): Add type declaration for RawBody decorator with pipes (
@sapenlei
)Dependencies
- #14257 fix(deps): update dependency
@fastify/static
to v7.0.4 (@renovate[bot]
)- #14258 fix(deps): update dependency
@nestjs/sequelize
to v10.0.1 (@renovate[bot]
)- #14249 chore(deps): bump
@apollo/gateway
from 2.4.8 to 2.8.5 in /sample/32-graphql-federation-schema-first/users-application (@dependabot[bot]
)- #14250 chore(deps): update jest monorepo (
@renovate[bot]
)- #14245 chore(deps): update dependency mqtt to v5.10.3 (
@renovate[bot]
)- #14247 fix(deps): update nest monorepo to v10.4.12 (
@renovate[bot]
)- #14251 chore(deps-dev): bump graphql-tools from 9.0.3 to 9.0.5 (
@dependabot[bot]
)- #14246 chore(deps): update nest monorepo (
@renovate[bot]
)Committers: 3
- Kamil Mysliwiec (
@kamilmysliwiec
)- Micael Levi L. Cavalcante (
@micalevisk
)- sapenlei (
@sapenlei
)v10.4.12 (2024-11-29)
Bug fixes
common
- #14241 fix(common): enforce string type in validationpipe (
@LhonRafaat
)Dependencies
- Other
- #14243 chore(deps): update dependency
@types/node
to v20.17.9 (@renovate[bot]
)- #14240 chore(deps): update dependency
@types/multer
to v1.4.12 (@renovate[bot]
)- #14239 chore(deps): update dependency
@types/chai
to v4.3.20 (@renovate[bot]
)- #14237 chore(deps): update confluentinc/cp-zookeeper docker tag to v7.7.2 (
@renovate[bot]
)- #14236 chore(deps): update confluentinc/cp-kafka docker tag to v7.7.2 (
@renovate[bot]
)- #12253 fix(deps): update apollo graphql packages (
@renovate[bot]
)- #14235 chore(deps-dev): bump
@commitlint/config-angular
from 19.5.0 to 19.6.0 (@dependabot[bot]
)- #14233 chore(deps): update nest monorepo (
@renovate[bot]
)
... (truncated)
Commits
6c8aec6
chore(@nestjs
) publish v10.4.16 release2b9e132
chore: update outdated tests, make file-type optionalcb0d650
chore: remove duplicate packages6196ab2
Merge branch 'Chathula-fix-nestjs-common-mime-validator'0ac7959
chore: minor tweaks312a54a
Update packages/common/pipes/file/file-type.validator.tsa28fc03
refactor(common): move back file type validator options type07b4b38
refactor(common): move file-type package to peer dependencies0b7af8a
refactor(common): refactor code to use simple eval6953b7a
fix(common): used eval import- Additional commits viewable in compare view
Updates vite
from 5.0.10 to 5.4.19
Release notes
Sourced from vite's releases.
v5.4.19
Please refer to CHANGELOG.md for details.
v5.4.18
Please refer to CHANGELOG.md for details.
v5.4.17
Please refer to CHANGELOG.md for details.
v5.4.16
Please refer to CHANGELOG.md for details.
v5.4.15
Please refer to CHANGELOG.md for details.
v5.4.14
Please refer to CHANGELOG.md for details.
v5.4.13
Please refer to CHANGELOG.md for details.
v5.4.12
This version contains a breaking change due to security fixes. See https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6 for more details.
Please refer to CHANGELOG.md for details.
v5.4.11
Please refer to CHANGELOG.md for details.
v5.4.10
Please refer to CHANGELOG.md for details.
v5.4.9
Please refer to CHANGELOG.md for details.
v5.4.8
Please refer to CHANGELOG.md for details.
v5.4.7
Please refer to CHANGELOG.md for details.
v5.4.6
Please refer to CHANGELOG.md for details.
plugin-legacy@5.4.3
Please refer to CHANGELOG.md for details.
v5.1.8
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
5.4.19 (2025-04-30)
5.4.18 (2025-04-10)
- fix: backport #19830, reject requests with
#
in request-target (#19831) (823675b), closes #19830 #198315.4.17 (2025-04-03)
5.4.16 (2025-03-31)
5.4.15 (2025-03-24)
5.4.14 (2025-01-21)
- fix:
preview.allowedHosts
with specific values was not respected (#19246) (9df6e6b), closes #19246- fix: allow CORS from loopback addresses by default (#19249) (7d1699c), closes #19249
5.4.13 (2025-01-20)
5.4.12 (2025-01-20)
... (truncated)
Commits
80a333a
release: v5.4.19766947e
fix: backport #19965, check static serve file inside sirv (#19966)731b77d
release: v5.4.18823675b
fix: backport #19830, reject requests with#
in request-target (#19831)0a2518a
release: v5.4.1784b2b46
fix: backport #19782, fs check with svg and relative paths (#19784)712cb71
release: v5.4.16b627c50
fix: backport #19761, fs check in transform middleware (#19762)9b0f4c8
release: v5.4.15807d7f0
fix: backport #19702, fs raw query with query separators (#19703)- Additional commits viewable in compare view
Updates @babel/runtime
from 7.23.6 to 7.27.1
Release notes
Sourced from @babel/runtime
's releases.
v7.27.1 (2025-04-30)
Thanks
@kermanx
and@woaitsAryan
for your first PRs!:eyeglasses: Spec Compliance
babel-parser
babel-parser
,babel-types
:bug: Bug Fix
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-traverse
babel-helper-wrap-function
,babel-plugin-transform-async-to-generator
- #17251 Fix: propagate argument evaluation errors through async promise chain (
@magic-akari
)babel-helper-remap-async-to-generator
,babel-plugin-transform-async-to-generator
babel-helper-fixtures
,babel-parser
babel-generator
,babel-parser
babel-parser
babel-compat-data
,babel-preset-env
babel-traverse
- #17156 fix: Objects and arrays with multiple references should not be evaluated (
@liuxingbaoyu
)babel-generator
:nail_care: Polish
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-proposal-decorators
,babel-plugin-transform-arrow-functions
,babel-plugin-transform-class-properties
,babel-plugin-transform-destructuring
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-parameters
,babel-traverse
- #17221 Reduce generated names size for the 10th-11th (
@nicolo-ribaudo
):house: Internal
babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #17263 Remove unused
regenerator-runtime
dep in@babel/runtime
(@nicolo-ribaudo
)babel-compat-data
,babel-preset-env
babel-compat-data
,babel-standalone
babel-register
- #16844 Migrate
@babel/register
to cts (@liuxingbaoyu
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17205 Inline regenerator in the relevant packages (
@nicolo-ribaudo
)- All packages
... (truncated)
Changelog
Sourced from @babel/runtime
's changelog.
v7.27.1 (2025-04-30)
:eyeglasses: Spec Compliance
babel-parser
babel-parser
,babel-types
:bug: Bug Fix
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-traverse
babel-helper-wrap-function
,babel-plugin-transform-async-to-generator
- #17251 Fix: propagate argument evaluation errors through async promise chain (
@magic-akari
)babel-helper-remap-async-to-generator
,babel-plugin-transform-async-to-generator
babel-helper-fixtures
,babel-parser
babel-generator
,babel-parser
babel-parser
babel-compat-data
,babel-preset-env
babel-traverse
- #17156 fix: Objects and arrays with multiple references should not be evaluated (
@liuxingbaoyu
)babel-generator
:nail_care: Polish
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-proposal-decorators
,babel-plugin-transform-arrow-functions
,babel-plugin-transform-class-properties
,babel-plugin-transform-destructuring
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-parameters
,babel-traverse
- #17221 Reduce generated names size for the 10th-11th (
@nicolo-ribaudo
):house: Internal
babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #17263 Remove unused
regenerator-runtime
dep in@babel/runtime
(@nicolo-ribaudo
)babel-compat-data
,babel-preset-env
babel-compat-data
,babel-standalone
- Other
babel-register
- #16844 Migrate
@babel/register
to cts (@liuxingbaoyu
)babel-cli
,babel-compat-data
,babel-core
,babel-generator
,babel-helper-compilation-targets
,babel-helper-fixtures
,babel-helper-module-imports
,babel-helper-module-transforms
,babel-helper-plugin-test-runner
,babel-helper-transform-fixture-test-runner
,babel-helpers
,babel-node
,babel-parser
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-modules-umd
,babel-plugin-transform-react-display-name
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-plugin-transform-typeof-symbol
,babel-plugin-transform-typescript
,babel-preset-env
,babel-register
,babel-standalone
,babel-types
babel-plugin-transform-regenerator
... (truncated)
Commits
eebd3a0
v7.27.1296cdc5
Remove unusedregenerator-runtime
dep in@babel/runtime
(#17263)fdc0fb5
[Babel 8] Bump nodejs requirements to^20.19.0 || >= 22.12.0
(#17204)5c350ea
v7.27.0ca4865a
Fix: align behaviour to tscrewriteRelativeImportExtensions
(#17118)e1ce99d
v7.26.10d5952e8
Fix processing of replacement pattern with named capture groups (#17173)64bca7b
v7.26.92d95140
v7.26.763d3038
v7.26.0- Additional commits viewable in compare view
Updates path-to-regexp
from 0.1.7 to 8.2.0
Release notes
Sourced from path-to-regexp's releases.
8.2.0
Fixed
- Allowing
path-to-regexp
to run on older browsers by targeting ES2015
- Target ES2015 5969033
- Also saved 0.22kb (10%!) by removing the private class field down level
- Remove
s
flag from regexp 51dbd45https://github.com/pillarjs/path-to-regexp/compare/v8.1.0...v8.2.0
v8.1.0
Added
- Adds
pathToRegexp
method back for generating a regex- Adds
stringify
method for convertingTokenData
into a path stringhttps://github.com/pillarjs/path-to-regexp/compare/v8.0.0...v8.1.0
Simpler API
Heads up! This is a fairly large change (again) and I need to apologize in advance. If I foresaw what this version would have ended up being I would not have released version 7. A longer blog post and explanation will be incoming this week, but the pivot has been due to work on Express.js v5 and this will the finalized syntax used in Express moving forward.
Edit: The post is out - https://blakeembrey.com/posts/2024-09-web-redos/
Added
- Adds key names to wildcards using
*name
syntax, aligns with:
behavior but using an asterisk insteadChanged
- Removes group suffixes of
?
,+
, and*
- only optional exists moving forward (use wildcards for+
,{*foo}
for*
)- Parameter names follow JS identifier rules and allow unicode characters
Added
- Parameter names can now be quoted, e.g.
:"foo-bar"
- Match accepts an array of values, so the signature is now
string | TokenData | Array<string | TokenData>
Removed
- Removes
loose
mode- Removes regular expression overrides of parameters
https://github.com/pillarjs/path-to-regexp/compare/v7.1.0...v8.0.0
Support array inputs (again)
Added
- Support array inputs for
match
andpathToRegexp
3fdd88fhttps://github.com/pillarjs/path-to-regexp/compare/v7.1.0...v7.2.0
... (truncated)
Changelog
Sourced from path-to-regexp's changelog.
Moved to GitHub Releases
3.0.0 / 2019-01-13
- Always use prefix character as delimiter token, allowing any character to be a delimiter (e.g.
/:att1-:att2-:att3-:att4-:att5
)- Remove
partial
support, prefer escaping the prefix delimiter explicitly (e.g.\\/(apple-)?icon-:res(\\d+).png
)2.4.0 / 2018-08-26
- Support
start
option to disable anchoring from beginning of the string2.3.0 / 2018-08-20
- Use
delimiter
when processing repeated matching groups (e.g.foo/bar
has no prefix, but has a delimiter)2.2.1 / 2018-04-24
- Allow empty string with
end: false
to match both relative and absolute paths2.2.0 / 2018-03-06
- Pass
token
as second argument toencode
option (e.g.encode(value, token)
)2.1.0 / 2017-10-20
- Handle non-ending paths where the final character is a delimiter
- E.g.
/foo/
before required either/foo/
or/foo//
to match in non-ending mode2.0.0 / 2017-08-23
- New option! Ability to set
endsWith
to match paths like/test?query=string
up to the query string- New option! Set
delimiters
for specific characters to be treated as parameter prefixes (e.g./:test
)- Remove
isarray
dependency- Explicitly handle trailing delimiters instead of trimming them (e.g.
/test/
is now treated as/test/
instead of/test
when matching)- Remove overloaded
keys
argument that acceptedoptions
- Remove
keys
list attached to theRegExp
output- Remove asterisk functionality (it's a real pain to properly encode)
- Change
tokensToFunction
(e.g.compile
) to accept anencode
function for pretty encoding (e.g. pass your own implementation)1.7.0 / 2016-11-08
- Allow a
delimiter
option to be passed in withtokensToRegExp
which will be used for "non-ending" token match situations1.6.0 / 2016-10-03
- Populate
RegExp.keys
when using thetokensToRegExp
method (making it consistent with the main export)- Allow a
delimiter
option to be passed in withparse
- Updated TypeScript definition with
Keys
andOptions
updated1.5.3 / 2016-06-15
... (truncated)
Commits
776c898
8.2.0678756a
Dumb down code for negatee85fe27
Upgrade deps5969033
Target ES201551dbd45
Remove s flag from regexpdf39d6c
Append backtrack, ignore bench in coveraged6c3658
Update express 4 compatibility guidec302644
8.1.07b4598c
Document stringify methodd6150f5
Add pathToRegexp method back- Additional commits viewable in compare view
Updates @nestjs/core
from 10.3.0 to 10.4.17
Release notes
Sourced from @nestjs/core
's releases.
v10.4.16
What's Changed
- fix(common): introduce magic file type validator to nestjs common by
@Chathula
in nestjs/nest#14948Full Changelog: https://github.com/nestjs/nest/compare/v10.4.15...v10.4.16
v10.4.15 (2024-12-09)
Dependencies
platform-express
- #14282 fix(deps): update dependency express to v4.21.2 (
@renovate[bot]
)v10.4.13 (2024-12-03)
Bug fixes
common
- #14256 chore(common): Add type declaration for RawBody decorator with pipes (
@sapenlei
)Dependencies
- #14257 fix(deps): update dependency
@fastify/static
to v7.0.4 (@renovate[bot]
)- #14258 fix(deps): update dependency
@nestjs/sequelize
to v10.0.1 (@renovate[bot]
)- #14249 chore(deps): bump
@apollo/gateway
from 2.4.8 to 2.8.5 in /sample/32-graphql-federation-schema-first/users-application (@dependabot[bot]
)- #14250 chore(deps): update jest monorepo (
@renovate[bot]
)- #14245 chore(deps): update dependency mqtt to v5.10.3 (
@renovate[bot]
)- #14247 fix(deps): update nest monorepo to v10.4.12 (
@renovate[bot]
)- #14251 chore(deps-dev): bump graphql-tools from 9.0.3 to 9.0.5 (
@dependabot[bot]
)- #14246 chore(deps): update nest monorepo (
@renovate[bot]
)Committers: 3
- Kamil Mysliwiec (
@kamilmysliwiec
)- Micael Levi L. Cavalcante (
@micalevisk
)- sapenlei (
@sapenlei
)v10.4.12 (2024-11-29)
Bug fixes
common
- #14241 fix(common): enforce string type in validationpipe (
@LhonRafaat
)Dependencies
- Other
- #14243 chore(deps): update dependency
@types/node
to v20.17.9 (@renovate[bot]
)- #14240 chore(deps): update dependency
@types/multer
to v1.4.12 (@renovate[bot]
)- #14239 chore(deps): update dependency
@types/chai
to v4.3.20 (@renovate[bot]
)- #14237 chore(deps): update confluentinc/cp-zookeeper docker tag to v7.7.2 (
@renovate[bot]
)- #14236 chore(deps): update confluentinc/cp-kafka docker tag to v7.7.2 (
@renovate[bot]
)- #12253 fix(deps): update apollo graphql packages (
@renovate[bot]
)- #14235 chore(deps-dev): bump
@commitlint/config-angular
from 19.5.0 to 19.6.0 (@dependabot[bot]
)- #14233 chore(deps): update nest monorepo (
@renovate[bot]
)
... (truncated)
Commits
dc2a3c0
chore(@nestjs
) publish v10.4.17 release6c8aec6
chore(@nestjs
) publish v10.4.16 released0fb875
chore(@nestjs
) publish v10.4.15 release1d457fe
chore(@nestjs
) publish v10.4.14 release1eba012
chore(@nestjs
) publish v10.4.13 releasecf8d27c
chore(@nestjs
) publish v10.4.12 release7db85ad
fix(deps): update dependency tslib to v2.8.1bedf1fa
chore(@nestjs
) publish v10.4.11 release5ebe4b9
chore(@nestjs
) publish v10.4.10 release416830c
chore(@nestjs
) publish v10.4.9 release- Additional commits viewable in compare view
Updates cross-spawn
from 5.1.0 to 7.0.6
Changelog
Sourced from cross-spawn's changelog.
7.0.6 (2024-11-18)
Bug Fixes
- update cross-spawn version to 7.0.5 in package-lock.json (f700743)
7.0.5 (2024-11-07)
Bug Fixes
- fix escaping bug introduced by backtracking (640d391)
7.0.4 (2024-11-07)
Bug Fixes
7.0.3 (2020-05-25)
Bug Fixes
7.0.2 (2020-04-04)
Bug Fixes
7.0.1 (2019-10-07)
Bug Fixes
7.0.0 (2019-09-03)
⚠ BREAKING CHANGES
... (truncated)
Commits
77cd97f
chore(release): 7.0.66717de4
chore: upgrade standard-versionf700743
fix: update cross-spawn version to 7.0.5 in package-lock.json9a7e3b2
chore: fix build status badge0852683
chore(release): 7.0.5640d391
fix: fix escaping bug introduced by backtrackingbff0c87
chore: remove codecova7c6abc
chore: replace travis with github workflows9b9246e
chore(release): 7.0.45ff3a07
fix: disable regexp backtracking (#160)- Additional commits viewable in compare view
Updates @swc/cli
from 0.1.63 to 0.7.5
Commits
- See full diff in compare view
Removes axios
Updates pm2
from 5.3.0 to 5.4.3
Release notes
Sourced from <...
Description has been truncated
Pull Request Statistics
1
7
+3368
-2325
Package Dependencies
@nestjs/platform-express
npm
10.3.0 → 10.4.17
Minor
Technical Details
ID: | 149263 |
UUID: | 2511765077 |
Node ID: | PR_kwDOLE18jc6Vtn5V |
Host: | GitHub |
Repository: | ogbcode/turbo-nest-grpc-vite-react-ssr-tailwind-pwa-i18n-template |
Merge State: | Unknown |