-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the npm_and_yarn group across 1 directory with 20 updates #55
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
base: repo-sync
Are you sure you want to change the base?
Bump the npm_and_yarn group across 1 directory with 20 updates #55
Conversation
Reviewer's Guide by SourceryThis pull request updates multiple npm dependencies in package.json and package-lock.json to their latest versions. This includes updates to @octokit/request-error, cookie-parser, express, http-proxy-middleware, next, lint-staged, tsx, @babel/runtime, @octokit/request, axios, nanoid, and undici. Sequence diagram for lint-staged execution flowsequenceDiagram
participant User
participant Git
participant lint-staged
participant Tasks
User->>Git: git commit
Git->>lint-staged: pre-commit hook
lint-staged->>Tasks: Run configured tasks
alt Tasks modify staged files
Tasks-->>Git: add changes
end
Tasks-->>lint-staged: Task results
lint-staged->>Git: Allow or prevent commit
Git->>User: Commit completed or aborted
Updated class diagram for package.json dependenciesclassDiagram
class PackageJson {
- "@octokit/request-error": string
- "cookie-parser": string
- "express": string
- "http-proxy-middleware": string
- "next": string
- "lint-staged": string
- "tsx": string
- "@babel/runtime": string
- "@octokit/request": string
- "axios": string
- "nanoid": string
- "undici": string
}
PackageJson : contains updated dependency versions
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
6558abe
to
1d1c7ab
Compare
Bumps the npm_and_yarn group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@octokit/request-error](https://github.com/octokit/request-error.js) | `5.0.1` | `5.1.1` | | [cookie-parser](https://github.com/expressjs/cookie-parser) | `1.4.6` | `1.4.7` | | [express](https://github.com/expressjs/express) | `4.18.2` | `4.21.2` | | [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) | `2.0.6` | `2.0.7` | | [next](https://github.com/vercel/next.js) | `14.0.4` | `14.2.21` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `15.0.2` | `15.5.0` | | [tsx](https://github.com/privatenumber/tsx) | `4.7.0` | `4.19.3` | | [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.23.2` | `7.26.10` | | [@octokit/request](https://github.com/octokit/request.js) | `8.1.4` | `8.4.1` | | [axios](https://github.com/axios/axios) | `1.6.2` | `1.8.3` | | [nanoid](https://github.com/ai/nanoid) | `3.3.6` | `3.3.9` | | [undici](https://github.com/nodejs/undici) | `5.28.3` | `5.28.5` | Updates `@octokit/request-error` from 5.0.1 to 5.1.1 - [Release notes](https://github.com/octokit/request-error.js/releases) - [Commits](octokit/request-error.js@v5.0.1...v5.1.1) Updates `cookie-parser` from 1.4.6 to 1.4.7 - [Release notes](https://github.com/expressjs/cookie-parser/releases) - [Changelog](https://github.com/expressjs/cookie-parser/blob/master/HISTORY.md) - [Commits](expressjs/cookie-parser@1.4.6...1.4.7) Updates `express` from 4.18.2 to 4.21.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md) - [Commits](expressjs/express@4.18.2...4.21.2) Updates `http-proxy-middleware` from 2.0.6 to 2.0.7 - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases) - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md) - [Commits](chimurai/http-proxy-middleware@v2.0.6...v2.0.7) Updates `next` from 14.0.4 to 14.2.21 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.0.4...v14.2.21) Updates `lint-staged` from 15.0.2 to 15.5.0 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.0.2...v15.5.0) Updates `tsx` from 4.7.0 to 4.19.3 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.7.0...v4.19.3) Updates `@babel/runtime` from 7.23.2 to 7.26.10 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime) Updates `@octokit/request` from 8.1.4 to 8.4.1 - [Release notes](https://github.com/octokit/request.js/releases) - [Commits](octokit/request.js@v8.1.4...v8.4.1) Updates `axios` from 1.6.2 to 1.8.3 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.6.2...v1.8.3) Updates `body-parser` from 1.20.1 to 1.20.3 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.1...1.20.3) Updates `cookie` from 0.4.1 to 0.7.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.4.1...v0.7.1) Updates `esbuild` from 0.19.11 to 0.25.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md) - [Commits](evanw/esbuild@v0.19.11...v0.25.1) Updates `micromatch` from 4.0.5 to 4.0.8 - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](micromatch/micromatch@4.0.5...4.0.8) Updates `follow-redirects` from 1.15.4 to 1.15.9 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.9) Updates `nanoid` from 3.3.6 to 3.3.9 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.6...3.3.9) Updates `path-to-regexp` from 0.1.7 to 0.1.12 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](pillarjs/path-to-regexp@v0.1.7...v0.1.12) Updates `send` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/pillarjs/send/releases) - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md) - [Commits](pillarjs/send@0.18.0...0.19.0) Updates `serve-static` from 1.15.0 to 1.16.2 - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md) - [Commits](expressjs/serve-static@v1.15.0...v1.16.2) Updates `undici` from 5.28.3 to 5.28.5 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.28.3...v5.28.5) --- updated-dependencies: - dependency-name: "@octokit/request-error" dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: cookie-parser dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: express dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: http-proxy-middleware dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: lint-staged dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: tsx dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@babel/runtime" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@octokit/request" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: axios dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: body-parser dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: cookie dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: esbuild dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: micromatch dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: follow-redirects dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: nanoid dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: path-to-regexp dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: send dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: serve-static dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: undici dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1d1c7ab
to
55643a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Grayson Barton [email protected]
Bumps the npm_and_yarn group with 12 updates in the / directory:
5.0.1
5.1.1
1.4.6
1.4.7
4.18.2
4.21.2
2.0.6
2.0.7
14.0.4
14.2.21
15.0.2
15.5.0
4.7.0
4.19.3
7.23.2
7.26.10
8.1.4
8.4.1
1.6.2
1.8.3
3.3.6
3.3.9
5.28.3
5.28.5
Updates
@octokit/request-error
from 5.0.1 to 5.1.1Release notes
Sourced from
@octokit/request-error
's releases.Commits
b51ed27
test: ReDos regex vulnerability, reported by@dayshift
12a14f0
fix: ReDos regex vulnerability, reported by@dayshift
3af20bd
fix: upgrade@octokit/types
to v1394147e8
feat(security): Add provenance (#416)Updates
cookie-parser
from 1.4.6 to 1.4.7Release notes
Sourced from cookie-parser's releases.
Changelog
Sourced from cookie-parser's changelog.
Commits
5d61e1e
1.4.7ccf1f54
deps: [email protected] (#116)429cfd4
ci: Use GITHUB_OUTPUT envvar instead of set-output command (#100)ca4c97e
ci: fix errors in ci pipeline for node 8 and 9 (#104)97bdf39
ci: add support for OSSF scorecard reporting (#103)e5862bd
build: [email protected]f0688d2
build: [email protected]44ec541
build: [email protected]695435a
deps: [email protected]f66e7e1
build: [email protected]Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for cookie-parser since your current version.
Updates
express
from 4.18.2 to 4.21.2Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
... (truncated)
Commits
1faf228
4.21.22e0fb64
deps: bump [email protected] (#6209)59fc270
deps: [email protected] (#5956)51fc39c
docs: add funding (#6065)8e229f9
4.21.1a024c8a
fix(deps): [email protected]7e562c6
4.21.01bcde96
fix(deps): [email protected] (#5946)7d36477
fix(deps): [email protected] (#5951)40d2d8f
fix(deps): [email protected]Maintainer changes
This version was pushed to npm by jonchurch, a new releaser for express since your current version.
Updates
http-proxy-middleware
from 2.0.6 to 2.0.7Release notes
Sourced from http-proxy-middleware's releases.
Changelog
Sourced from http-proxy-middleware's changelog.
Commits
1e92339
ci(github-actions): fix npm tag90afb7c
chore(package): v2.0.70b4274e
fix(filter): handle errors1bd6dd5
ci(github actions): add publish.ymlUpdates
next
from 14.0.4 to 14.2.21Commits
2655f6e
v14.2.218803d2b
Backport (v14): Upgrade React from 14898b6a9 to 178c267a4e (#74115)6e35243
chore(docs): add missingsearch: ''
onremotePatterns
(#73925) (#73927)54919d2
chore(docs): update version history ofnext/image
(#73926)049a690
Backport: Fixunstable_allowDynamic
when used with pnpm (#73765)663fa9c
Fix SWC and React versions for14-2-1
branch (#73791)ed78a4a
v14.2.20530421d
[backport] Fix/dedupe fetch clone (#73532)cbc62ad
v14.2.1992280dc
[backport] Update max tag items limit in docs (#73445)Updates
lint-staged
from 15.0.2 to 15.5.0Release notes
Sourced from lint-staged's releases.
... (truncated)
Changelog
Sourced from lint-staged's changelog.
... (truncated)
Commits
7e6abe4
chore(changeset): release0ebfa69
build(deps): update dependencies630af5f
feat: do not reset to original state when preventing empty commit7b8be70
chore: update default branch references from "master" to "main"362a78d
docs: add workaround for tsc ignoring tsconfig.json issue to README FAQ (#1523)e013823
fix: "node_modules" typo in eslint.config.js67019ee
test: add integration test to ensure unmodified merged files are not linted (...366f8bd
refactor: move TypeScript types to "index.d.ts" file85ea6a4
docs: adjust readme regarding monorepo setupe53f950
chore(changeset): releaseUpdates
tsx
from 4.7.0 to 4.19.3Release notes
Sourced from tsx's releases.
... (truncated)
Commits
e04e6c6
fix: upgradeesbuild
to~0.25.0
to address vuln report (#698)28a3e7d
docs: update links tonpx
(#680)38b7135
docs: add carbon ads7c47074
fix: generate sourcesContent when Node.js debugger is enabled (#670)315d5f4
docs(watch): document--include
flag375e39a
test: refactor enforce-timeout524cb77
docs(cjs): add compilation caveats7f8a051
chore(deps): update dependency node to v20.18.0 (#660)97e8de0
chore: upgrade pnpm95d2b0f
chore: remove commit hooksUpdates
@babel/runtime
from 7.23.2 to 7.26.10Release notes
Sourced from
@babel/runtime
's releases.... (truncated)
Changelog
Sourced from
@babel/runtime
's changelog.... (truncated)
Commits
e1ce99d
v7.26.10d5952e8
Fix processing of replacement pattern with named capture groups (#17173)64bca7b
v7.26.92d95140
v7.26.763d3038
v7.26.0b07957e
v7.25.9af91759
fix: Accidentally publishing useless files (#16917)2533cfb
v7.25.769d65f1
[babel 8] Require Node.js^18.20.0 || ^20.17.0 || >=22.8.0
(#16800)2f72b97
v7.25.6Updates
@octokit/request
from 8.1.4 to 8.4.1Release notes
Sourced from
@octokit/request
's releases.... (truncated)
Commits
356411e
fix: ReDos regex vulnerability, reported by@DayShift
(#741)abc4955
feat: re-addredirect
request option (#636)4e7127c
fix: upgrade@octokit/endpoint
2e67925
feat(security): Add provenance (#685)6822e8b
fix: upgrade@octokit/types
dbfeab2
feat: add documentation link in error message (#667)c013de4
docs: fix spelling errors (#671)3d22c38
chore(deps): update dependency prettier to v3.2.5984ec17
chore(deps): update dependency esbuild to ^0.20.02a9cf78
ci(action): update peter-evans/create-or-update-comment action to v4Updates
axios
from 1.6.2 to 1.8.3Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.