Skip to content
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

chore(deps): update all non-major dependencies (2.x) #22092

Merged
merged 1 commit into from Jul 13, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/compat-data ^7.22.6 -> ^7.22.9 age adoption passing confidence
@babel/core (source) ^7.22.8 -> ^7.22.9 age adoption passing confidence
@babel/core (source) 7.22.8 -> 7.22.9 age adoption passing confidence
@babel/helper-compilation-targets ^7.22.6 -> ^7.22.9 age adoption passing confidence
@babel/plugin-transform-runtime (source) ^7.22.7 -> ^7.22.9 age adoption passing confidence
@babel/preset-env (source) ^7.22.7 -> ^7.22.9 age adoption passing confidence
@babel/preset-env (source) 7.22.7 -> 7.22.9 age adoption passing confidence
esbuild 0.18.11 -> 0.18.12 age adoption passing confidence
lerna (source) 7.1.1 -> 7.1.3 age adoption passing confidence
puppeteer-core (source) 20.8.0 -> 20.8.2 age adoption passing confidence

Release Notes

babel/babel (@​babel/compat-data)

v7.22.9

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
evanw/esbuild (esbuild)

v0.18.12

Compare Source

  • Fix a panic with const enum inside parentheses (#​3205)

    This release fixes an edge case where esbuild could potentially panic if a TypeScript const enum statement was used inside of a parenthesized expression and was followed by certain other scope-related statements. Here's a minimal example that triggers this edge case:

    (() => {
      const enum E { a };
      () => E.a
    })
  • Allow a newline in the middle of TypeScript export type statement (#​3225)

    Previously esbuild incorrectly rejected the following valid TypeScript code:

    export type
    { T };
    
    export type
    * as foo from 'bar';

    Code that uses a newline after export type is now allowed starting with this release.

  • Fix cross-module inlining of string enums (#​3210)

    A refactoring typo in version 0.18.9 accidentally introduced a regression with cross-module inlining of string enums when combined with computed property accesses. This regression has been fixed.

  • Rewrite .js to .ts inside packages with exports (#​3201)

    Packages with the exports field are supposed to disable node's path resolution behavior that allows you to import a file with a different extension than the one in the source code (for example, importing foo/bar to get foo/bar.js). And TypeScript has behavior where you can import a non-existent .js file and you will get the .ts file instead. Previously the presence of the exports field caused esbuild to disable all extension manipulation stuff which included both node's implicit file extension searching and TypeScript's file extension swapping. However, TypeScript appears to always apply file extension swapping even in this case. So with this release, esbuild will now rewrite .js to .ts even inside packages with exports.

  • Fix a redirect edge case in esbuild's development server (#​3208)

    The development server canonicalizes directory URLs by adding a trailing slash. For example, visiting /about redirects to /about/ if /about/index.html would be served. However, if the requested path begins with two slashes, then the redirect incorrectly turned into a protocol-relative URL. For example, visiting //about redirected to //about/ which the browser turns into http://about/. This release fixes the bug by canonicalizing the URL path when doing this redirect.

lerna/lerna (lerna)

v7.1.3

Compare Source

Bug Fixes
  • changelog entries for 7.1.2 (f61b087)

v7.1.2

Compare Source

puppeteer/puppeteer (puppeteer-core)

v20.8.2: puppeteer: v20.8.2

Compare Source

Dependencies
  • The following workspace dependencies were updated

v20.8.1: puppeteer: v20.8.1

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@stackblitz
Copy link

stackblitz bot commented Jul 11, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot changed the title chore(deps): update devdependency puppeteer-core to v20.8.1 (2.x) chore(deps): update all non-major dependencies (2.x) Jul 12, 2023
@renovate renovate bot force-pushed the renovate/2.x-all-minor-patch branch 3 times, most recently from 3336b20 to 2c6b731 Compare July 13, 2023 04:13
@renovate renovate bot force-pushed the renovate/2.x-all-minor-patch branch from 2c6b731 to 378f7d9 Compare July 13, 2023 08:20
@danielroe danielroe merged commit 997ba1a into 2.x Jul 13, 2023
13 checks passed
@danielroe danielroe deleted the renovate/2.x-all-minor-patch branch July 13, 2023 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant