Bump the npm_and_yarn group with 3 updates - #75
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the npm_and_yarn group with 3 updates: [next](https://github.com/vercel/next.js), [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) and [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime). Updates `next` from 14.2.25 to 14.2.26 - [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.2.25...v14.2.26) Updates `@babel/helpers` from 7.26.10 to 7.27.0 - [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.27.0/packages/babel-helpers) Updates `@babel/runtime` from 7.26.10 to 7.27.0 - [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.27.0/packages/babel-runtime) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.26 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@babel/helpers" dependency-version: 7.27.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@babel/runtime" dependency-version: 7.27.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewer's Guide by SourceryThis pull request bumps the npm_and_yarn group, updating next, @babel/helpers, and @babel/runtime to their latest versions. It updates Updated class diagram for @babel/typesclassDiagram
class BabelTypes {
+valueToNode(value: any): Node
}
note for BabelTypes "Added support for BigInt literal conversion in valueToNode"
Updated class diagram for BabelParserclassDiagram
class BabelParser {
+allowYieldOutsideFunction: boolean
+ESTreeAccessorProperty: any
+importAttributesKeyword: any
+ImportAttributes: any
}
note for BabelParser "Added allowYieldOutsideFunction, ESTreeAccessorProperty, importAttributesKeyword, and ImportAttributes"
Updated class diagram for BabelTraverseclassDiagram
class BabelTraverse {
+hasBinding(name: string, upToScope: boolean): boolean
+traverseFast(node: Node, visitor: Visitor): void
+scope: Scope
}
class Scope {
+crawl(): void
}
note for BabelTraverse "Added upToScope parameter to hasBinding and allow traverseFast to exit early. Fixed reset child scopes when scope.crawl()"
Updated class diagram for BabelGeneratorclassDiagram
class BabelGenerator {
+generate(ast: AST, options: Options, code: string): Output
}
note for BabelGenerator "Added named export of generate function"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 npm_and_yarn group with 3 updates: next, @babel/helpers and @babel/runtime.
Updates
nextfrom 14.2.25 to 14.2.26Release notes
Sourced from next's releases.
Commits
10a042cv14.2.268a511d6Match subrequest handling for edge and node (#77476)Updates
@babel/helpersfrom 7.26.10 to 7.27.0Release notes
Sourced from
@babel/helpers's releases.Changelog
Sourced from
@babel/helpers's changelog.Commits
5c350eav7.27.0ca4865aFix: align behaviour to tscrewriteRelativeImportExtensions(#17118)Updates
@babel/runtimefrom 7.26.10 to 7.27.0Release notes
Sourced from
@babel/runtime's releases.Changelog
Sourced from
@babel/runtime's changelog.Commits
5c350eav7.27.0ca4865aFix: align behaviour to tscrewriteRelativeImportExtensions(#17118)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by Sourcery
Update npm_and_yarn group dependencies with minor version upgrades for Next.js, Babel helpers, and Babel runtime
New Features: