-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bump the production-dependencies group across 1 directory with 5 updates #91
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/npm_and_yarn/backend/production-dependencies-a0a98c1560
Closed
Bump the production-dependencies group across 1 directory with 5 updates #91
dependabot
wants to merge
1
commit into
main
from
dependabot/npm_and_yarn/backend/production-dependencies-a0a98c1560
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
Bumps the production-dependencies group with 5 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [cron](https://github.com/kelektiv/node-cron) | `3.2.1` | `3.3.1` | | [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `16.4.7` | | [eventsource](https://github.com/EventSource/eventsource) | `2.0.2` | `3.0.2` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `7.4.1` | `7.5.0` | | [mysql2](https://github.com/sidorares/node-mysql2) | `3.11.4` | `3.11.5` | Updates `cron` from 3.2.1 to 3.3.1 - [Release notes](https://github.com/kelektiv/node-cron/releases) - [Changelog](https://github.com/kelektiv/node-cron/blob/main/CHANGELOG.md) - [Commits](kelektiv/node-cron@v3.2.1...v3.3.1) Updates `dotenv` from 16.4.5 to 16.4.7 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.5...v16.4.7) Updates `eventsource` from 2.0.2 to 3.0.2 - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/main/CHANGELOG.md) - [Commits](EventSource/eventsource@v2.0.2...v3.0.2) Updates `express-rate-limit` from 7.4.1 to 7.5.0 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](express-rate-limit/express-rate-limit@v7.4.1...v7.5.0) Updates `mysql2` from 3.11.4 to 3.11.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.11.4...v3.11.5) --- updated-dependencies: - dependency-name: cron dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: eventsource dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: mysql2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Dec 16, 2024
Dependency ReviewThe following issues were found:
License Issuesbackend/package.json
OpenSSF ScorecardScorecard details
Scanned Files
|
Superseded by #94. |
dependabot
bot
deleted the
dependabot/npm_and_yarn/backend/production-dependencies-a0a98c1560
branch
December 23, 2024 20:17
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 5 updates in the /backend directory:
3.2.1
3.3.1
16.4.5
16.4.7
2.0.2
3.0.2
7.4.1
7.5.0
3.11.4
3.11.5
Updates
cron
from 3.2.1 to 3.3.1Release notes
Sourced from cron's releases.
Changelog
Sourced from cron's changelog.
Commits
789015b
Release v3.3.1 [skip ci]f6270f8
fix: correct waitForCompletion behavior (#924)f4e9e02
Release v3.3.0 [skip ci]b58fb6b
feat: support async handling and add CronJob status tracking (#894)94465ae
chore(deps): lock file maintenance23d67a4
chore(deps): lock file maintenanceca5065a
chore(deps): update dependency@types/node
to v20.17.95899fc2
chore(deps): update dependency@types/node
to v20.17.89181b6a
chore(deps): update dependency@types/node
to v20.17.73447ff5
chore(deps): update dependency typescript to v5.7.2Updates
dotenv
from 16.4.5 to 16.4.7Changelog
Sourced from dotenv's changelog.
Commits
a338d68
16.4.7daf3e3d
changelog 🪵fb74f68
Merge pull request #848 from Spice-King/patch-1fe87ba2
Add .tap to .npmignore0c9f764
16.4.6fd5f26b
changelog 🪵bb19b6b
Merge pull request #847 from motdotla/deps-updates2f4e36b
further dev dependency cleanupc2fdd01
send to codecov6707487
add test coverageUpdates
eventsource
from 2.0.2 to 3.0.2Release notes
Sourced from eventsource's releases.
Changelog
Sourced from eventsource's changelog.
Commits
5e08e28
chore(release): 3.0.2 [skip ci]d3b6849
fix: reference possibly missing event typings101028d
ci: introduce renovatebot84c7c63
ci: remove dependabot (replace with renovate)bcf0945
test: ensuretarget
is set to EventSource instanceeddb83c
ci: update bun lockfile2979b39
ci: remove unnecessary build stepf1b5ff7
chore(release): 3.0.1 [skip ci]f86df19
fix: run build prior to publishingf7483f4
chore(release): 3.0.0 [skip ci]Updates
express-rate-limit
from 7.4.1 to 7.5.0Release notes
Sourced from express-rate-limit's releases.
Commits
fe46b43
7.5.0919bb8a
docs: add changelog forv7.5.0
69a1c20
feat(headers): implement ietfdraft-8
(#486)413995b
build(deps): bump cookie, express and socket.io (#483)Updates
mysql2
from 3.11.4 to 3.11.5Release notes
Sourced from mysql2's releases.
Changelog
Sourced from mysql2's changelog.
Commits
8a44da2
chore(master): release 3.11.5 (#3207)6b746fc
build(deps-dev): bump@types/node
from 22.10.0 to 22.10.1 (#3244)87a81a3
build(deps): bump lucide-react from 0.460.0 to 0.462.0 in /website (#3248)34c8654
build(deps-dev): bump@types/node
from 22.9.1 to 22.10.1 in /website (#3246)62d72fc
build(deps): bump@easyops-cn/docusaurus-search-local
in /website (#3245)adc49d7
build(deps-dev): bump@docusaurus/tsconfig
in /website (#3232)c96dded
build(deps-dev): bump prettier from 3.3.3 to 3.4.1 in /website (#3241)5e1031a
build(deps-dev): bump prettier from 3.4.0 to 3.4.1 (#3242)2d1564f
build(deps-dev): bump@docusaurus/eslint-plugin
in /website (#3231)0898db5
build(deps-dev): bump@docusaurus/module-type-aliases
in /website (#3230)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions