-
Notifications
You must be signed in to change notification settings - Fork 396
Bump estree-util-value-to-estree from 3.2.1 to 3.3.3 #2105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
sawka
merged 1 commit into
main
from
dependabot/npm_and_yarn/estree-util-value-to-estree-3.3.3
Apr 28, 2025
Merged
Bump estree-util-value-to-estree from 3.2.1 to 3.3.3 #2105
sawka
merged 1 commit into
main
from
dependabot/npm_and_yarn/estree-util-value-to-estree-3.3.3
Apr 28, 2025
Conversation
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
Bumps [estree-util-value-to-estree](https://github.com/remcohaszing/estree-util-value-to-estree) from 3.2.1 to 3.3.3. - [Release notes](https://github.com/remcohaszing/estree-util-value-to-estree/releases) - [Commits](remcohaszing/estree-util-value-to-estree@v3.2.1...v3.3.3) --- updated-dependencies: - dependency-name: estree-util-value-to-estree dependency-version: 3.3.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
xxyy2024
pushed a commit
to xxyy2024/waveterm_aipy
that referenced
this pull request
Jun 24, 2025
Bumps [estree-util-value-to-estree](https://github.com/remcohaszing/estree-util-value-to-estree) from 3.2.1 to 3.3.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remcohaszing/estree-util-value-to-estree/releases">estree-util-value-to-estree's releases</a>.</em></p> <blockquote> <h2>v3.3.3</h2> <ul> <li>652e019 Use singular <code>Object.defineProperty</code> if possible</li> <li>d0c394f Fix <code>__proto__</code> property emit</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/remcohaszing/estree-util-value-to-estree/compare/v3.3.2...v3.3.3">https://github.com/remcohaszing/estree-util-value-to-estree/compare/v3.3.2...v3.3.3</a></p> <h2>v3.3.2</h2> <ul> <li>6ecf349 Move <code>@js-temporal/polyfill</code> to <code>devDependencies</code></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/remcohaszing/estree-util-value-to-estree/compare/v3.3.1...v3.3.2">https://github.com/remcohaszing/estree-util-value-to-estree/compare/v3.3.1...v3.3.2</a></p> <h2>v3.3.1</h2> <ul> <li>1c1eb66 Don’t crash if Temporal is undefined</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/remcohaszing/estree-util-value-to-estree/compare/v3.3.0...v3.3.1">https://github.com/remcohaszing/estree-util-value-to-estree/compare/v3.3.0...v3.3.1</a></p> <h2>v3.3.0</h2> <ul> <li>014536b Add support for Temporal types</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/remcohaszing/estree-util-value-to-estree/compare/v3.2.1...v3.3.0">https://github.com/remcohaszing/estree-util-value-to-estree/compare/v3.2.1...v3.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remcohaszing/estree-util-value-to-estree/commit/cb5305c99309c596875b2b9f771d0332503c953d"><code>cb5305c</code></a> 3.3.3</li> <li><a href="https://github.com/remcohaszing/estree-util-value-to-estree/commit/1854f862bbb13e8c0f912812237dda23042a03b9"><code>1854f86</code></a> Add remark job as a dependency of release</li> <li><a href="https://github.com/remcohaszing/estree-util-value-to-estree/commit/559fce28acc5f0bd7d55d95c6354e34356a980c0"><code>559fce2</code></a> Run tests against Node.js 22</li> <li><a href="https://github.com/remcohaszing/estree-util-value-to-estree/commit/652e01901eed3e40b9eff44c56f84f47f97352fb"><code>652e019</code></a> Use singular Object.defineProperty if possible</li> <li><a href="https://github.com/remcohaszing/estree-util-value-to-estree/commit/d0c394fbc64bc55937ffe4e162b81f15ba506e55"><code>d0c394f</code></a> Fix <strong>proto</strong> property emit</li> <li><a href="https://github.com/remcohaszing/estree-util-value-to-estree/commit/392a5349bc606d3d05849ec9973230c745cdefdb"><code>392a534</code></a> 3.3.2</li> <li><a href="https://github.com/remcohaszing/estree-util-value-to-estree/commit/6ecf34945e39fdf198397df92a27d99cb5ed40cf"><code>6ecf349</code></a> Move <code>@js-temporal/polyfill</code> to devDependencies</li> <li><a href="https://github.com/remcohaszing/estree-util-value-to-estree/commit/98643eb11c40e772fe324610a0161a93c3d4ea3f"><code>98643eb</code></a> 3.3.1</li> <li><a href="https://github.com/remcohaszing/estree-util-value-to-estree/commit/1c1eb66c6c161940e543860e0da7d96dd6821295"><code>1c1eb66</code></a> Don’t crash if Temporal is undefined</li> <li><a href="https://github.com/remcohaszing/estree-util-value-to-estree/commit/f0332fea43c2354726d3ef64f89d61b44fbc0ca7"><code>f0332fe</code></a> 3.3.0</li> <li>Additional commits viewable in <a href="https://github.com/remcohaszing/estree-util-value-to-estree/compare/v3.2.1...v3.3.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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](https://github.com/wavetermdev/waveterm/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
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 estree-util-value-to-estree from 3.2.1 to 3.3.3.
Release notes
Sourced from estree-util-value-to-estree's releases.
Commits
cb5305c
3.3.31854f86
Add remark job as a dependency of release559fce2
Run tests against Node.js 22652e019
Use singular Object.defineProperty if possibled0c394f
Fix proto property emit392a534
3.3.26ecf349
Move@js-temporal/polyfill
to devDependencies98643eb
3.3.11c1eb66
Don’t crash if Temporal is undefinedf0332fe
3.3.0Dependabot 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 <dependency name> 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.