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-dev): bump @tsconfig/svelte from 3.0.0 to 5.0.0 #2077

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 28, 2023

Bumps @tsconfig/svelte from 3.0.0 to 5.0.0.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 28, 2023
@claremacrae
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tsconfig/svelte-5.0.0 branch from 5002cf0 to 9baaf29 Compare July 11, 2023 21:21
@claremacrae
Copy link
Collaborator

@dependabot rebase

Bumps [@tsconfig/svelte](https://github.com/tsconfig/bases/tree/HEAD/bases) from 3.0.0 to 5.0.0.
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

---
updated-dependencies:
- dependency-name: "@tsconfig/svelte"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tsconfig/svelte-5.0.0 branch from 9baaf29 to ff08d00 Compare July 11, 2023 21:26
Copy link
Collaborator

@claremacrae claremacrae left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This builds fine on my machine, but fails in GitHub Actions - I've no idea why yet.

@claremacrae
Copy link
Collaborator

This builds fine on my machine, but fails in GitHub Actions - I've no idea why yet.

I was wrong.

yarn lint runs fine on my machine.

But running jest fails, with the same errors as in the GitHub Action here...

FAIL tests/Scripting/ScriptingReference/CustomGrouping/CustomGroupingExamples.test.ts
  ● Test suite failed to run

    tests/CustomMatchers/jest.custom_matchers.setup.ts:4:10 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    4 import { toEqualMoment } from './CustomMatchersForDates';
               ~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:13:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    13     toBeValid,
           ~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:14:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    14     toHaveExplanation,
           ~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:15:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    15     toMatchTask,
           ~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:16:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    16     toMatchTaskFromLine,
           ~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:17:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    17     toMatchTaskWithDescription,
           ~~~~~~~~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:18:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    18     toMatchTaskWithHeading,
           ~~~~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:19:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    19     toMatchTaskWithPath,
           ~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:20:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    20     toMatchTaskWithStatus,
           ~~~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:36:10 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    36 import { groupHeadingsToBe, toSupportGroupingWithProperty } from './CustomMatchersForGrouping';
                ~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:36:29 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    36 import { groupHeadingsToBe, toSupportGroupingWithProperty } from './CustomMatchersForGrouping';
                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:45:10 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    45 import { toBeIdenticalTo } from './CustomMatchersForTaskBuilder';
                ~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:53:10 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    53 import { toToggleTo, toToggleWithRecurrenceInUsersOrderTo } from './CustomMatchersForTasks';
                ~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:53:22 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    53 import { toToggleTo, toToggleWithRecurrenceInUsersOrderTo } from './CustomMatchersForTasks';
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:62:10 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    62 import { toMatchTaskDetails } from './CustomMatchersForTaskSerializer';
                ~~~~~~~~~~~~~~~~~~

FAIL tests/Scripting/TaskProperties.test.ts
  ● Test suite failed to run

    tests/CustomMatchers/jest.custom_matchers.setup.ts:4:10 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    4 import { toEqualMoment } from './CustomMatchersForDates';
               ~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:13:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    13     toBeValid,
           ~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:14:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    14     toHaveExplanation,
           ~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:15:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    15     toMatchTask,
           ~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:16:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    16     toMatchTaskFromLine,
           ~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:17:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    17     toMatchTaskWithDescription,
           ~~~~~~~~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:18:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    18     toMatchTaskWithHeading,
           ~~~~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:19:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    19     toMatchTaskWithPath,
           ~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:20:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    20     toMatchTaskWithStatus,
           ~~~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:36:10 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    36 import { groupHeadingsToBe, toSupportGroupingWithProperty } from './CustomMatchersForGrouping';
                ~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:36:29 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    36 import { groupHeadingsToBe, toSupportGroupingWithProperty } from './CustomMatchersForGrouping';
                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:45:10 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    45 import { toBeIdenticalTo } from './CustomMatchersForTaskBuilder';
                ~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:53:10 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    53 import { toToggleTo, toToggleWithRecurrenceInUsersOrderTo } from './CustomMatchersForTasks';
                ~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:53:22 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    53 import { toToggleTo, toToggleWithRecurrenceInUsersOrderTo } from './CustomMatchersForTasks';
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:62:10 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    62 import { toMatchTaskDetails } from './CustomMatchersForTaskSerializer';
                ~~~~~~~~~~~~~~~~~~

FAIL tests/Scripting/ScriptingReference/CustomFiltering/CustomFilteringExamples.test.ts
  ● Test suite failed to run

    tests/CustomMatchers/jest.custom_matchers.setup.ts:4:10 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    4 import { toEqualMoment } from './CustomMatchersForDates';
               ~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:13:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    13     toBeValid,
           ~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:14:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    14     toHaveExplanation,
           ~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:15:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    15     toMatchTask,
           ~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:16:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    16     toMatchTaskFromLine,
           ~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:17:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    17     toMatchTaskWithDescription,
           ~~~~~~~~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:18:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    18     toMatchTaskWithHeading,
           ~~~~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:19:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    19     toMatchTaskWithPath,
           ~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:20:5 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    20     toMatchTaskWithStatus,
           ~~~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:36:10 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    36 import { groupHeadingsToBe, toSupportGroupingWithProperty } from './CustomMatchersForGrouping';
                ~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:36:29 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    36 import { groupHeadingsToBe, toSupportGroupingWithProperty } from './CustomMatchersForGrouping';
                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:45:10 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    45 import { toBeIdenticalTo } from './CustomMatchersForTaskBuilder';
                ~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:53:10 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    53 import { toToggleTo, toToggleWithRecurrenceInUsersOrderTo } from './CustomMatchersForTasks';
                ~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:53:22 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    53 import { toToggleTo, toToggleWithRecurrenceInUsersOrderTo } from './CustomMatchersForTasks';
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    tests/CustomMatchers/jest.custom_matchers.setup.ts:62:10 - error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.

    62 import { toMatchTaskDetails } from './CustomMatchersForTaskSerializer';
                ~~~~~~~~~~~~~~~~~~

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 22, 2023

Superseded by #2227.

@dependabot dependabot bot closed this Aug 22, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tsconfig/svelte-5.0.0 branch August 22, 2023 17:24
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant