René's URL Explorer Experiment
Title: Bump the npm-dependencies group across 1 directory with 7 updates by dependabot[bot] · Pull Request #34 · github/command · GitHub
Open Graph Title: Bump the npm-dependencies group across 1 directory with 7 updates by dependabot[bot] · Pull Request #34 · github/command
X Title: Bump the npm-dependencies group across 1 directory with 7 updates by dependabot[bot] · Pull Request #34 · github/command
Description: Bumps the npm-dependencies group with 7 updates in the / directory:
Package
From
To
@babel/plugin-transform-modules-commonjs
7.24.1
7.24.7
@babel/preset-env
7.24.5
7.24.7
@octokit/rest
20.1.1
21.0.0
@types/node
20.12.11
20.14.9
@babel/core
7.24.5
7.24.7
eslint-plugin-jest
28.5.0
28.6.0
prettier
3.2.5
3.3.2
Updates @babel/plugin-transform-modules-commonjs from 7.24.1 to 7.24.7
Release notes
Sourced from @babel/plugin-transform-modules-commonjs's releases.
v7.24.7 (2024-06-05)
🐛 Bug Fix
babel-node
#16554 Allow extra flags in babel-node (@nicolo-ribaudo)
babel-traverse
#16522 fix: incorrect constantViolations with destructuring (@liuxingbaoyu)
babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management
#16524 fix: Transform using in switch correctly (@liuxingbaoyu)
🏠 Internal
babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16525 Delete unused array helpers (@blakewilson)
Committers: 7
Amjad Yahia Robeen Hassan (@amjed-98)
Babel Bot (@babel-bot)
Blake Wilson (@blakewilson)
Huáng Jùnliàng (@JLHwung)
Nicolò Ribaudo (@nicolo-ribaudo)
Sukka (@SukkaW)
@liuxingbaoyu
v7.24.6 (2024-05-24)
Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!
🐛 Bug Fix
babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
#16514 Fix source maps for private member expressions (@nicolo-ribaudo)
babel-core, babel-generator, babel-plugin-transform-modules-commonjs
#16515 Fix source maps for template literals (@nicolo-ribaudo)
babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
#16485 Support undecorated static accessor in anonymous classes (@JLHwung)
#16484 Fix decorator bare yield await (@JLHwung)
babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
#16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
babel-parser, babel-plugin-transform-typescript
#16476 fix: Correctly parse cls.fn = x (@liuxingbaoyu)
🏠 Internal
babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16501 Generate helper metadata at build time (@nicolo-ribaudo)
babel-helpers
#16499 Add tsconfig.json for @babel/helpers/src/helpers (@nicolo-ribaudo)
babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16495 Move all runtime helpers to individual files (@nicolo-ribaudo)
babel-parser, babel-traverse
#16482 Statically generate boilerplate for bitfield accessors (@nicolo-ribaudo)
Other
... (truncated)
Changelog
Sourced from @babel/plugin-transform-modules-commonjs's changelog.
v7.24.7 (2024-06-05)
🐛 Bug Fix
babel-node
#16554 Allow extra flags in babel-node (@nicolo-ribaudo)
babel-traverse
#16522 fix: incorrect constantViolations with destructuring (@liuxingbaoyu)
babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management
#16524 fix: Transform using in switch correctly (@liuxingbaoyu)
🏠 Internal
babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16525 Delete unused array helpers (@blakewilson)
v7.24.6 (2024-05-24)
🐛 Bug Fix
babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
#16514 Fix source maps for private member expressions (@nicolo-ribaudo)
babel-core, babel-generator, babel-plugin-transform-modules-commonjs
#16515 Fix source maps for template literals (@nicolo-ribaudo)
babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
#16485 Support undecorated static accessor in anonymous classes (@JLHwung)
#16484 Fix decorator bare yield await (@JLHwung)
babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
#16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
babel-parser, babel-plugin-transform-typescript
#16476 fix: Correctly parse cls.fn = x (@liuxingbaoyu)
🏠 Internal
babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16501 Generate helper metadata at build time (@nicolo-ribaudo)
babel-helpers
#16499 Add tsconfig.json for @babel/helpers/src/helpers (@nicolo-ribaudo)
babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16495 Move all runtime helpers to individual files (@nicolo-ribaudo)
babel-parser, babel-traverse
#16482 Statically generate boilerplate for bitfield accessors (@nicolo-ribaudo)
Other
#16466 Migrate import assertions syntax (@JLHwung)
v7.24.5 (2024-04-29)
🐛 Bug Fix
babel-plugin-transform-classes, babel-traverse
#16377 fix: TypeScript annotation affects output (@liuxingbaoyu)
babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3
#16440 Fix suppressed error order (@sossost)
#16408 Await nullish async disposable (@JLHwung)
💅 Polish
babel-parser
... (truncated)
Commits
bf1e9a3 v7.24.7
90fdd7e Only import types from declared dependencies (#16494)
7934963 Use type: module in all package.jsons (#16535)
9630250 v7.24.6
fbfe16c Fix source maps for template literals (#16515)
db3e9a6 Move all runtime helpers to individual files (#16495)
6e3539b [babel 8] Publish .d.ts files for every package (#16416)
71c247a [babel 8] Require Node.js ^18.20.0 || ^20.10.0 || >=21.0.0 (#16457)
ee48754 Use multiple TypeScript projects (#16430)
See full diff in compare view
Updates @babel/preset-env from 7.24.5 to 7.24.7
Release notes
Sourced from @babel/preset-env's releases.
v7.24.7 (2024-06-05)
🐛 Bug Fix
babel-node
#16554 Allow extra flags in babel-node (@nicolo-ribaudo)
babel-traverse
#16522 fix: incorrect constantViolations with destructuring (@liuxingbaoyu)
babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management
#16524 fix: Transform using in switch correctly (@liuxingbaoyu)
🏠 Internal
babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16525 Delete unused array helpers (@blakewilson)
Committers: 7
Amjad Yahia Robeen Hassan (@amjed-98)
Babel Bot (@babel-bot)
Blake Wilson (@blakewilson)
Huáng Jùnliàng (@JLHwung)
Nicolò Ribaudo (@nicolo-ribaudo)
Sukka (@SukkaW)
@liuxingbaoyu
v7.24.6 (2024-05-24)
Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!
🐛 Bug Fix
babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
#16514 Fix source maps for private member expressions (@nicolo-ribaudo)
babel-core, babel-generator, babel-plugin-transform-modules-commonjs
#16515 Fix source maps for template literals (@nicolo-ribaudo)
babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
#16485 Support undecorated static accessor in anonymous classes (@JLHwung)
#16484 Fix decorator bare yield await (@JLHwung)
babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
#16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
babel-parser, babel-plugin-transform-typescript
#16476 fix: Correctly parse cls.fn = x (@liuxingbaoyu)
🏠 Internal
babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16501 Generate helper metadata at build time (@nicolo-ribaudo)
babel-helpers
#16499 Add tsconfig.json for @babel/helpers/src/helpers (@nicolo-ribaudo)
babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16495 Move all runtime helpers to individual files (@nicolo-ribaudo)
babel-parser, babel-traverse
#16482 Statically generate boilerplate for bitfield accessors (@nicolo-ribaudo)
Other
... (truncated)
Changelog
Sourced from @babel/preset-env's changelog.
v7.24.7 (2024-06-05)
🐛 Bug Fix
babel-node
#16554 Allow extra flags in babel-node (@nicolo-ribaudo)
babel-traverse
#16522 fix: incorrect constantViolations with destructuring (@liuxingbaoyu)
babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management
#16524 fix: Transform using in switch correctly (@liuxingbaoyu)
🏠 Internal
babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16525 Delete unused array helpers (@blakewilson)
v7.24.6 (2024-05-24)
🐛 Bug Fix
babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
#16514 Fix source maps for private member expressions (@nicolo-ribaudo)
babel-core, babel-generator, babel-plugin-transform-modules-commonjs
#16515 Fix source maps for template literals (@nicolo-ribaudo)
babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
#16485 Support undecorated static accessor in anonymous classes (@JLHwung)
#16484 Fix decorator bare yield await (@JLHwung)
babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
#16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
babel-parser, babel-plugin-transform-typescript
#16476 fix: Correctly parse cls.fn = x (@liuxingbaoyu)
🏠 Internal
babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16501 Generate helper metadata at build time (@nicolo-ribaudo)
babel-helpers
#16499 Add tsconfig.json for @babel/helpers/src/helpers (@nicolo-ribaudo)
babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16495 Move all runtime helpers to individual files (@nicolo-ribaudo)
babel-parser, babel-traverse
#16482 Statically generate boilerplate for bitfield accessors (@nicolo-ribaudo)
Other
#16466 Migrate import assertions syntax (@JLHwung)
Commits
bf1e9a3 v7.24.7
14a0b08 [helpers TS conversion] async functions/generators (#16510)
1e3be73 Update compat data (#16539)
7934963 Use type: module in all package.jsons (#16535)
9630250 v7.24.6
553e433 Generate helper metadata at build time (#16501)
db3e9a6 Move all runtime helpers to individual files (#16495)
6e3539b [babel 8] Publish .d.ts files for every package (#16416)
1327f1d Bump browserslist and other compat data sources (#16468)
71c247a [babel 8] Require Node.js ^18.20.0 || ^20.10.0 || >=21.0.0 (#16457)
See full diff in compare view
Updates @octokit/rest from 20.1.1 to 21.0.0
Release notes
Sourced from @octokit/rest's releases.
v21.0.0
21.0.0 (2024-06-20)
Features
v21 (#413) (12b6c65)
BREAKING CHANGES
package is now ESM
v21.0.0-beta.4
21.0.0-beta.4 (2024-06-19)
Bug Fixes
update REST endpoints (#428) (7058346)
v21.0.0-beta.3
21.0.0-beta.3 (2024-04-30)
Features
security: Add provenance (#420) (9adf1a4)
v21.0.0-beta.2
21.0.0-beta.2 (2024-04-16)
Bug Fixes
deps: bump Octokit deps (5d8da12)
pkg: add a default fallback export (1b6e582)
v21.0.0-beta.1
21.0.0-beta.1 (2024-03-05)
Bug Fixes
add explicit type anotation (3ddd79e)
build: adapt for ESM (aad55f4)
bump deps (21f1aaa)
deps: bump deps (f179b0b)
deps: update octokit monorepo (aed67c2)
docs: update for ESM (42be65a)
... (truncated)
Commits
12b6c65 feat: v21 (#413)
32649a8 build(deps-dev): Bump braces from 3.0.2 to 3.0.3 (#439)
53cee64 ci(action): update actions/checkout digest to 692973e (#438)
7c96525 chore(deps): update dependency marked to v13
a46b4c8 🚧 Workflows have changed (#435)
b90bc79 chore(deps): update dependency semantic-release to v24
bc41b70 chore(deps): update dependency esbuild to ^0.21.0 (#429)
c1892ed ci(action): update actions/checkout digest to a5ac7e5 (#432)
See full diff in compare view
Updates @types/node from 20.12.11 to 20.14.9
Commits
See full diff in compare view
Updates @babel/core from 7.24.5 to 7.24.7
Release notes
Sourced from @babel/core's releases.
v7.24.7 (2024-06-05)
🐛 Bug Fix
babel-node
#16554 Allow extra flags in babel-node (@nicolo-ribaudo)
babel-traverse
#16522 fix: incorrect constantViolations with destructuring (@liuxingbaoyu)
babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management
#16524 fix: Transform using in switch correctly (@liuxingbaoyu)
🏠 Internal
babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16525 Delete unused array helpers (@blakewilson)
Committers: 7
Amjad Yahia Robeen Hassan (@amjed-98)
Babel Bot (@babel-bot)
Blake Wilson (@blakewilson)
Huáng Jùnliàng (@JLHwung)
Nicolò Ribaudo (@nicolo-ribaudo)
Sukka (@SukkaW)
@liuxingbaoyu
v7.24.6 (2024-05-24)
Thanks @amjed-98, @blakewilson, @coelhucas, and @SukkaW for your first PRs!
🐛 Bug Fix
babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
#16514 Fix source maps for private member expressions (@nicolo-ribaudo)
babel-core, babel-generator, babel-plugin-transform-modules-commonjs
#16515 Fix source maps for template literals (@nicolo-ribaudo)
babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
#16485 Support undecorated static accessor in anonymous classes (@JLHwung)
#16484 Fix decorator bare yield await (@JLHwung)
babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
#16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
babel-parser, babel-plugin-transform-typescript
#16476 fix: Correctly parse cls.fn = x (@liuxingbaoyu)
🏠 Internal
babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16501 Generate helper metadata at build time (@nicolo-ribaudo)
babel-helpers
#16499 Add tsconfig.json for @babel/helpers/src/helpers (@nicolo-ribaudo)
babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16495 Move all runtime helpers to individual files (@nicolo-ribaudo)
babel-parser, babel-traverse
#16482 Statically generate boilerplate for bitfield accessors (@nicolo-ribaudo)
Other
... (truncated)
Changelog
Sourced from @babel/core's changelog.
v7.24.7 (2024-06-05)
🐛 Bug Fix
babel-node
#16554 Allow extra flags in babel-node (@nicolo-ribaudo)
babel-traverse
#16522 fix: incorrect constantViolations with destructuring (@liuxingbaoyu)
babel-helper-transform-fixture-test-runner, babel-plugin-proposal-explicit-resource-management
#16524 fix: Transform using in switch correctly (@liuxingbaoyu)
🏠 Internal
babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16525 Delete unused array helpers (@blakewilson)
v7.24.6 (2024-05-24)
🐛 Bug Fix
babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
#16514 Fix source maps for private member expressions (@nicolo-ribaudo)
babel-core, babel-generator, babel-plugin-transform-modules-commonjs
#16515 Fix source maps for template literals (@nicolo-ribaudo)
babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
#16485 Support undecorated static accessor in anonymous classes (@JLHwung)
#16484 Fix decorator bare yield await (@JLHwung)
babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
#16483 Fix: throw TypeError if addInitializer is called after finished (@JLHwung)
babel-parser, babel-plugin-transform-typescript
#16476 fix: Correctly parse cls.fn = x (@liuxingbaoyu)
🏠 Internal
babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16501 Generate helper metadata at build time (@nicolo-ribaudo)
babel-helpers
#16499 Add tsconfig.json for @babel/helpers/src/helpers (@nicolo-ribaudo)
babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16495 Move all runtime helpers to individual files (@nicolo-ribaudo)
babel-parser, babel-traverse
#16482 Statically generate boilerplate for bitfield accessors (@nicolo-ribaudo)
Other
#16466 Migrate import assertions syntax (@JLHwung)
Commits
bf1e9a3 v7.24.7
90fdd7e Only import types from declared dependencies (#16494)
7934963 Use type: module in all package.jsons (#16535)
9630250 v7.24.6
553e433 Generate helper metadata at build time (#16501)
fbfe16c Fix source maps for template literals (#16515)
6e3539b [babel 8] Publish .d.ts files for every package (#16416)
e37e64d Use eslint v9 (#16479)
71c247a [babel 8] Require Node.js ^18.20.0 || ^20.10.0 || >=21.0.0 (#16457)
See full diff in compare view
Updates eslint-plugin-jest from 28.5.0 to 28.6.0
Release notes
Sourced from eslint-plugin-jest's releases.
v28.6.0
28.6.0 (2024-06-06)
Features
prefer-jest-mocked: add new rule (#1599) (4b6a4f2)
valid-expect: supporting automatically fixing adding async in some cases (#1579) (5b9b47e)
Changelog
Sourced from eslint-plugin-jest's changelog.
28.6.0 (2024-06-06)
Features
prefer-jest-mocked: add new rule (#1599) (4b6a4f2)
valid-expect: supporting automatically fixing adding async in some cases (#1579) (5b9b47e)
Commits
afdcddd chore(release): 28.6.0 [skip ci]
430f024 ci: run docs job on push (#1605)
4b6a4f2 feat(prefer-jest-mocked): add new rule (#1599)
5b9b47e feat(valid-expect): supporting automatically fixing adding async in some case...
0a14446 chore(deps): update dependency semantic-release to v24 (#1602)
db31890 chore(deps): update danger/danger-js action to v12.3.1 (#1591)
04421cf chore: run prettier (#1604)
d465125 chore(deps): lock file maintenance
70c8c5e chore(deps): lock file maintenance
da993a5 test: only run linting when using ESLint v8 (#1593)
Additional commits viewable in compare view
Updates prettier from 3.2.5 to 3.3.2
Release notes
Sourced from prettier's releases.
3.3.2
🔗 Changelog
3.3.1
🔗 Changelog
3.3.0
diff
🔗 Release note
Changelog
Sourced from prettier's changelog.
3.3.2
diff
Fix handlebars path expressions starts with @ (#16358 by @Princeyadav05)
{{! Input }}
{{@x.y.z}}
{{! Prettier 3.3.1 }}
{{@x}}
{{! Prettier 3.3.2 }}
{{@x.y.z}}
3.3.1
diff
Preserve empty lines in front matter (#16347 by @fisker)
---
foo:
- bar1
bar2
bar3
Markdown
foo:
bar1
bar2
bar3
Markdown
... (truncated)
Commits
1596a60 Release 3.3.2
aebcee5 chore(deps): update dependency esbuild to v0.21.5 (#16379)
57aa928 chore(deps): update dependency c8 to v10 (#16380)
c3d0b7f chore(deps): update typescript-eslint to v7.13.0 (#16376)
27c35db chore(deps): update dependency codemirror-graphql to v2.0.12 (#16369)
6de3258 chore(deps): update dependency jest to v30.0.0-alpha.5 (#16371)
b5f983d Upgrade yarn to v4.3.0 (#16377)
d6f37c4 chore(deps): update dependency browserslist to v4.23.1 (#16368)
5055b7d chore(deps): update dependency execa to v9.2.0 (#16372)
f4608cc chore(deps): update dependency cspell to v8.8.4 (#16370)
Additional commits viewable in compare view
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 ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore 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 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 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 will remove all of the ignore conditions of the specified dependency
@dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions
Open Graph Description: Bumps the npm-dependencies group with 7 updates in the / directory:
Package
From
To
@babel/plugin-transform-modules-commonjs
7.24.1
7.24.7
@babel/preset-env
7.24.5
7.24.7
@octokit/rest
2...
X Description: Bumps the npm-dependencies group with 7 updates in the / directory:
Package
From
To
@babel/plugin-transform-modules-commonjs
7.24.1
7.24.7
@babel/preset-env
7.24.5
7.24.7
@octokit/rest
2...
Opengraph URL: https://github.com/github/command/pull/34
X: @github
direct link
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:7cbcafde-eb88-3d45-99cc-74194d24c610 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | B568:EF6F3:182DC28:1F638EF:696B2C17 |
| html-safe-nonce | c7eb67050d932e71ef216361eec922b97ad5b134478e3b0a9ca53b547470bed8 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNTY4OkVGNkYzOjE4MkRDMjg6MUY2MzhFRjo2OTZCMkMxNyIsInZpc2l0b3JfaWQiOiIxNDMyNTY2OTczMDQ2OTI2MzU5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 5ff0affec98ed70c824341b27d4b681c90eacc5a6358df28abb63c1ea75763b9 |
| hovercard-subject-tag | pull_request:1947154467 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | ///pull_requests/show/files |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/github/command/pull/34/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps the npm-dependencies group with 7 updates in the / directory:
Package
From
To
@babel/plugin-transform-modules-commonjs
7.24.1
7.24.7
@babel/preset-env
7.24.5
7.24.7
@octokit/rest
2... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/github/command git https://github.com/github/command.git |
| octolytics-dimension-user_id | 9919 |
| octolytics-dimension-user_login | github |
| octolytics-dimension-repository_id | 663291669 |
| octolytics-dimension-repository_nwo | github/command |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 663291669 |
| octolytics-dimension-repository_network_root_nwo | github/command |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 82560a55c6b2054555076f46e683151ee28a19bc |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width
URLs of crawlers that visited me.