samples-typescript
samples-typescript copied to clipboard
Bump the npm_and_yarn group across 10 directories with 11 updates
Bumps the npm_and_yarn group with 7 updates in the / directory:
| Package | From | To |
|---|---|---|
| next | 12.3.1 |
14.2.5 |
| axios | 1.2.1 |
1.7.4 |
| @nestjs/core | 8.4.7 |
10.4.1 |
| braces | 3.0.2 |
3.0.3 |
| ejs | 3.1.8 |
3.1.10 |
| follow-redirects | 1.15.2 |
1.15.6 |
| 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.5
Release notes
Sourced from next's releases.
v14.2.5
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- avoid merging global css in a way that leaks into other chunk groups (#67373)
- Fix server action edge redirect with middleware rewrite (#67148)
- fix(next): reject protocol-relative URLs in image optimization (#65752)
- fix(next-swc): correct path interop to filepath for wasm (#65633)
- Use addDependency to track metadata route file changes (#66714)
- Fix noindex is missing on static not-found page (#67135)
- perf: improve retrieving versionInfo on Turbo HMR (#67309)
- fix(next/image): handle invalid url (#67465)
- fix(next): initial prefetch cache not set properly with different search params (#65977)
- fix: Backport class properties fix (#67377)
- Upgrade acorn (#67592)
Misc
- Log stdio for pull-turbo-cache script (#66759)
- Ensure turbo is setup when building in docker (#66804)
Credits
Huge thanks to
@devjiwonchoi,@ijjk,@emmerich,@huozhi,@kdy1,@kwonoj,@styfle, and@sokrafor helping!v14.2.4
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: ensure route handlers properly track dynamic access (#66446)
- fix NextRequest proxy in edge runtime (#66551)
- Fix next/dynamic with babel and src dir (#65177)
- Use vercel deployment url for metadataBase fallbacks (#65089)
- fix(next/image): detect react@19 for fetchPriority prop (#65235)
- Fix loading navigation with metadata and prefetch (#66447)
- prevent duplicate RSC fetch when action redirects (#66620)
- ensure router cache updates reference the latest cache values (#66681)
- Prevent append of trailing slash in cases where path ends with a file extension (#66636)
- Fix inconsistency with 404 getStaticProps cache-control (#66674)
- Use addDependency to track metadata route file changes (#66714)
- Add timeout/retry handling for fetch cache (#66652)
- fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)
Credits
Huge thanks to
@ztanner,@ijjk,@wbinnssmith,@huozhi, and@lubieowocefor helping!
Commits
0bf7f52v14.2.530d6dfcfix: metadata route merging conflicts186ec6bLog stdio for pull-turbo-cache script (#66759)45656d3Ensure turbo is setup when building in docker (#66804)08e7fd1Upgrade acorn (#67592)1d08dabavoid merging global css in a way that leaks into other chunk groups (#67373)21a9d59Fix server action edge redirect with middleware rewrite (#67148)1b10b13fix(next): reject protocol-relative URLs in image optimization (#65752)c64c61dfix(next-swc): correct path interop to filepath for wasm (#65633)6c661d2Use addDependency to track metadata route file changes (#66714)- Additional commits viewable in compare view
Updates axios from 1.2.1 to 1.7.4
Release notes
Sourced from axios's releases.
Release v1.7.4
Release notes:
Bug Fixes
- sec: CVE-2024-39338 (#6539) (#6543) (6b6b605)
- sec: disregard protocol-relative URL to remediate SSRF (#6539) (07a661a)
Contributors to this release
Release v1.7.3
Release notes:
Bug Fixes
- adapter: fix progress event emitting; (#6518) (e3c76fc)
- fetch: fix withCredentials request config (#6505) (85d4d0e)
- xhr: return original config on errors from XHR adapter (#6515) (8966ee7)
Contributors to this release
Release v1.7.2
Release notes:
Bug Fixes
Contributors to this release
Release v1.7.1
Release notes:
Bug Fixes
- fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)
Contributors to this release
Release v1.7.0
Release notes:
Features
... (truncated)
Changelog
Sourced from axios's changelog.
1.7.4 (2024-08-13)
Bug Fixes
- sec: CVE-2024-39338 (#6539) (#6543) (6b6b605)
- sec: disregard protocol-relative URL to remediate SSRF (#6539) (07a661a)
Contributors to this release
1.7.3 (2024-08-01)
Bug Fixes
- adapter: fix progress event emitting; (#6518) (e3c76fc)
- fetch: fix withCredentials request config (#6505) (85d4d0e)
- xhr: return original config on errors from XHR adapter (#6515) (8966ee7)
Contributors to this release
1.7.2 (2024-05-21)
Bug Fixes
Contributors to this release
1.7.1 (2024-05-20)
Bug Fixes
- fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)
Contributors to this release
... (truncated)
Commits
abd24a7chore(release): v1.7.4 (#6544)6b6b605fix(sec): CVE-2024-39338 (#6539) (#6543)07a661afix(sec): disregard protocol-relative URL to remediate SSRF (#6539)c6cce43chore(release): v1.7.3 (#6521)e3c76fcfix(adapter): fix progress event emitting; (#6518)85d4d0efix(fetch): fix withCredentials request config (#6505)92cd8edchore(github): update ISSUE_TEMPLATE.md (#6519)8966ee7fix(xhr): return original config on errors from XHR adapter (#6515)0e4f9fachore(release): v1.7.2 (#6414)4f79aeffix(fetch): enhance fetch API detection; (#6413)- Additional commits viewable in compare view
Updates @nestjs/core from 8.4.7 to 10.4.1
Release notes
Sourced from @nestjs/core's releases.
v10.3.10 (2024-07-01)
Bug fixes
core
- #13712 fix(core): when using forward references on
exportsarray (@micalevisk)Enhancements
platform-fastify
- #13734 feat(fastify-adapter): support for skipping middie registration (
@ancyrweb)Dependencies
- Other
- #13706 chore(deps-dev): bump nodemon from 3.1.3 to 3.1.4 (
@dependabot[bot])- #13716 chore(deps-dev): bump ts-morph from 22.0.0 to 23.0.0 (
@dependabot[bot])- #13697 chore(deps): bump ws from 8.13.0 to 8.17.1 in /sample/16-gateways-ws (
@dependabot[bot])- #13708 chore(deps-dev): bump nats from 2.26.0 to 2.27.0 (
@dependabot[bot])- #13709 chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 (
@dependabot[bot])- #13715 chore(deps-dev): bump graphql from 16.8.2 to 16.9.0 (
@dependabot[bot])- #13718 chore(deps-dev): bump engine.io-client from 6.5.4 to 6.6.0 (
@dependabot[bot])- #13724 chore(deps-dev): bump
@types/nodefrom 20.14.6 to 20.14.9 (@dependabot[bot])- #13672 chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /sample/26-queues (
@dependabot[bot])- #13693 chore(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 7.13.0 to 7.13.1 (@dependabot[bot])- #13699 chore(deps-dev): bump engine.io-client from 6.5.3 to 6.5.4 (
@dependabot[bot])- #13702 chore(deps-dev): bump
@types/nodefrom 20.14.4 to 20.14.6 (@dependabot[bot])- #13703 chore(deps): bump fast-json-stringify from 5.16.0 to 5.16.1 (
@dependabot[bot])- #13694 chore(deps-dev): bump mongoose from 8.4.1 to 8.4.3 (
@dependabot[bot])- #13695 chore(deps-dev): bump
@typescript-eslint/parserfrom 7.13.0 to 7.13.1 (@dependabot[bot])- #13696 chore(deps-dev): bump
@types/nodefrom 20.14.2 to 20.14.4 (@dependabot[bot])- #13678 chore(deps-dev): bump graphql from 16.8.1 to 16.8.2 (
@dependabot[bot])- #13682 chore(deps-dev): bump mysql2 from 3.10.0 to 3.10.1 (
@dependabot[bot])- #13674 chore(deps-dev): bump prettier from 3.3.1 to 3.3.2 (
@dependabot[bot])- #13677 chore(deps-dev): bump lint-staged from 15.2.5 to 15.2.7 (
@dependabot[bot])- #13671 chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /sample/27-scheduling (
@dependabot[bot])- #13670 chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /sample/30-event-emitter (
@dependabot[bot])- #13667 chore(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 7.12.0 to 7.13.0 (@dependabot[bot])- #13665 chore(deps-dev): bump artillery from 2.0.14 to 2.0.15 (
@dependabot[bot])- #13660 chore(deps): bump
@grpc/grpc-jsfrom 1.10.0 to 1.10.9 in /sample/04-grpc (@dependabot[bot])- #13662 chore(deps-dev): bump
@grpc/grpc-jsfrom 1.10.8 to 1.10.9 (@dependabot[bot])- #13663 chore(deps-dev): bump
@fastify/multipartfrom 8.2.0 to 8.3.0 (@dependabot[bot])- #13666 chore(deps-dev): bump
@typescript-eslint/parserfrom 7.11.0 to 7.13.0 (@dependabot[bot])- #13669 chore(deps): bump uuid from 9.0.1 to 10.0.0 (
@dependabot[bot])- #13640 chore(deps-dev): bump nodemon from 3.1.2 to 3.1.3 (
@dependabot[bot])- #13641 chore(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 7.11.0 to 7.12.0 (@dependabot[bot])- #13642 chore(deps-dev): bump mongoose from 8.4.0 to 8.4.1 (
@dependabot[bot])- #13651 chore(deps-dev): bump prettier from 3.2.5 to 3.3.1 (
@dependabot[bot])- #13652 chore(deps-dev): bump
@types/nodefrom 20.12.12 to 20.14.2 (@dependabot[bot])- #13653 chore(deps-dev): bump cache-manager from 5.5.3 to 5.6.1 (
@dependabot[bot])platform-ws
- #13690 chore(deps): bump ws from 8.17.0 to 8.17.1 (
@dependabot[bot])platform-fastify
... (truncated)
Commits
67f32e8chore(@nestjs) publish v10.4.1 release6f624d1chore: update readme5bcd024chore(@nestjs) publish v10.4.0 release821b080fix(core): unhandled promise rejection in interceptors consumerb59d5acchore(@nestjs) publish v10.3.10 release284f437docs: update readme136f035fix(core): when using forward references onexportsarray99d31e3chore(deps): bump tslib from 2.6.2 to 2.6.3013dbd3chore: update readmesfcd2c58chore(@nestjs) publish v10.3.9 release- 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 braces from 3.0.2 to 3.0.3
Commits
74b2db23.0.388f1429update eslint. lint, fix unit tests.415d660Snyk js braces 6838727 (#40)190510ffix tests, skip 1 test in test/braces.expand716eb9freadme bumpa5851e5Merge pull request #37 from coderaiser/fix/vulnerability2092bd1feature: braces: add maxSymbols (https://github.com/micromatch/braces/issues/...9f5b4cffix: vulnerability (https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727)98414f9remove funding file665ab5dupdate keepEscaping doc (#27)- Additional commits viewable 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 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.7.4
Release notes
Sourced from axios's releases.
Release v1.7.4
Release notes:
Bug Fixes
- sec: CVE-2024-39338 (#6539) (#6543) (6b6b605)
- sec: disregard protocol-relative URL to remediate SSRF (#6539) (07a661a)
Contributors to this release
Release v1.7.3
Release notes:
Bug Fixes
- adapter: fix progress event emitting; (#6518) (e3c76fc)
- fetch: fix withCredentials request config (#6505) (85d4d0e)
- xhr: return original config on errors from XHR adapter (#6515) (8966ee7)
Contributors to this release
Release v1.7.2
Release notes:
Bug Fixes
Contributors to this release
Release v1.7.1
Release notes:
Bug Fixes
- fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)
Contributors to this release
Release v1.7.0
Release notes:
Features
... (truncated)
Changelog
Sourced from axios's changelog.
1.7.4 (2024-08-13)
Bug Fixes
- sec: CVE-2024-39338 (#6539) (#6543) (6b6b605)
- sec: disregard protocol-relative URL to remediate SSRF (#6539) (07a661a)
Contributors to this release
1.7.3 (2024-08-01)
Bug Fixes
- adapter: fix progress event emitting; (#6518) (e3c76fc)
- fetch: fix withCredentials request config (#6505) (85d4d0e)
- xhr: return original config on errors from XHR adapter (#6515) (8966ee7)
Contributors to this release
1.7.2 (2024-05-21)
Bug Fixes
Contributors to this release
1.7.1 (2024-05-20)
Bug Fixes
- fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)
Contributors to this release
... (truncated)
Commits
abd24a7chore(release): v1.7.4 (#6544)6b6b605fix(sec): CVE-2024-39338 (#6539) (#6543)07a661afix(sec): disregard protocol-relative URL to remediate SSRF (#6539)c6cce43chore(release): v1.7.3 (#6521)e3c76fcfix(adapter): fix progress event emitting; (#6518)85d4d0efix(fetch): fix withCredentials request config (#6505)92cd8edchore(github): update ISSUE_TEMPLATE.md (#6519)8966ee7fix(xhr): return original config on errors from XHR adapter (#6515)0e4f9fachore(release): v1.7.2 (#6414)4f79aeffix(fetch): enhance fetch API detection; (#6413)- Additional commits viewable in compare view
Updates axios from 0.26.1 to 1.7.4
Release notes
Sourced from axios's releases.
Release v1.7.4
Release notes:
Bug Fixes
- sec: CVE-2024-39338 (#6539) (#6543) (6b6b605)
- sec: disregard protocol-relative URL to remediate SSRF (#6539) (07a661a)
Contributors to this release
Release v1.7.3
Release notes:
Bug Fixes
- adapter: fix progress event emitting; (#6518) (e3c76fc)
- fetch: fix withCredentials request config (#6505) (85d4d0e)
- xhr: return original config on errors from XHR adapter (#6515) (8966ee7)
Contributors to this release
Release v1.7.2
Release notes:
Bug Fixes
Contributors to this release
Release v1.7.1
Release notes:
Bug Fixes
- fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)
Contributors to this release
Release v1.7.0
Release notes:
Features
... (truncated)
Changelog
Sourced from axios's changelog.
1.7.4 (2024-08-13)
Bug Fixes
- sec: CVE-2024-39338 (#6539) (#6543) (6b6b605)
- sec: disregard protocol-relative URL to remediate SSRF (#6539) (07a661a)
Contributors to this release
1.7.3 (2024-08-01)
Bug Fixes
- adapter: fix progress event emitting; (#6518) (e3c76fc)
- fetch: fix withCredentials request config (#6505) (85d4d0e)
- xhr: return original config on errors from XHR adapter (#6515) (8966ee7)
Contributors to this release
1.7.2 (2024-05-21)
Bug Fixes
Contributors to this release
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.