Title: Bump @babel/traverse, @storybook/addon-essentials and storybook in /website by dependabot[bot] · Pull Request #9 · TestOrgForGitSec/gitsecurity-python · GitHub
Open Graph Title: Bump @babel/traverse, @storybook/addon-essentials and storybook in /website by dependabot[bot] · Pull Request #9 · TestOrgForGitSec/gitsecurity-python
X Title: Bump @babel/traverse, @storybook/addon-essentials and storybook in /website by dependabot[bot] · Pull Request #9 · TestOrgForGitSec/gitsecurity-python
Description: Bumps @babel/traverse to 7.23.9 and updates ancestor dependencies @babel/traverse, @storybook/addon-essentials and storybook. These dependencies need to be updated together.
Updates @babel/traverse from 7.21.3 to 7.23.9
Release notes
Sourced from @babel/traverse's releases.
v7.23.9 (2024-01-25)
🐛 Bug Fix
babel-helper-transform-fixture-test-runner, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-preset-env
#16225 fix: systemjs re-traverses helpers (@liuxingbaoyu)
babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
#16226 Improve decorated private method check (@JLHwung)
babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-runtime, babel-preset-env
#16224 Properly sort core-js@3 imports (@nicolo-ribaudo)
babel-traverse
#15383 fix: Don't throw in getTypeAnnotation when using TS+inference (@liuxingbaoyu)
Other
#16210 [eslint] Fix no-use-before-define for class ref in fields (@nicolo-ribaudo)
🏠 Internal
babel-core, babel-parser, babel-template
#16222 Migrate eslint-parser to cts (@liuxingbaoyu)
babel-types
#16213 Remove @babel/types props that are not produced by the parser (@liuxingbaoyu)
🏃♀️ Performance
babel-parser
#16072 perf: Improve parser performance for typescript (@liuxingbaoyu)
🔬 Output optimization
babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-preset-env
#16218 Improve temporary variables for decorators (@liuxingbaoyu)
babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#15959 Improve output of using (@liuxingbaoyu)
Committers: 4
Babel Bot (@babel-bot)
Huáng Jùnliàng (@JLHwung)
Nicolò Ribaudo (@nicolo-ribaudo)
@liuxingbaoyu
v7.23.8 (2024-01-08)
🐛 Bug Fix
babel-preset-env
#16181 fix: preset-env throws exception for export * as x (@liuxingbaoyu)
babel-helpers, babel-plugin-proposal-decorators
#16201 fix: decorator binds getter/setter to ctx.access for public fields (@liuxingbaoyu)
#16199 fix: Class decorator correctly passes return value (@liuxingbaoyu)
↩️ Revert
#16202 Revert "chore: Update artifact tools (#16184)" (@JLHwung)
🔬 Output optimization
babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
... (truncated)
Changelog
Sourced from @babel/traverse's changelog.
v7.23.9 (2024-01-25)
🐛 Bug Fix
babel-helper-transform-fixture-test-runner, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-preset-env
#16225 fix: systemjs re-traverses helpers (@liuxingbaoyu)
babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
#16226 Improve decorated private method check (@JLHwung)
babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-runtime, babel-preset-env
#16224 Properly sort core-js@3 imports (@nicolo-ribaudo)
babel-traverse
#15383 fix: Don't throw in getTypeAnnotation when using TS+inference (@liuxingbaoyu)
Other
#16210 [eslint] Fix no-use-before-define for class ref in fields (@nicolo-ribaudo)
🏠 Internal
babel-core, babel-parser, babel-template
#16222 Migrate eslint-parser to cts (@liuxingbaoyu)
babel-types
#16213 Remove @babel/types props that are not produced by the parser (@liuxingbaoyu)
🏃♀️ Performance
babel-parser
#16072 perf: Improve parser performance for typescript (@liuxingbaoyu)
🔬 Output optimization
babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-preset-env
#16218 Improve temporary variables for decorators (@liuxingbaoyu)
babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#15959 Improve output of using (@liuxingbaoyu)
v7.23.8 (2024-01-08)
🐛 Bug Fix
babel-preset-env
#16181 fix: preset-env throws exception for export * as x (@liuxingbaoyu)
babel-helpers, babel-plugin-proposal-decorators
#16201 fix: decorator binds getter/setter to ctx.access for public fields (@liuxingbaoyu)
#16199 fix: Class decorator correctly passes return value (@liuxingbaoyu)
↩️ Revert
#16202 Revert "chore: Update artifact tools (#16184)" (@JLHwung)
🔬 Output optimization
babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
#16194 Improve output of super() (@liuxingbaoyu)
v7.23.7 (2023-12-29)
🐛 Bug Fix
babel-traverse
#16191 fix: Crash when removing without Program (@liuxingbaoyu)
babel-helpers, babel-plugin-proposal-decorators
... (truncated)
Commits
a0dd614 v7.23.9
1200542 fix: Don't throw in getTypeAnnotation when using TS+inference (#15383)
e428a6d v7.23.7
d292822 fix: Crash when removing without Program (#16191)
d02c1f7 v7.23.6
cce807f Bump debug to ^4.3.1 (#16164)
8479012 v7.23.5
da7dc40 Do not remove bindings when removing assignment expression path (#16131)
fadc081 fix: Unexpected duplication of comments (#16110)
13a5c83 v7.23.4
Additional commits viewable in compare view
Updates @storybook/addon-essentials from 7.0.5 to 7.6.13
Release notes
Sourced from @storybook/addon-essentials's releases.
v7.6.13
7.6.13
Next.js: Fix frameworkOptions resolution - #25907, thanks @valentinpalkovic!
React Native: Fix init fails when package is already installed - #25908, thanks @dannyhw!
React Native: Remove watcher from init - #25895, thanks @dannyhw!
Webpack: Update StorybookConfig import in core-webpack types.ts - #25740, thanks @valentinpalkovic!
v7.6.12
7.6.12
CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @JReinhold!
v7.6.11
7.6.11
CLI: Update init for react native v7 - #25780, thanks @dannyhw!
Codemods: Add support for multiple file extensions in runCodemod function - #25708, thanks @valentinpalkovic!
v7.6.10
7.6.10
CLI: Fix existing version detection in upgrade - #25642, thanks @JReinhold!
React: Fix acorn ecma version warning - #25634, thanks @dannyhw!
v7.6.9
7.6.9
ConfigFile: Fix export specifiers - #25590, thanks @shilman!
Webpack5: Make export-order-loader compatible with both esm and cjs - #25540, thanks @mlazari!
CLI: Support version specifiers in init, upgrade and sandbox - #25526, thanks @ndelangen, @jreinhold!
v7.6.8
7.6.8
Addon-actions: Fix module resolution for react-native - #25296, thanks @dannyhw!
Storysource: Fix import error - #25391, thanks @unional!
v7.6.7
7.6.7
Core: Skip no-framework error when ignorePreview=true - #25286, thanks @ndelangen!
Dependencies: Semver dependency fixes - #25283, thanks @ndelangen!
Vite: Fix pre-transform error in Vite 5 - #25329, thanks @yannbf!
Vue3: Fix pnp by making compiler-core a dependency - #25311, thanks @shilman!
v7.6.6
7.6.6
SvelteKit: Support 2.0 modules with mocks - #25244, thanks @paoloricciuti!
... (truncated)
Changelog
Sourced from @storybook/addon-essentials's changelog.
7.6.13
Next.js: Fix frameworkOptions resolution - #25907, thanks @valentinpalkovic!
React Native: Fix init fails when package is already installed - #25908, thanks @dannyhw!
React Native: Remove watcher from init - #25895, thanks @dannyhw!
Webpack: Update StorybookConfig import in core-webpack types.ts - #25740, thanks @valentinpalkovic!
7.6.12
CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @JReinhold!
7.6.11
CLI: Update init for react native v7 - #25780, thanks @dannyhw!
Codemods: Add support for multiple file extensions in runCodemod function - #25708, thanks @valentinpalkovic!
7.6.10
CLI: Fix existing version detection in upgrade - #25642, thanks @JReinhold!
React: Fix acorn ecma version warning - #25634, thanks @dannyhw!
7.6.9
ConfigFile: Fix export specifiers - #25590, thanks @shilman!
Webpack5: Make export-order-loader compatible with both esm and cjs - #25540, thanks @mlazari!
CLI: Support version specifiers in init, upgrade and sandbox - #25526, thanks @ndelangen, @jreinhold!
7.6.8
Addon-actions: Fix module resolution for react-native - #25296, thanks @dannyhw!
Storysource: Fix import error - #25391, thanks @unional!
7.6.7
Core: Skip no-framework error when ignorePreview=true - #25286, thanks @ndelangen!
Dependencies: Semver dependency fixes - #25283, thanks @ndelangen!
Vite: Fix pre-transform error in Vite 5 - #25329, thanks @yannbf!
Vue3: Fix pnp by making compiler-core a dependency - #25311, thanks @shilman!
7.6.6
SvelteKit: Support 2.0 modules with mocks - #25244, thanks @paoloricciuti!
7.6.5
Angular: Update Angular cli templates - #25152, thanks @Marklb!
Blocks: Fix Subtitle block for unattached docs pages - #25157, thanks @kripod!
SvelteKit: Fix missing $app modules - #25132, thanks @paoloricciuti!
7.6.4
... (truncated)
Commits
95ed703 Bump version from "7.6.12" to "7.6.13" [skip ci]
cebb1a7 Bump version from "7.6.11" to "7.6.12" [skip ci]
a8b5861 Bump version from "7.6.10" to "7.6.11" [skip ci]
0a8f25a Bump version from "7.6.9" to "7.6.10" [skip ci]
fbb29c1 Bump version from "7.6.8" to "7.6.9" [skip ci]
2eded2e Bump version from "7.6.7" to "7.6.8" [skip ci]
22ec27e Bump version from "7.6.6" to "7.6.7" [skip ci]
a3a9ca8 Bump version from "7.6.5" to "7.6.6" [skip ci]
1bb4147 Bump version from "7.6.4" to "7.6.5" [skip ci]
1ba5416 Bump version from "7.6.3" to "7.6.4" [skip ci]
Additional commits viewable in compare view
Updates storybook from 7.0.5 to 7.6.13
Release notes
Sourced from storybook's releases.
v7.6.13
7.6.13
Next.js: Fix frameworkOptions resolution - #25907, thanks @valentinpalkovic!
React Native: Fix init fails when package is already installed - #25908, thanks @dannyhw!
React Native: Remove watcher from init - #25895, thanks @dannyhw!
Webpack: Update StorybookConfig import in core-webpack types.ts - #25740, thanks @valentinpalkovic!
v7.6.12
7.6.12
CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @JReinhold!
v7.6.11
7.6.11
CLI: Update init for react native v7 - #25780, thanks @dannyhw!
Codemods: Add support for multiple file extensions in runCodemod function - #25708, thanks @valentinpalkovic!
v7.6.10
7.6.10
CLI: Fix existing version detection in upgrade - #25642, thanks @JReinhold!
React: Fix acorn ecma version warning - #25634, thanks @dannyhw!
v7.6.9
7.6.9
ConfigFile: Fix export specifiers - #25590, thanks @shilman!
Webpack5: Make export-order-loader compatible with both esm and cjs - #25540, thanks @mlazari!
CLI: Support version specifiers in init, upgrade and sandbox - #25526, thanks @ndelangen, @jreinhold!
v7.6.8
7.6.8
Addon-actions: Fix module resolution for react-native - #25296, thanks @dannyhw!
Storysource: Fix import error - #25391, thanks @unional!
v7.6.7
7.6.7
Core: Skip no-framework error when ignorePreview=true - #25286, thanks @ndelangen!
Dependencies: Semver dependency fixes - #25283, thanks @ndelangen!
Vite: Fix pre-transform error in Vite 5 - #25329, thanks @yannbf!
Vue3: Fix pnp by making compiler-core a dependency - #25311, thanks @shilman!
v7.6.6
7.6.6
SvelteKit: Support 2.0 modules with mocks - #25244, thanks @paoloricciuti!
... (truncated)
Changelog
Sourced from storybook's changelog.
7.6.13
Next.js: Fix frameworkOptions resolution - #25907, thanks @valentinpalkovic!
React Native: Fix init fails when package is already installed - #25908, thanks @dannyhw!
React Native: Remove watcher from init - #25895, thanks @dannyhw!
Webpack: Update StorybookConfig import in core-webpack types.ts - #25740, thanks @valentinpalkovic!
7.6.12
CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @JReinhold!
7.6.11
CLI: Update init for react native v7 - #25780, thanks @dannyhw!
Codemods: Add support for multiple file extensions in runCodemod function - #25708, thanks @valentinpalkovic!
7.6.10
CLI: Fix existing version detection in upgrade - #25642, thanks @JReinhold!
React: Fix acorn ecma version warning - #25634, thanks @dannyhw!
7.6.9
ConfigFile: Fix export specifiers - #25590, thanks @shilman!
Webpack5: Make export-order-loader compatible with both esm and cjs - #25540, thanks @mlazari!
CLI: Support version specifiers in init, upgrade and sandbox - #25526, thanks @ndelangen, @jreinhold!
7.6.8
Addon-actions: Fix module resolution for react-native - #25296, thanks @dannyhw!
Storysource: Fix import error - #25391, thanks @unional!
7.6.7
Core: Skip no-framework error when ignorePreview=true - #25286, thanks @ndelangen!
Dependencies: Semver dependency fixes - #25283, thanks @ndelangen!
Vite: Fix pre-transform error in Vite 5 - #25329, thanks @yannbf!
Vue3: Fix pnp by making compiler-core a dependency - #25311, thanks @shilman!
7.6.6
SvelteKit: Support 2.0 modules with mocks - #25244, thanks @paoloricciuti!
7.6.5
Angular: Update Angular cli templates - #25152, thanks @Marklb!
Blocks: Fix Subtitle block for unattached docs pages - #25157, thanks @kripod!
SvelteKit: Fix missing $app modules - #25132, thanks @paoloricciuti!
7.6.4
... (truncated)
Commits
95ed703 Bump version from "7.6.12" to "7.6.13" [skip ci]
71ed216 Merge pull request #25908 from storybookjs/dannyhw/fix-rn-init-existing-package
4606346 Merge pull request #25895 from storybookjs/dannyhw/adjust-rn-init
cebb1a7 Bump version from "7.6.11" to "7.6.12" [skip ci]
620cb80 Merge pull request #25752 from storybookjs/jeppe/fix-upgrade-version-detection
a8b5861 Bump version from "7.6.10" to "7.6.11" [skip ci]
cd32866 Disable angular/15-ts to unblock CI
26af9f2 Patch RN changes
0a8f25a Bump version from "7.6.9" to "7.6.10" [skip ci]
04cd1a5 Merge pull request #25642 from storybookjs/jeppe/fix-version-detection
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
Open Graph Description: Bumps @babel/traverse to 7.23.9 and updates ancestor dependencies @babel/traverse, @storybook/addon-essentials and storybook. These dependencies need to be updated together. Updates @babel/traverse...
X Description: Bumps @babel/traverse to 7.23.9 and updates ancestor dependencies @babel/traverse, @storybook/addon-essentials and storybook. These dependencies need to be updated together. Updates @babel/traverse...
Opengraph URL: https://github.com/TestOrgForGitSec/gitsecurity-python/pull/9
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:d4d44134-e193-266b-126d-f7db12f463c3 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 9EE0:48B83:2A36154:399E228:6A5056DC |
| html-safe-nonce | 6b3ab1f5b03bb837ee353c50e94167a81eade9114a3f64f3b1c348ca5e0cc490 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RUUwOjQ4QjgzOjJBMzYxNTQ6Mzk5RTIyODo2QTUwNTZEQyIsInZpc2l0b3JfaWQiOiIxODAwOTc4MjA4MTcyMDM3ODUyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 99958ce24d4e9f0b0da58ff9cfc80dd9b66baf5d4f125674f77cf40e5d941425 |
| hovercard-subject-tag | pull_request:1718810424 |
| 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 | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/TestOrgForGitSec/gitsecurity-python/pull/9/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.23.9 and updates ancestor dependencies @babel/traverse, @storybook/addon-essentials and storybook. These dependencies need to be updated together. Updates @babel/traverse... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | d6dc8294eb500fa36bbc57472d61fe87c522f9c3c1d64f70f4926f66a66a7efb |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/TestOrgForGitSec/gitsecurity-python git https://github.com/TestOrgForGitSec/gitsecurity-python.git |
| octolytics-dimension-user_id | 139981999 |
| octolytics-dimension-user_login | TestOrgForGitSec |
| octolytics-dimension-repository_id | 753517181 |
| octolytics-dimension-repository_nwo | TestOrgForGitSec/gitsecurity-python |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | true |
| octolytics-dimension-repository_parent_id | 753481735 |
| octolytics-dimension-repository_parent_nwo | cbc-GithubSecurity/gitsecurity-python |
| octolytics-dimension-repository_network_root_id | 577603990 |
| octolytics-dimension-repository_network_root_nwo | LAION-AI/Open-Assistant |
| 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 | 7ac0ad2f2c7e4b9056617355fd9e33e22b0c8df9 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width