René's URL Explorer Experiment
Title: Bump @babel/traverse and vuepress by dependabot[bot] · Pull Request #319 · litstack/litstack · GitHub
Open Graph Title: Bump @babel/traverse and vuepress by dependabot[bot] · Pull Request #319 · litstack/litstack
X Title: Bump @babel/traverse and vuepress by dependabot[bot] · Pull Request #319 · litstack/litstack
Description: Bumps @babel/traverse to 7.24.5 and updates ancestor dependency vuepress. These dependencies need to be updated together.
Updates @babel/traverse from 7.21.3 to 7.24.5
Release notes
Sourced from @babel/traverse's releases.
v7.24.5 (2024-04-29)
Thanks @romgrk and @sossost for your first PRs!
🐛 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
#16407 Recover from exported using declaration (@JLHwung)
🏠 Internal
Other
#16414 Relax ESLint peerDependency constraint to allow v9 (@liuxingbaoyu)
babel-parser
#16425 Improve @babel/parser AST types (@nicolo-ribaudo)
#16417 Always pass type argument to .startNode (@nicolo-ribaudo)
babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
#16439 Make NodePath distributive (@nicolo-ribaudo)
babel-plugin-proposal-partial-application, babel-types
#16421 Remove JSXNamespacedName from valid CallExpression args (@nicolo-ribaudo)
babel-plugin-transform-class-properties, babel-preset-env
#16406 Do not load unnecessary Babel 7 syntax plugins in Babel 8 (@nicolo-ribaudo)
🏃♀️ Performance
babel-helpers, babel-preset-env, babel-runtime-corejs3
#16357 Performance: improve objectWithoutPropertiesLoose on V8 (@romgrk)
Committers: 6
Babel Bot (@babel-bot)
Huáng Jùnliàng (@JLHwung)
Nicolò Ribaudo (@nicolo-ribaudo)
Rom Grk (@romgrk)
@liuxingbaoyu
ynnsuis (@sossost)
v7.24.4 (2024-04-03)
Thanks @Dunqing, @luiscubal, and @samualtnorman for your first PRs!
👓 Spec Compliance
babel-parser
#16403 Forbid initializerless using (@JLHwung)
babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
#16388 Ensure decorators are callable (@JLHwung)
... (truncated)
Changelog
Sourced from @babel/traverse's changelog.
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
#16407 Recover from exported using declaration (@JLHwung)
🏠 Internal
Other
#16414 Relax ESLint peerDependency constraint to allow v9 (@liuxingbaoyu)
babel-parser
#16425 Improve @babel/parser AST types (@nicolo-ribaudo)
#16417 Always pass type argument to .startNode (@nicolo-ribaudo)
babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
#16439 Make NodePath distributive (@nicolo-ribaudo)
babel-plugin-proposal-partial-application, babel-types
#16421 Remove JSXNamespacedName from valid CallExpression args (@nicolo-ribaudo)
babel-plugin-transform-class-properties, babel-preset-env
#16406 Do not load unnecessary Babel 7 syntax plugins in Babel 8 (@nicolo-ribaudo)
🏃♀️ Performance
babel-helpers, babel-preset-env, babel-runtime-corejs3
#16357 Performance: improve objectWithoutPropertiesLoose on V8 (@romgrk)
v7.24.4 (2024-04-03)
👓 Spec Compliance
babel-parser
#16403 Forbid initializerless using (@JLHwung)
babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
#16388 Ensure decorators are callable (@JLHwung)
🐛 Bug Fix
babel-generator
#16402 fix: Correctly prints { [key in Bar]? } (@liuxingbaoyu)
#16394 fix: Correctly generate TSMappedType (@liuxingbaoyu)
babel-compat-data, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-preset-env
#16390 Create bugfix plugin for classes in computed keys in Firefox (@nicolo-ribaudo)
babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
#16387 fix: support mutated outer decorated class binding (@JLHwung)
#16385 fix: Decorators when super() exists and protoInit is not needed (@liuxingbaoyu)
babel-plugin-transform-block-scoping
#16384 fix: Transform scoping for for X in loop (@liuxingbaoyu)
#16368 fix: Capture let when the for body is not a block (@liuxingbaoyu)
babel-core, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping
... (truncated)
Commits
ddbea7d v7.24.5
e779cad fix: TypeScript annotation affects output (#16377)
ee48754 Use multiple TypeScript projects (#16430)
4d8b2d0 Make NodePath\ distributive (#16439)
a84ec28 Enable eqeqeq rule (#16404)
822b025 v7.24.1
fc0d5ad Update typescript and lint tools (#16351)
69e7928 Consider well-known and registered symbols as literals (#16342)
40110e9 Update source map deps (#16327)
ce59160 v7.24.0
Additional commits viewable in compare view
Updates vuepress from 0.14.11 to 1.9.10
Release notes
Sourced from vuepress's releases.
v1.9.10
Bug Fixes
core: failed to resolve theme components when using theme inheritance (close: #3163) (#3164) (546499b)
markdown: replace double quotation marks in classname(fix #3152) (#3154) (cef64e6)
v1.9.2
TS Support for VuePress Plugin and Theme.
Motivation
We've announced VuePress 1.9 that takes full TypeScript Support for Config File, while VuePress 1.9.2 ships with TS Support for VuePress Plugin and Theme:
Quick Start
In order to make the plugin developer not dependent on VuePress for development, we provide a completely independent type package @vuepress/types:
npm i @vuepress/types -D
@vuepress/types exports four functions:
defineConfig
defineConfig4CustomTheme
defineTheme
definePlugin
Note that using @vuepress/types is equivalent to using vuepress/config.
Plugin Type
If you already have some VuePress plugins written in JS, you can leverage your IDE's intellisense with jsdoc type hints:
/**
* @type {import('@vuepress/types').Plugin}
*/
module.exports = {
ready() {
// ...
}
};
... (truncated)
Changelog
Sourced from vuepress's changelog.
1.9.10 (2023-08-14)
Bug Fixes
core: failed to resolve theme components when using theme inheritance (close: #3163) (#3164) (546499b)
markdown: replace double quotation marks in classname(fix #3152) (#3154) (cef64e6)
1.9.9 (2023-02-25)
Bug Fixes
remove non-existing :blur css pseudo selector (#3118) (5e3a5a0) @Niko Strijbol
theme-default: headings anchor should not be selectable (#3063) (e5915a8) @Rami Yushuvaev
types: missing types for initialOpenGroupIndex (close: #3129) (#3130) (9049d48) @ulivz
types: missing types for nested sidebar group (close: #3127) (#3128) (74d5eec) @ulivz
1.9.8 (2023-01-06)
Bug Fixes
cli: .vuepress/config.ts does not respect custom command (close: #3113) (#3114) (7cd8b30) @ulivz
1.9.7 (2022-01-18)
Bug Fixes
types: missing ariaLabel at default theme config (a7b12bf) @ulivz
1.9.6 (2022-01-17)
Bug Fixes
core: compatibility with node 10 (close: #2981) (#2992) (f59598a) @ulivz
types: missing sidebarDepth at default theme config (5c6a16c) @ulivz
Features
... (truncated)
Commits
a3e4bba build: release version 1.9.10
f1cbdb6 build: release version 1.9.9
cb87096 build: release version 1.9.8
7cd8b30 fix(cli): .vuepress/config.ts does not respect custom command (close: #3113...
2f2357a build: release version 1.9.7
5699216 build: release version 1.9.6
2f9a394 feat: add build concurrency control (close: #1819) (#2953)
ef6f87a build: release version 1.9.5
e4a28db build: release version 1.9.4
accfe87 build: release version 1.9.3
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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Open Graph Description: Bumps @babel/traverse to 7.24.5 and updates ancestor dependency vuepress. These dependencies need to be updated together.
Updates @babel/traverse from 7.21.3 to 7.24.5
Release notes
Sourced from @...
X Description: Bumps @babel/traverse to 7.24.5 and updates ancestor dependency vuepress. These dependencies need to be updated together.
Updates @babel/traverse from 7.21.3 to 7.24.5
Release notes
Sourced from @...
Opengraph URL: https://github.com/litstack/litstack/pull/319
X: @github
direct link
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:ee1e1a27-4ca9-e5b1-d57b-1474de3112cb |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | CD36:9618A:209C4E:28A03A:69915BD3 |
| html-safe-nonce | f095e1cd2bc48563b21b82207cb66a7503905db72447d9e741f5bfc6203afb23 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDRDM2Ojk2MThBOjIwOUM0RToyOEEwM0E6Njk5MTVCRDMiLCJ2aXNpdG9yX2lkIjoiNzcwOTM0ODE5NTA4MDQyODQ5OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 9c308e807650106da0196b1ae5f7664ca740abad7b67b16cdf34199e82be7577 |
| hovercard-subject-tag | pull_request:1866395712 |
| 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/litstack/litstack/pull/319/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 @babel/traverse to 7.24.5 and updates ancestor dependency vuepress. These dependencies need to be updated together.
Updates @babel/traverse from 7.21.3 to 7.24.5
Release notes
Sourced from @... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/litstack/litstack git https://github.com/litstack/litstack.git |
| octolytics-dimension-user_id | 70018384 |
| octolytics-dimension-user_login | litstack |
| octolytics-dimension-repository_id | 195292437 |
| octolytics-dimension-repository_nwo | litstack/litstack |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 195292437 |
| octolytics-dimension-repository_network_root_nwo | litstack/litstack |
| 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 | 848bc6032dcc93a9a7301dcc3f379a72ba13b96e |
| ui-target | canary-1 |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width
URLs of crawlers that visited me.