-
-
Notifications
You must be signed in to change notification settings - Fork 8
chore(deps): bump the production-dependencies group across 1 directory with 14 updates #250
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
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/npm_and_yarn/backend/production-dependencies-fd65f83100
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(deps): bump the production-dependencies group across 1 directory with 14 updates #250
dependabot
wants to merge
1
commit into
main
from
dependabot/npm_and_yarn/backend/production-dependencies-fd65f83100
Conversation
This file contains hidden or 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
…y with 14 updates Bumps the production-dependencies group with 14 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [@octokit/core](https://github.com/octokit/core.js) | `6.1.4` | `7.0.3` | | [cron](https://github.com/kelektiv/node-cron) | `4.1.3` | `4.3.3` | | [dayjs](https://github.com/iamkun/dayjs) | `1.11.13` | `1.11.18` | | [dotenv](https://github.com/motdotla/dotenv) | `16.4.7` | `17.2.2` | | [eventsource](https://github.com/EventSource/eventsource) | `3.0.6` | `4.0.0` | | [express](https://github.com/expressjs/express) | `4.21.2` | `5.1.0` | | [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) | `4.17.21` | `5.0.3` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `7.5.0` | `8.1.0` | | [mongoose](https://github.com/Automattic/mongoose) | `8.13.2` | `8.18.1` | | [mysql2](https://github.com/sidorares/node-mysql2) | `3.14.0` | `3.14.5` | | [octokit](https://github.com/octokit/octokit.js) | `4.1.2` | `5.0.3` | | [smee-client](https://github.com/probot/smee-client) | `3.1.1` | `4.3.1` | | [validator](https://github.com/validatorjs/validator.js) | `13.15.0` | `13.15.15` | | [@types/validator](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/validator) | `13.15.0` | `13.15.3` | Updates `@octokit/core` from 6.1.4 to 7.0.3 - [Release notes](https://github.com/octokit/core.js/releases) - [Commits](octokit/core.js@v6.1.4...v7.0.3) Updates `cron` from 4.1.3 to 4.3.3 - [Release notes](https://github.com/kelektiv/node-cron/releases) - [Changelog](https://github.com/kelektiv/node-cron/blob/main/CHANGELOG.md) - [Commits](kelektiv/node-cron@v4.1.3...v4.3.3) Updates `dayjs` from 1.11.13 to 1.11.18 - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.18/CHANGELOG.md) - [Commits](iamkun/dayjs@v1.11.13...v1.11.18) Updates `dotenv` from 16.4.7 to 17.2.2 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.7...v17.2.2) Updates `eventsource` from 3.0.6 to 4.0.0 - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/main/CHANGELOG.md) - [Commits](EventSource/eventsource@v3.0.6...v4.0.0) Updates `express` from 4.21.2 to 5.1.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.21.2...v5.1.0) Updates `@types/express` from 4.17.21 to 5.0.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) Updates `express-rate-limit` from 7.5.0 to 8.1.0 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](express-rate-limit/express-rate-limit@v7.5.0...v8.1.0) Updates `mongoose` from 8.13.2 to 8.18.1 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](Automattic/mongoose@8.13.2...8.18.1) Updates `mysql2` from 3.14.0 to 3.14.5 - [Release notes](https://github.com/sidorares/node-mysql2/releases) - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md) - [Commits](sidorares/node-mysql2@v3.14.0...v3.14.5) Updates `octokit` from 4.1.2 to 5.0.3 - [Release notes](https://github.com/octokit/octokit.js/releases) - [Commits](octokit/octokit.js@v4.1.2...v5.0.3) Updates `smee-client` from 3.1.1 to 4.3.1 - [Release notes](https://github.com/probot/smee-client/releases) - [Commits](probot/smee-client@v3.1.1...v4.3.1) Updates `validator` from 13.15.0 to 13.15.15 - [Release notes](https://github.com/validatorjs/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](validatorjs/validator.js@13.15.0...13.15.15) Updates `@types/validator` from 13.15.0 to 13.15.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/validator) --- updated-dependencies: - dependency-name: "@octokit/core" dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: cron dependency-version: 4.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: dayjs dependency-version: 1.11.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: dotenv dependency-version: 17.2.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: eventsource dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: express dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: "@types/express" dependency-version: 5.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: express-rate-limit dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: mongoose dependency-version: 8.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: mysql2 dependency-version: 3.14.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: octokit dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: smee-client dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: validator dependency-version: 13.15.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@types/validator" dependency-version: 13.15.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Dependency ReviewThe following issues were found:
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
0 participants
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 production-dependencies group with 14 updates in the /backend directory:
6.1.4
7.0.3
4.1.3
4.3.3
1.11.13
1.11.18
16.4.7
17.2.2
3.0.6
4.0.0
4.21.2
5.1.0
4.17.21
5.0.3
7.5.0
8.1.0
8.13.2
8.18.1
3.14.0
3.14.5
4.1.2
5.0.3
3.1.1
4.3.1
13.15.0
13.15.15
13.15.0
13.15.3
Updates
@octokit/core
from 6.1.4 to 7.0.3Release notes
Sourced from
@octokit/core
's releases.... (truncated)
Commits
0896c50
fix: add createLogger to ensure that pino does not break (#744)629fa4e
fix(deps): update octokit monorepo (major) (#742)1aba598
chore(deps): update dependency undici to v7 (#711)2abf89e
fix(deps): update dependency before-after-hook to v4 (#739)78747bf
ci: stop testing against NodeJS v18 (#738)38dd554
chore(deps): update dependency undici to v6.21.2 [security] (#741)f7cb18f
build: remove glob (#737)22243bd
chore(deps): bump vite from 6.2.6 to 6.3.4 (#735)e0d36c5
ci: replaceOCTOKITBOT_PROJECT_ACTION_TOKEN
andOCTOKITBOT_PAT
with a tok...e72addd
chore(deps): bump vite from 6.2.5 to 6.2.6 (#733)Updates
cron
from 4.1.3 to 4.3.3Release notes
Sourced from cron's releases.
... (truncated)
Changelog
Sourced from cron's changelog.
... (truncated)
Commits
6ce81eb
Release v4.3.3 [skip ci]9bd0c4e
build(deps): update dependency@types/luxon
to ~3.7.034130fc
chore(deps): lock file maintenance4f3d063
chore(deps): update swc monorepob692865
chore(deps): update linters91e2402
chore(action): update step-security/harden-runner action to v2.13.0bc3fab6
chore(deps): update dependency semantic-release to v24.2.708b58ce
chore(deps): update dependency chai to v5.2.116cdbab
chore(deps): update dependency@types/node
to v22.16.5ceb7a0c
chore(action): update marocchino/sticky-pull-request-comment action to v2.9.4Updates
dayjs
from 1.11.13 to 1.11.18Release notes
Sourced from dayjs's releases.
Changelog
Sourced from dayjs's changelog.
Commits
9beb3f3
chore(release): 1.11.18 [skip ci]d72d0cf
Merge pull request #2925 from iamkun/dev9be50d5
chore: update workflow8cfb313
fix: error semantic-release dependencyb9815f9
chore: update workflow7fcf939
chore(release): 1.11.17 [skip ci]b832bab
d2m (#2922)1b95ecd
fix: [en-AU] locale use the same ordinal as moment (#2878)5465380
chore: update .npmignorefcdbc82
chore: update workflow debug@semantic-release/github
Updates
dotenv
from 16.4.7 to 17.2.2Changelog
Sourced from dotenv's changelog.
... (truncated)
Commits
2ea1a76
17.2.20947a83
changelog 🪵c8fb4aa
changelog 🪵a2b13d2
update READMEd92a91e
remove37cf55a
17.2.1f2d92e9
changelog 🪵bd27017
Merge pull request #897 from motdotla/adjust-tip-for-click8a9ce45
add to tests19e5ad9
adjust clickable tipUpdates
eventsource
from 3.0.6 to 4.0.0Release notes
Sourced from eventsource's releases.
Changelog
Sourced from eventsource's changelog.
Commits
d4385cb
chore(release): 4.0.0 [skip ci]3057f3a
docs: update migration guide6786e46
fix!: dropFetchLikeInit
type. UseEventSourceFetchInit
instead.91a3a48
feat!: require node.js v20 or higher54fbb3e
chore(deps): upgrade dev dependencies to latest versions270e7f2
chore(release): 3.0.7 [skip ci]1282872
fix: mark fetch init properties required in typingsUpdates
express
from 4.21.2 to 5.1.0Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
... (truncated)
Commits
cd7d439
5.1.04c4f3ea
fix(deps): serve-static@^2.2.0 (#6418)cb4c56e
fix(docs): remove@mertcanaltin
from Triagers (#6408)7b44e1d
ci: use full SHAs for github action versionseb6d125
deps: router@^2.2.0 (#6417)f1a2dc8
deps: type-is@^2.0.1 (#6420)6b51e8e
deps: body-parser@^2.2.0 (#6419)1f311c5
build(deps-dev): bump cookie-session from 2.0.0 to 2.1.0 (#6399)9e97144
feat(deps): [email protected] (#6373)29d0980
build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 (#6397)Updates
@types/express
from 4.17.21 to 5.0.3Commits
Updates
express-rate-limit
from 7.5.0 to 8.1.0Release notes
Sourced from express-rate-limit's releases.
Commits
6061935
8.1.02f2ed4d
Add validation check for Forwarded header (#549)d0e7c85
chore(deps-dev): bump the all group across 1 directory with 5 updates (#554)66aa1b0
test: check for renamed Request in types (#543)658c201
Document windowMs limit for MemoryStore and warn on invalid values (#550)aa3b291
fix: include RateLimit-Reset header when resetSeconds is 0 (#553)1eca1a4
Update CI workflow to include pull_request triggerec8a6f9
chore: migrate biome config for current version207100e
chore(deps-dev): bump the all group with 4 updates (#548)471076d
chore(deps-dev): bump the all group with 4 updates (#547)Updates
mongoose
from 8.13.2 to 8.18.1Release notes
Sourced from mongoose's releases.
... (truncated)
Changelog
Sourced from mongoose's changelog.