chore(deps): bump the minor-and-patch group across 1 directory with 7 updates#104
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
… updates Bumps the minor-and-patch group with 7 updates in the /packages/philjs-compiler directory: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.28.5` | `7.29.0` | | [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.28.5` | `7.29.0` | | [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.28.5` | `7.29.0` | | [@babel/generator](https://github.com/babel/babel/tree/HEAD/packages/babel-generator) | `7.28.5` | `7.29.1` | | [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) | `7.28.4` | `7.29.0` | | [terser](https://github.com/terser/terser) | `5.44.1` | `5.46.0` | | [rollup](https://github.com/rollup/rollup) | `4.54.0` | `4.59.0` | Updates `@babel/core` from 7.28.5 to 7.29.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.29.0/packages/babel-core) Updates `@babel/parser` from 7.28.5 to 7.29.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.29.0/packages/babel-parser) Updates `@babel/traverse` from 7.28.5 to 7.29.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.29.0/packages/babel-traverse) Updates `@babel/generator` from 7.28.5 to 7.29.1 - [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.29.1/packages/babel-generator) Updates `@babel/types` from 7.28.4 to 7.29.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.29.0/packages/babel-types) Updates `terser` from 5.44.1 to 5.46.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](terser/terser@v5.44.1...v5.46.0) Updates `rollup` from 4.54.0 to 4.59.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.54.0...v4.59.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@babel/parser" dependency-version: 7.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@babel/traverse" dependency-version: 7.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@babel/generator" dependency-version: 7.29.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@babel/types" dependency-version: 7.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: terser dependency-version: 5.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: rollup dependency-version: 4.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
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 minor-and-patch group with 7 updates in the /packages/philjs-compiler directory:
7.28.57.29.07.28.57.29.07.28.57.29.07.28.57.29.17.28.47.29.05.44.15.46.04.54.04.59.0Updates
@babel/corefrom 7.28.5 to 7.29.0Release notes
Sourced from
@babel/core's releases.... (truncated)
Commits
aa8394ev7.29.0ad0d03f[7.x backport] feat: Allow specifying startLine in code frame (#17739)d7f4008v7.28.6e130225Polish(standalone): improve message on invalid preset/plugin (#17606)99dcba5chore: enable some ts-eslint rules (#17592)c92c491Improve Unicode handling in code-frame tokenizer (#17589)d725e39AddBABEL_7_TO_8_DANGEROUSLY_DISABLE_VERSION_CHECK(#17569)c1b55f6Useeslint.config.mts(#17573)Updates
@babel/parserfrom 7.28.5 to 7.29.0Release notes
Sourced from
@babel/parser's releases.... (truncated)
Commits
aa8394ev7.29.0a0b4e5afix(parser): correctly parse type assertions inextendsclause (#17765)cb78ab7[7.x backport] fix(parser): improve super type argument parsing (#17723)f3a2226[babel 7] Delete Babel 8 fixtures (#17729)d7f4008v7.28.6beea88c[babel 8] RenameTSImportType.argumentto.source(#17610)711db56[babel 8] Fully remove import assertions (#17603)99dcba5chore: enable some ts-eslint rules (#17592)8e3dd5dRecord and tuple cleanup (#17597)c1b55f6Useeslint.config.mts(#17573)Updates
@babel/traversefrom 7.28.5 to 7.29.0Release notes
Sourced from
@babel/traverse's releases.... (truncated)
Commits
aa8394ev7.29.084366a8fix(traverse): provide a hub when traversing a File or Program and no parentP...229eb45[7.x backport] fix: Rename switch discriminant references when body creates s...d7f4008v7.28.6905bc22fix: lint errors in main branch (#17612)a03e2b6fix:path.evaluatecorrectly returnsconfident(#17584)aac2c37chore: Use Gulpfile.mts (#17579)65c4a6b[Babel 8] fix: Improvetraversetypes (#17574)99dcba5chore: enable some ts-eslint rules (#17592)c92c491Improve Unicode handling in code-frame tokenizer (#17589)Updates
@babel/generatorfrom 7.28.5 to 7.29.1Release notes
Sourced from
@babel/generator's releases.... (truncated)
Commits
713d478v7.29.17171fb9[7.x backport] Fix undefined when 64 indents (#17776)aa8394ev7.29.0f3a2226[babel 7] Delete Babel 8 fixtures (#17729)68e1577[Babel 7] Improve generator performance (#17642)d7f4008v7.28.6beea88c[babel 8] RenameTSImportType.argumentto.source(#17610)711db56[babel 8] Fully remove import assertions (#17603)99dcba5chore: enable some ts-eslint rules (#17592)8e3dd5dRecord and tuple cleanup (#17597)Updates
@babel/typesfrom 7.28.4 to 7.29.0Release notes
Sourced from
@babel/types's releases.... (truncated)
Commits
aa8394ev7.29.07b3dec4[7.x backport] Add attributes import declaration builder (#17750)d7f4008v7.28.6beea88c[babel 8] RenameTSImportType.argumentto.source(#17610)711db56[babel 8] Fully remove import assertions (#17603)99dcba5chore: enable some ts-eslint rules (#17592)d9fa9c5[Babel 8]: Bump glob to v12 (#17594)c92c491Improve Unicode handling in code-frame tokenizer (#17589)c1b55f6Useeslint.config.mts(#17573)dfce3d6Fully remove Records and Tuples support (#17528)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@babel/typessince your current version.Updates
terserfrom 5.44.1 to 5.46.0Changelog
Sourced from terser's changelog.
Commits
1550d625.46.0e5af8ecupdate changelog0669ea4add more domprops suggested in #16523df472fadd observedAttributes to domprops list (#1652)85c77fa5.45.095b3aa4update changeloga7e57b5update some packages2e3dd8bupdate serialize-javascript6080510fix: prefervoid 0toundefinedwhen there could be a variable called `un...3c213f7add --skip option to fuzzUpdates
rollupfrom 4.54.0 to 4.59.0Release notes
Sourced from rollup's releases.
... (truncated)
Changelog
Sourced from rollup's changelog.
... (truncated)
Commits
ae846954.59.0b39616eUpdate audit-resolvec60770dValidate bundle stays within output dir (#6275)33f39c14.58.0b61c408forward NO_SIDE_EFFECTS annotations to function expressions in variable decla...7f00689Extend agent instructionse7b2b85chore(deps): lock file maintenance (#6270)2aa5da9fix(deps): update minor/patch updates (#6267)4319837chore(deps): update dependency lru-cache to v11 (#6269)c3b6b4bchore(deps): update dependency eslint-plugin-unicorn to v63 (#6268)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 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 conditions