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

build(deps): update dependency @softwareventures/tsconfig to v8 (main) #148

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@softwareventures/tsconfig 7.3.0 -> 8.1.0 age adoption passing confidence

Release Notes

softwareventures/tsconfig (@​softwareventures/tsconfig)

v8.1.0

Compare Source

Features
  • engines: remove node engine version restrictions from package.json (d7f7677)
  • webworker: Add "WebWorker.ImportScripts" platform library (c61e767)
  • webworker: Add "WebWorker.ImportScripts" platform library (58371ee)
  • webworker: Add "WebWorker.Iterable" platform library (c3d2860)
  • webworker: Add "WebWorker.Iterable" platform library (d5531c8)

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • TypeScript code now compiles to
    ES2020. This breaks compatibility with obsolete
    versions of Node and obsolete browsers. If you
    need to support these older systems either
    override compilerOptions.target or use Babel
    to compile down to older ES syntax.
  • stripInternal: The allowSyntheticDefaultImports
    option is no longer set. This option is not
    appropriate for most projects. It should only be
    set for projects that are transpiled using Babel
    (or similar). See
    https://www.typescriptlang.org/tsconfig#allowSyntheticDefaultImports
  • stripInternal: The stripInternal option is no
    longer set, meaning TypeScript will no longer
    exclude type declarations for code marked
    @internal. This option was unsafe because
    TypeScript does not check that the resulting
    declarations are valid. Projects that relied on
    this option should consider using api-extractor
    (https://api-extractor.com/) instead, or override
    this option to true in their tsconfig.
  • types: Ambient type declarations are no
    longer included in the compilation by default
    (tsconfig specifies the option "types": []).
    Consuming projects that require ambient types
    should list them explicitly in their tsconfig.
    For example, projects that target node should
    add a dependency on @​types/node and specify
    {"compilerOptions": {"types": ["node"]}}.
  • commonjs: The commonjs, dom-commonjs, and
    webworker-commonjs configurations are obsolete
    and have been removed. Instead of commonjs, use
    the top level configuration (replace
    "@​softwareventures/tsconfig/commonjs" with
    "@​softwareventures/tsconfig"). Instead of
    dom-commonjs, use the dom configuration (replace
    "@​softwareventures/tsconfig/dom-commonjs" with
    "@​softwareventures/tsconfig/dom"). Instead of
    webworker-commonjs, use the webworker
    configuration (replace
    "@​softwareventures/tsconfig/webworker-commonjs"
    with "@​softwareventures/tsconfig/webworker").
    The CommonJS-specific configurations are obsolete
    now since the corresponding base configurations
    use "Node16" module resolution and compile to
    "Node16" modules. This is equivalent to compiling
    to CommonJS modules and following CommonJS
    resolution rules when that is what node would
    expect, and compiling to ES Modules and following
    ES Module resolution rules when that is what node
    would expect.
  • allowUnusedLabels: Unused labels will now raise a
    compiler error. This usually indicates a broken
    attempt to write an object literal.
    See https://www.typescriptlang.org/tsconfig#allowUnusedLabels
  • allowUnreachableCode: Provably unreachable code will
    now raise a compiler error. See
    https://www.typescriptlang.org/tsconfig#allowUnreachableCode
  • deps: tsconfig now has a peer
    dependency on typescript v5.2.2 or later.
    Consuming projects should upgrade typescript to
    at least that version.
Features
  • allowUnreachableCode: set allowUnreachableCode: false (12cd394)
  • allowUnusedLabels: set allowUnusedLabels: false (b4b046c)
  • commonjs: delete commonjs, dom-commonjs, and webworker-commonjs configurations (16938ee)
  • compile against ES2020 API (f4f7c65)
  • compile TypeScript to ES2020 (9127e31)
  • deps: bump peer dependency on typescript to ^5.2.2 (daeafbf)
  • module: compile to Node16 modules, and use Node16 module resolution (5e1bd84)
  • stripInternal: delete allowSyntheticDefaultImports option (b524c77)
  • stripInternal: delete stripInternal option (dbc5a14)
  • types: don't include ambient type declarations in the compilation (1d5e397)

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch from 8210391 to 55e436f Compare April 22, 2024 20:26
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch from 55e436f to 6efd0c8 Compare April 29, 2024 23:17
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch from 6efd0c8 to 3a49032 Compare May 13, 2024 22:25
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch 2 times, most recently from bed5f34 to 9500bab Compare May 28, 2024 00:51
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch 2 times, most recently from 4fa4e30 to e28ce95 Compare June 10, 2024 21:14
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch 2 times, most recently from 8f156b4 to 81629b9 Compare June 24, 2024 21:15
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch from 81629b9 to aa535e7 Compare July 1, 2024 23:06
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch 2 times, most recently from 7378baf to a6f6da8 Compare July 15, 2024 21:19
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch from a6f6da8 to dd3de00 Compare July 22, 2024 18:43
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch from dd3de00 to b7f5004 Compare July 29, 2024 21:15
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch from b7f5004 to 4eff7a8 Compare August 25, 2024 16:20
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.

0 participants