-
Notifications
You must be signed in to change notification settings - Fork 0
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
build(deps): bump the server_deps group across 1 directory with 19 updates #73
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/npm_and_yarn/server/server_deps-494e4c9ec0
Closed
build(deps): bump the server_deps group across 1 directory with 19 updates #73
dependabot
wants to merge
1
commit into
main
from
dependabot/npm_and_yarn/server/server_deps-494e4c9ec0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…dates Bumps the server_deps group with 19 updates in the /server directory: | Package | From | To | | --- | --- | --- | | [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `5.9.1` | `5.14.0` | | [date-fns](https://github.com/date-fns/date-fns) | `3.3.1` | `3.6.0` | | [dotenv](https://github.com/motdotla/dotenv) | `16.4.4` | `16.4.5` | | [express](https://github.com/expressjs/express) | `4.18.2` | `4.19.2` | | [reflect-metadata](https://github.com/rbuckton/reflect-metadata) | `0.2.1` | `0.2.2` | | [winston](https://github.com/winstonjs/winston) | `3.11.0` | `3.13.0` | | [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken) | `9.0.5` | `9.0.6` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.19` | `20.12.12` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.0.2` | `7.10.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.0.2` | `7.10.0` | | [eslint](https://github.com/eslint/eslint) | `8.56.0` | `9.3.0` | | [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) | `12.0.0` | `12.1.0` | | [jest-mock-extended](https://github.com/marchaos/jest-mock-extended) | `3.0.5` | `3.0.7` | | [nodemon](https://github.com/remy/nodemon) | `3.0.3` | `3.1.1` | | [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `5.9.1` | `5.14.0` | | [supertest](https://github.com/ladjs/supertest) | `6.3.4` | `7.0.0` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.2` | `29.1.3` | | [tsc-alias](https://github.com/justkey007/tsc-alias) | `1.8.8` | `1.8.10` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.5` | Updates `@prisma/client` from 5.9.1 to 5.14.0 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/5.14.0/packages/client) Updates `date-fns` from 3.3.1 to 3.6.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](date-fns/date-fns@v3.3.1...v3.6.0) Updates `dotenv` from 16.4.4 to 16.4.5 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.4...v16.4.5) Updates `express` from 4.18.2 to 4.19.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.18.2...4.19.2) Updates `reflect-metadata` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/rbuckton/reflect-metadata/releases) - [Changelog](https://github.com/rbuckton/reflect-metadata/blob/main/tsconfig-release.json) - [Commits](https://github.com/rbuckton/reflect-metadata/commits) Updates `winston` from 3.11.0 to 3.13.0 - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](winstonjs/winston@v3.11.0...v3.13.0) Updates `@types/jsonwebtoken` from 9.0.5 to 9.0.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsonwebtoken) Updates `@types/node` from 20.11.19 to 20.12.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 7.0.2 to 7.10.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.10.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.0.2 to 7.10.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.10.0/packages/parser) Updates `eslint` from 8.56.0 to 9.3.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.56.0...v9.3.0) Updates `eslint-plugin-simple-import-sort` from 12.0.0 to 12.1.0 - [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md) - [Commits](lydell/eslint-plugin-simple-import-sort@v12.0.0...v12.1.0) Updates `jest-mock-extended` from 3.0.5 to 3.0.7 - [Release notes](https://github.com/marchaos/jest-mock-extended/releases) - [Commits](marchaos/jest-mock-extended@3.0.5...3.0.7) Updates `nodemon` from 3.0.3 to 3.1.1 - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](remy/nodemon@v3.0.3...v3.1.1) Updates `prisma` from 5.9.1 to 5.14.0 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/5.14.0/packages/cli) Updates `supertest` from 6.3.4 to 7.0.0 - [Release notes](https://github.com/ladjs/supertest/releases) - [Commits](ladjs/supertest@v6.3.4...v7.0.0) Updates `ts-jest` from 29.1.2 to 29.1.3 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.1.2...v29.1.3) Updates `tsc-alias` from 1.8.8 to 1.8.10 - [Release notes](https://github.com/justkey007/tsc-alias/releases) - [Commits](justkey007/tsc-alias@v1.8.8...v1.8.10) Updates `typescript` from 5.3.3 to 5.4.5 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.3.3...v5.4.5) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server_deps - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server_deps - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: server_deps - dependency-name: express dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server_deps - dependency-name: reflect-metadata dependency-type: direct:production update-type: version-update:semver-patch dependency-group: server_deps - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server_deps - dependency-name: "@types/jsonwebtoken" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: server_deps - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: server_deps - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: server_deps - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: server_deps - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: server_deps - dependency-name: eslint-plugin-simple-import-sort dependency-type: direct:development update-type: version-update:semver-minor dependency-group: server_deps - dependency-name: jest-mock-extended dependency-type: direct:development update-type: version-update:semver-patch dependency-group: server_deps - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-minor dependency-group: server_deps - dependency-name: prisma dependency-type: direct:development update-type: version-update:semver-minor dependency-group: server_deps - dependency-name: supertest dependency-type: direct:development update-type: version-update:semver-major dependency-group: server_deps - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: server_deps - dependency-name: tsc-alias dependency-type: direct:development update-type: version-update:semver-patch dependency-group: server_deps - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: server_deps ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
May 27, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/npm_and_yarn/server/server_deps-494e4c9ec0
branch
June 3, 2024 11:23
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the server_deps group with 19 updates in the /server directory:
5.9.1
5.14.0
3.3.1
3.6.0
16.4.4
16.4.5
4.18.2
4.19.2
0.2.1
0.2.2
3.11.0
3.13.0
9.0.5
9.0.6
20.11.19
20.12.12
7.0.2
7.10.0
7.0.2
7.10.0
8.56.0
9.3.0
12.0.0
12.1.0
3.0.5
3.0.7
3.0.3
3.1.1
5.9.1
5.14.0
6.3.4
7.0.0
29.1.2
29.1.3
1.8.8
1.8.10
5.3.3
5.4.5
Updates
@prisma/client
from 5.9.1 to 5.14.0Release notes
Sourced from
@prisma/client
's releases.... (truncated)
Commits
e0006b1
chore(deps): update engines to 5.14.0-25.e9771e62de70f79a5e1c604a2d7c8e2a0a87...271d834
chore(deps): update engines to 5.14.0-24.879beb2a005f47f60608de797a554c8a500e...d2701d4
feat: create no models flag for generate command (#24160)51ff5e4
chore(deps): update engines to 5.14.0-23.079da82321947525558fa7146f7737149538...ea28e76
chore(deps): update dependency wrangler to v3.55.0 (#24147)7e66bc6
chore(deps): update engines to 5.14.0-21.6eec1600785bbff7acedfa57bc6826cdac2e...6fcc818
feat(cli): addprismaSchemaFolder
support toprisma generate
via `mergeSc...23aba0b
docs: remove references to Prisma Slack (#24128)52589ae
chore: Remove issue link from "Client did not initialize yet" (#24117)c22724e
feat(cli): ground work for prismaSchemaFolder, implementingvalidate
, `form...Updates
date-fns
from 3.3.1 to 3.6.0Release notes
Sourced from date-fns's releases.
Changelog
Sourced from date-fns's changelog.
Commits
ddb34e0
Promote to v3.6.0603aec4
Add the CDN guideea6da53
Add jsDelivr resolve to package.json5a2afce
Fix CDN build, add CDN smoke test0356ecc
Add CDN versions of modules (#3737)d22be9f
Fix v3.5.0's change log entrya9bf9e1
Fix weeks in Belarisuan formatDistance (#3720)1d78cd1
Prepare v3.5.0f0355f1
Rebuild lock file (#3733)3d118e2
FixconstructNow
import paths (#3734)Updates
dotenv
from 16.4.4 to 16.4.5Changelog
Sourced from dotenv's changelog.
Commits
9f3e833
16.4.56924177
Merge pull request #814 from motdotla/dont-check-existance3533420
changelog 🪵249e5a6
adjust logic to support tests87fd887
do not check if exists1146910
rename .env-multiline to .env.multilineUpdates
express
from 4.18.2 to 4.19.2Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
Commits
04bc627
4.19.2da4d763
Improved fix for open redirect allow list bypass4f0f6cc
4.19.1a003cfa
Allow passing non-strings to res.location with new encoding handling checks f...a1fa90f
fixed un-edited version in history.md for 4.19.011f2b1d
build: fix build due to inconsistent supertest behavior in older versions084e365
4.19.00867302
Prevent open redirect allow list bypass due to encodeurl567c9c6
Add note on how to update docs for new release (#5541)69a4cf2
deps: [email protected]Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for express since your current version.
Updates
reflect-metadata
from 0.2.1 to 0.2.2Commits
Updates
winston
from 3.11.0 to 3.13.0Release notes
Sourced from winston's releases.
Commits
c63a5ad
3.13.0a237865
fix(http): allow passing maximumDepth to prevent big object being stringified...b5eecf0
3.12.1b10b98f
Bump@types/node
from 20.11.24 to 20.11.29 (#2431)0277035
Revert "Remove nonexistent Logger methods from types" (#2434)d95c948
fixed flaky test case (#2412)7816869
3.12.09e5b407
missing timestamp format in ready-to-use-pattern example (#2421)4a85e6b
bump deps (#2422)e153c68
[chore] Run coveralls CI check on Node 20 not 16 (#2418)Updates
@types/jsonwebtoken
from 9.0.5 to 9.0.6Commits
Updates
@types/node
from 20.11.19 to 20.12.12Commits
Updates
@typescript-eslint/eslint-plugin
from 7.0.2 to 7.10.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
c18226e
chore(release): publish 7.10.08d92ba8
docs: [no-floating-promises] fix capitalization typo (#9118)d951d83
fix(eslint-plugin): [prefer-regexp-exec] fix heuristic to check whether regex...987a96e
feat(eslint-plugin): [sort-type-constituents] support case sensitive sorting ...77fc366
chore(release): publish 7.9.0f53fece
chore: add knip (#8192)8acb8d4
fix(eslint-plugin): [explicit-function-return-types] fix false positive on de...d696ea2
docs(eslint-plugin): fix several 404 URLs (#9064)37a41d9
docs: fix broken link toimport/no-duplicates
onno-duplicate-imports
pag...ab92621
docs: correct its/it's spelling (#9048)Updates
@typescript-eslint/parser
from 7.0.2 to 7.10.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
c18226e
chore(release): publish 7.10.077fc366
chore(release): publish 7.9.0f53fece
chore: add knip (#8192)ee677f6
chore(release): publish 7.8.03e19436
chore(release): publish 7.7.1e44a1a2
chore(release): publish 7.7.0e1db872
chore(release): publish 7.6.0a6ab2cb
feat: bump npm dependency ranges (#8860)a14ba9d
chore(release): publish 7.5.0ecb6b55
docs: add homepage (#8742)Updates
eslint
from 8.56.0 to 9.3.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.