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) #87

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 2 times, most recently from e9ba71b to 9d75598 Compare April 29, 2024 20:44
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch 2 times, most recently from 0f9fa70 to 3839a77 Compare May 18, 2024 09:12
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch 5 times, most recently from 8863b29 to acbe41b Compare June 5, 2024 14:28
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch 5 times, most recently from 668c2be to de6f8a8 Compare June 22, 2024 13:42
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch from de6f8a8 to 23a634d Compare June 26, 2024 01:59
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch from 23a634d to 382c491 Compare July 5, 2024 22:47
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch 2 times, most recently from edcb04d to a87abec Compare July 23, 2024 22:57
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch 2 times, most recently from 2c66f0b to f7ee732 Compare August 2, 2024 12:50
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch 2 times, most recently from 76ba0f0 to f1e365b Compare August 16, 2024 21:52
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch 2 times, most recently from de9edfd to 4453e37 Compare August 19, 2024 07:21
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch from 4453e37 to 039f418 Compare August 25, 2024 16:19
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch 2 times, most recently from 7cb65ce to e812045 Compare September 9, 2024 08:05
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch from e812045 to 8769409 Compare September 27, 2024 22:49
@renovate renovate bot force-pushed the renovate/main-softwareventures-tsconfig-8.x branch from 8769409 to 0724e72 Compare December 3, 2024 06:19
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