Bump the npm_and_yarn group across 10 directories with 11 updates
Bumps the npm_and_yarn group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| next | 12.3.1 |
14.2.3 |
| axios | 1.2.1 |
1.6.0 |
| @nestjs/core | 8.4.7 |
10.3.8 |
| protobufjs | 7.2.5 |
7.2.6 |
| ejs | 3.1.8 |
3.1.10 |
| follow-redirects | 1.15.2 |
1.15.6 |
| ip | 2.0.0 |
2.0.1 |
| json5 | 1.0.1 |
1.0.2 |
Bumps the npm_and_yarn group with 1 update in the /activities-examples directory: axios. Bumps the npm_and_yarn group with 1 update in the /expense directory: axios. Bumps the npm_and_yarn group with 2 updates in the /food-delivery/apps/driver directory: next and sharp. Bumps the npm_and_yarn group with 2 updates in the /food-delivery/apps/menu directory: next and sharp. Bumps the npm_and_yarn group with 1 update in the /monorepo-folders/packages/backend-apis directory: express. Bumps the npm_and_yarn group with 1 update in the /nestjs-exchange-rates directory: @nestjs/core. Bumps the npm_and_yarn group with 1 update in the /patching-api directory: axios. Bumps the npm_and_yarn group with 1 update in the /protobufs directory: protobufjs. Bumps the npm_and_yarn group with 1 update in the /timer-examples directory: axios.
Updates next from 12.3.1 to 14.2.3
Release notes
Sourced from next's releases.
v14.2.3
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Fix: resolve mixed re-exports module as cjs (#64681)
- fix: mixing namespace import and named import client components (#64809)
- Fix mixed exports in server component with barrel optimization (#64894)
- Fix next/image usage in mdx(#64875)
- fix(fetch-cache): fix additional typo, add type & data validation (#64799)
- prevent erroneous route interception during lazy fetch (#64692)
- fix root page revalidation when redirecting in a server action (#64730)
- fix: remove traceparent from cachekey should not remove traceparent from original object (#64727)
- Clean-up fetch metrics tracking (#64746)
Credits
Huge thanks to
@huozhi,@samcx,@ztanner,@Jeffrey-Zutt, and@ijjkfor helping!v14.2.2
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Fix Server Action error logs for unhandled POST requests (#64315)
- Improve rendering performance (#64408)
- Fix the method prop case in Server Actions transform (#64398)
- fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity (#64405)
- tweak test for Azure (#64424)
- router restore should take priority over pending actions (#64449)
- Fix client boundary inheritance for barrel optimization (#64467)
- improve turborepo caching (#64493)
- feat: strip traceparent header from cachekey (#64499)
- Fix more Turbopack build tests
- Update lockfile for compatibility with turbo (#64360)
- Fix typo in dynamic-rendering.ts (#64365)
- Fix DynamicServerError not being thrown in fetch (#64511)
- fix(next): Metadata.openGraph values not resolving basic values when type is set (#63620)
- disable production chunking in dev (#64488)
- Fix cjs client components tree-shaking (#64558)
- fix refresh behavior for discarded actions (#64532)
- fix: filter out middleware requests in logging (#64549)
- Turbopack: Allow client components to be imported in app routes (#64520)
- Fix ASL bundling for dynamic css (#64451)
- add pathname normalizer for actions (#64592)
- fix incorrect refresh request when basePath is set (#64589)
- test: skip turbopack build test (#64356)
- hotfix(turbopack): Update with patch for postcss.config.js path resolution on Windows (#64677)
... (truncated)
Commits
2e7a96av14.2.3a230be4Clean-up fetch metrics tracking (#64746)73c2d63fix: remove traceparent from cachekey should not remove traceparent from orig...dd44191fix root page revalidation when redirecting in a server action (#64730)8b4c234prevent erroneous route interception during lazy fetch (#64692)d6a7ca0fix(fetch-cache): fix additional typo, add type & data validation (#64799)4a6b511Fix next/image usage in mdx (#64875)04cc13cFix mixed exports in server component with barrel optimization (#64894)8d01d49fix: mixing namespace import and named import client components (#64809)de84e3aFix: resolve mixed re-exports module as cjs (#64681)- Additional commits viewable in compare view
Updates axios from 1.2.1 to 1.6.0
Release notes
Sourced from axios's releases.
Release v1.6.0
Release notes:
Bug Fixes
- CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
- dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
- types: fix AxiosHeaders types; (#5931) (a1c8ad0)
PRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459Contributors to this release
Release v1.5.1
Release notes:
Bug Fixes
- adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
- formdata: fixed automatic addition of the
Content-Typeheader for FormData in non-browser environments; (#5917) (bc9af51)- headers: allow
content-encodingheader to handle case-insensitive values (#5890) (#5892) (4c89f25)- types: removed duplicated code (9e62056)
Contributors to this release
Release v1.5.0
Release notes:
Bug Fixes
- adapter: make adapter loading error more clear by using platform-specific adapters explicitly (#5837) (9a414bb)
- dns: fixed
cacheable-lookupintegration; (#5836) (b3e327d)- headers: added support for setting header names that overlap with class methods; (#5831) (d8b4ca0)
- headers: fixed common Content-Type header merging; (#5832) (8fda276)
Features
... (truncated)
Changelog
Sourced from axios's changelog.
1.6.0 (2023-10-26)
Bug Fixes
- CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
- dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
- types: fix AxiosHeaders types; (#5931) (a1c8ad0)
PRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459Contributors to this release
1.5.1 (2023-09-26)
Bug Fixes
- adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
- formdata: fixed automatic addition of the
Content-Typeheader for FormData in non-browser environments; (#5917) (bc9af51)- headers: allow
content-encodingheader to handle case-insensitive values (#5890) (#5892) (4c89f25)- types: removed duplicated code (9e62056)
Contributors to this release
PRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-60324591.5.0 (2023-08-26)
... (truncated)
Commits
f7adacdchore(release): v1.6.0 (#6031)9917e67chore(ci): fix release-it arg; (#6032)96ee232fix(CSRF): fixed CSRF vulnerability CVE-2023-45857 (#6028)7d45ab2chore(tests): fixed tests to pass in node v19 and v20 withkeep-aliveenabl...5aaff53fix(dns): fixed lookup function decorator to work properly in node v20; (#6011)a48a63achore(docs): added AxiosHeaders docs; (#5932)a1c8ad0fix(types): fix AxiosHeaders types; (#5931)2ac731dchore(docs): update readme.md (#5889)88fb52bchore(release): v1.5.1 (#5920)e410779fix(adapters): improved adapters loading logic to have clear error messages; ...- Additional commits viewable in compare view
Updates @nestjs/core from 8.4.7 to 10.3.8
Release notes
Sourced from @nestjs/core's releases.
v10.3.6 (2024-03-27)
Bug fixes
microservices
- #13367 Revert "fix(microservices): fix redundant code to emit error" (
@kamilmysliwiec)coreDependencies
- Other
- #13362 chore(deps-dev): bump
@grpc/proto-loaderfrom 0.7.10 to 0.7.11 (@dependabot[bot])- #13358 chore(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 7.3.1 to 7.4.0 (@dependabot[bot])- #13361 chore(deps-dev): bump mocha from 10.3.0 to 10.4.0 (
@dependabot[bot])- #13363 chore(deps-dev): bump
@grpc/grpc-jsfrom 1.10.3 to 1.10.4 (@dependabot[bot])- #13364 chore(deps-dev): bump mysql2 from 3.9.2 to 3.9.3 (
@dependabot[bot])- #13355 chore(deps-dev): bump
@apollo/serverfrom 4.10.1 to 4.10.2 (@dependabot[bot])- #13359 chore(deps-dev): bump
@typescript-eslint/parserfrom 7.3.1 to 7.4.0 (@dependabot[bot])- #13343 chore(deps-dev): bump core-js from 3.36.0 to 3.36.1 (
@dependabot[bot])- #13344 chore(deps-dev): bump
@commitlint/clifrom 19.2.0 to 19.2.1 (@dependabot[bot])- #13347 chore(deps-dev): bump typescript from 5.4.2 to 5.4.3 (
@dependabot[bot])- #13345 chore(deps-dev): bump
@types/nodefrom 20.11.29 to 20.11.30 (@dependabot[bot])- #13348 chore(deps-dev): bump
@fastify/multipartfrom 8.1.0 to 8.2.0 (@dependabot[bot])- #13352 chore(deps-dev): bump mongoose from 8.2.2 to 8.2.3 (
@dependabot[bot])platform-express
- #13357 chore(deps): bump express from 4.19.1 to 4.19.2 (
@dependabot[bot])- #13349 chore(deps): bump express from 4.18.3 to 4.19.1 (
@dependabot[bot])Committers: 2
- Abdulla Bayramov (
@breeeew)- Kamil Mysliwiec (
@kamilmysliwiec)v10.3.4 (2024-03-18)
Bug fixes
core,platform-fastify
- #13337 fix(core): middleware is not executed for root route when global prefix is set (
@kamilmysliwiec)microservices
- #13285 fix(microservices): fix rabbitmq no-assert not being applied correctly (
@sorooshme)common
- #13317 fix(common): fix stacktrace regex (
@hokaccha)Enhancements
Docs
common
- #13221 docs(common): remove incorrect constructor signature of HttpException (
@kalmanbendeguz)Dependencies
... (truncated)
Commits
6538edechore(@nestjs) publish v10.3.8 release8b4dbb3chore(@nestjs) publish v10.3.7 release1f2fae7chore(@nestjs) publish v10.3.6 release6a7f74ffix(core): break reference chain to instance object8bf0015chore: update readme28bf1f0chore(@nestjs) publish v10.3.5 releasec13c6b1chore: update package.json and readme2d6583achore(@nestjs) publish v10.3.4 release3321f6cfix(core): middleware is not executed for root route with prefix7d8822cMerge branch 'fix-global-prefix-middleware' of https://github.com/CodyTseng/n...- Additional commits viewable in compare view
Updates postcss from 8.4.14 to 8.4.31
Release notes
Sourced from postcss's releases.
8.4.31
- Fixed
\rparsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by
@romainmenke).8.4.29
8.4.28
- Fixed
Root.source.endfor better source map (by@romainmenke).- Fixed
Result.roottypes whenprocess()has no parser.8.4.27
- Fixed
Containerclone methods types.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by
@romainmenke).- Fixed docs (by
@vikaskaliramna07).8.4.24
- Fixed
Plugintypes.8.4.23
- Fixed warnings in TypeDoc.
8.4.22
- Fixed TypeScript support with
node16(by@remcohaszing).8.4.21
- Fixed
Input#errortypes (by@hudochenkov).8.4.20
- Fixed source map generation for childless at-rules like
@layer.8.4.19
- Fixed whitespace preserving after AST transformations (by
@romainmenke).8.4.18
- Fixed an error on
absolute: truewith emptysourceContent(by@KingSora).8.4.17
- Fixed
Node.before()unexpected behavior (by@romainmenke).- Added TOC to docs (by
@muddv).8.4.16
... (truncated)
Changelog
Sourced from postcss's changelog.
8.4.31
- Fixed
\rparsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by Romain Menke).
8.4.29
- Fixed
Node#source.offset(by Ido Rosenthal).- Fixed docs (by Christian Oliff).
8.4.28
- Fixed
Root.source.endfor better source map (by Romain Menke).- Fixed
Result.roottypes whenprocess()has no parser.8.4.27
- Fixed
Containerclone methods types.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by Romain Menke).
- Fixed docs (by
@vikaskaliramna07).8.4.24
- Fixed
Plugintypes.8.4.23
- Fixed warnings in TypeDoc.
8.4.22
- Fixed TypeScript support with
node16(by Remco Haszing).8.4.21
- Fixed
Input#errortypes (by Aleks Hudochenkov).8.4.20
- Fixed source map generation for childless at-rules like
@layer.8.4.19
- Fixed whitespace preserving after AST transformations (by Romain Menke).
8.4.18
- Fixed an error on
absolute: truewith emptysourceContent(by Rene Haas).8.4.17
- Fixed
Node.before()unexpected behavior (by Romain Menke).- Added TOC to docs (by Mikhail Dedov).
8.4.16
... (truncated)
Commits
90208deRelease 8.4.31 version58cc860Fix carrier return parsing4fff8e4Improve pnpm test outputcd43ed1Update dependenciescaa916bUpdate dependencies8972f76Typo11a5286Typo45c5501Release 8.4.30 versionbc3c341Update linterb2be58aMerge pull request #1881 from romainmenke/improve-sourcemap-performance--phil...- Additional commits viewable in compare view
Updates protobufjs from 7.2.5 to 7.2.6
Commits
2f846fechore: release master (#1962)af3ff83fix: report missing import properly in loadSync (#1960)- See full diff in compare view
Updates ejs from 3.1.8 to 3.1.10
Commits
d3f807dVersion 3.1.109ee26ddMocha TDDe469741Basic pollution protection715e950Merge pull request #756 from Jeffrey-mu/maincabe314Include advanced usage examples29b076cAdded header11503c7Merge branch 'main' of github.com:mde/ejs into main7690404Added security banner to READMEf47d7aeUpdate SECURITY.md828cea1Update SECURITY.md- Additional commits viewable in compare view
Updates follow-redirects from 1.15.2 to 1.15.6
Commits
35a517cRelease version 1.15.6 of the npm package.c4f847fDrop Proxy-Authorization across hosts.8526b4aUse GitHub for disclosure.b1677ceRelease version 1.15.5 of the npm package.d8914f7Preserve fragment in responseUrl.6585820Release version 1.15.4 of the npm package.7a6567eDisallow bracketed hostnames.05629afPrefer native URL instead of deprecated url.parse.1cba8e8Prefer native URL instead of legacy url.resolve.72bc2a4Simplify _processResponse error handling.- Additional commits viewable in compare view
Updates ip from 2.0.0 to 2.0.1
Commits
3b0994a2.0.132f468flib: fixed CVE-2023-42282 and added unit test- See full diff in compare view
Updates json5 from 1.0.1 to 1.0.2
Changelog
Sourced from json5's changelog.
Unreleased [code, diff]
v2.2.3 [code, diff]
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2 [code, diff]
- Fix: Properties with the name
__proto__are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).v2.2.1 [code, diff]
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0 [code, diff]
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5. (#236, #244)v2.1.3 [code, diff]
v2.1.2 [code, diff]
... (truncated)
Commits
a62db1e1.0.2e0c23fedocs: update CHANGELOG for v1.0.262a6540fix: add proto to objects and arrays- See full diff in compare view
Updates axios from 0.26.1 to 1.6.8
Release notes
Sourced from axios's releases.
Release v1.6.0
Release notes:
Bug Fixes
- CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
- dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
- types: fix AxiosHeaders types; (#5931) (a1c8ad0)
PRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459Contributors to this release
Release v1.5.1
Release notes:
Bug Fixes
- adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
- formdata: fixed automatic addition of the
Content-Typeheader for FormData in non-browser environments; (#5917) (bc9af51)- headers: allow
content-encodingheader to handle case-insensitive values (#5890) (#5892) (4c89f25)- types: removed duplicated code (9e62056)
Contributors to this release
Release v1.5.0
Release notes:
Bug Fixes
- adapter: make adapter loading error more clear by using platform-specific adapters explicitly (#5837) (9a414bb)
- dns: fixed
cacheable-lookupintegration; (#5836) (b3e327d)- headers: added support for setting header names that overlap with class methods; (#5831) (d8b4ca0)
- headers: fixed common Content-Type header merging; (#5832) (8fda276)
Features
... (truncated)
Changelog
Sourced from axios's changelog.
1.6.0 (2023-10-26)
Bug Fixes
- CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
- dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
- types: fix AxiosHeaders types; (#5931) (a1c8ad0)
PRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459Contributors to this release
1.5.1 (2023-09-26)
Bug Fixes
- adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
- formdata: fixed automatic addition of the
Content-Typeheader for FormData in non-browser environments; (#5917) (bc9af51)- headers: allow
content-encodingheader to handle case-insensitive values (#5890) (#5892) (4c89f25)- types: removed duplicated code (9e62056)
Contributors to this release
PRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-60324591.5.0 (2023-08-26)
... (truncated)
Commits
f7adacdchore(release): v1.6.0 (#6031)9917e67chore(ci): fix release-it arg; (#6032)96ee232fix(CSRF): fixed CSRF vulnerability CVE-2023-45857 (#6028)7d45ab2chore(tests): fixed tests to pass in node v19 and v20 withkeep-aliveenabl...5aaff53fix(dns): fixed lookup function decorator to work properly in node v20; (#6011)a48a63achore(docs): added AxiosHeaders docs; (#5932)a1c8ad0fix(types): fix AxiosHeaders types; (#5931)2ac731dchore(docs): update readme.md (#5889)88fb52bchore(release): v1.5.1 (#5920)e410779fix(adapters): improved adapters loading logic to have clear error messages; ...- Additional commits viewable in compare view
Updates axios from 0.26.1 to 1.6.8
Release notes
Sourced from axios's releases.
Release v1.6.0
Release notes:
Bug Fixes
- CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
- dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
- types: fix AxiosHeaders types; (#5931) (a1c8ad0)
PRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459Contributors to this release
Release v1.5.1
Release notes:
Bug Fixes
- adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
- formdata: fixed automatic addition of the
Content-Typeheader for FormData in non-browser environments; (#5917) (bc9af51)- headers: allow
content-encodingheader to handle case-insensitive values (#5890) (#5892) (4c89f25)- types: removed duplicated code (9e62056)
Contributors to this release
Release v1.5.0
Release notes:
Bug Fixes
- adapter: make adapter loading error more clear by using platform-specific adapters explicitly (#5837) (9a414bb)
- dns: fixed
cacheable-lookupintegration; (#5836) (b3e327d)- headers: added support for setting header names that overlap with class methods; (#5831) (d8b4ca0)
- headers: fixed common Content-Type header merging; (#5832) (8fda276)
Features
... (truncated)
Changelog
...Description has been truncated
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
@dependabot rebase
Looks like these dependencies are updatable in another way, so this is no longer needed.