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 devdependencies #12

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 2, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/atom (source) 1.40.11 -> 1.40.14 age adoption passing confidence
@types/jasmine (source) ^3.8.1 -> ^5.0.0 age adoption passing confidence
@types/node (source) ^16.3.2 -> ^20.0.0 age adoption passing confidence
atom-jasmine3-test-runner 5.2.7 -> 5.2.13 age adoption passing confidence
babel-preset-atomic ^4.1.0 -> ^5.0.0 age adoption passing confidence
eslint-config-atomic 1.16.1 -> 1.20.5 age adoption passing confidence
prettier-config-atomic ^2.0.5 -> ^3.0.0 age adoption passing confidence
shx 0.3.3 -> 0.3.4 age adoption passing confidence
typescript (source) ^4.3.5 -> ^5.0.0 age adoption passing confidence
waitit 1.0.3 -> 1.0.4 age adoption passing confidence

Release Notes

UziTech/atom-jasmine3-test-runner (atom-jasmine3-test-runner)

v5.2.13

Compare Source

Bug Fixes
  • deps: update dependency glob to ^8.0.2 (ba8f133)

v5.2.12

Compare Source

Bug Fixes
  • deps: update dependency glob to v8 (cefa2f4)
  • fix glob path separator (392c3e9)

v5.2.11

Compare Source

Bug Fixes
  • deps: update dependency jasmine-local-storage to ^1.1.2 (f81b93c)
  • deps: update dependency jasmine2-focused to ^1.1.2 (ac9b251)

v5.2.10

Compare Source

Bug Fixes
  • deps: update dependency jasmine-unspy to ^1.1.2 (5e46655)

v5.2.9

Compare Source

Bug Fixes

v5.2.8

Compare Source

Bug Fixes
  • deps: update dependency jasmine to ~3.9.0 (579672f)
atom-ide-community/babel (babel-preset-atomic)

v5.0.0

Compare Source

Breaking Change

To configure the plugin for an older Electron, you can pass the electron target. See the example in the readme

{
  "presets": [
    [
      "babel-preset-atomic",
      {
        "targets": {
          "electron": 9
        }
      }
    ]
  ]
}

Full Changelog: atom-community/babel-preset-atomic@v4.4.0...v5.0.0

v4.4.0

Compare Source

What's Changed

Full Changelog: atom-community/babel-preset-atomic@v4.3.0...v4.4.0

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: atom-community/babel-preset-atomic@v4.2.1...v4.3.0

v4.2.1

Compare Source

Full Changelog: atom-community/babel-preset-atomic@v4.2.0...v4.2.1

v4.2.0

Compare Source

  • fix: update dependencies
atom-ide-community/eslint-config-atomic (eslint-config-atomic)

v1.20.5

Compare Source

What's Changed

Full Changelog: atom-community/eslint-config-atomic@v1.20.4...v1.20.5

v1.20.4

Compare Source

What's Changed

Full Changelog: atom-community/eslint-config-atomic@v1.20.1...v1.20.3

v1.20.3

Compare Source

v1.20.2

Compare Source

v1.20.1

Compare Source

What's Changed

Full Changelog: atom-community/eslint-config-atomic@v1.19.3...v1.20.1

v1.20.0

Compare Source

v1.19.3

Compare Source

Full Changelog: atom-community/eslint-config-atomic@v1.19.2...v1.19.3
fix: ignore node_modules even if not in gitignore

v1.19.2

Compare Source

What's Changed

Full Changelog: atom-community/eslint-config-atomic@v1.19.1...v1.19.2

v1.19.1

Compare Source

What's Changed

Full Changelog: atom-community/eslint-config-atomic@v1.19.0...v1.19.1

v1.19.0

Compare Source

What's Changed

Full Changelog: atom-community/eslint-config-atomic@v1.18.3...v1.19.0

v1.18.3

Compare Source

What's Changed

  • fix(deps): update dependencies

Full Changelog: atom-community/eslint-config-atomic@v1.18.2...v1.18.3

v1.18.2

Compare Source

What's Changed

Full Changelog: atom-community/eslint-config-atomic@v1.18.1...v1.18.2

v1.18.1

Compare Source

Bug Fixes

v1.18.0

Compare Source

Bug Fixes
  • set strict-peer-dependencies=false (42dfc86)
  • update dependencies (f057f0c)
Features
  • support eslint 8 by excluding coffee if the version is >=8 (1a2ecce)
  • update the bundles eslint to 8 (e570c21)

v1.17.1

Compare Source

Bug Fixes

v1.17.0

Compare Source

Bug Fixes
Features
  • make coffee plugin optional (2915bc4)

v1.16.6

Compare Source

Bug Fixes

v1.16.5

Compare Source

Bug Fixes

v1.16.4

Compare Source

Bug Fixes

v1.16.3

Compare Source

Bug Fixes

v1.16.2

Compare Source

Bug Fixes
atom-community/prettier-config-atomic (prettier-config-atomic)

v3.1.0

Compare Source

Bug Fixes
Features

3.0.11 (2022-07-03)

Bug Fixes

3.0.10 (2022-06-22)

Bug Fixes
  • deps: update dependency prettier to v2.7.1 (2825b26)

3.0.9 (2022-04-02)

Bug Fixes
  • deps: update dependency prettier to v2.6.2 (a55d98d)

3.0.8 (2022-03-26)

Bug Fixes
  • deps: update dependency prettier to v2.6.1 (c4f041c)

3.0.7 (2022-03-17)

Bug Fixes
  • update prettier and dependencies (f03379b)

3.0.6 (2022-03-13)

Reverts
  • Revert "fix(deps): update dependency prettier to v2.5.1" (2589e78)

3.0.5 (2022-03-12)

Bug Fixes
  • deps: update dependency prettier to v2.5.1 (f6a291e)

3.0.4 (2022-03-11)

Bug Fixes

3.0.3 (2022-01-27)

Bug Fixes

3.0.2 (2022-01-27)

Bug Fixes

3.0.1 (2021-10-02)

Bug Fixes
  • inline the plugin into a function (9ed6476)

v3.0.10

Compare Source

Bug Fixes
  • deps: update dependency prettier to v2.7.1 (2825b26)

v3.0.9

Compare Source

Bug Fixes
  • deps: update dependency prettier to v2.6.2 (a55d98d)

v3.0.8

Compare Source

Bug Fixes
  • deps: update dependency prettier to v2.6.1 (c4f041c)

v3.0.7

Compare Source

Bug Fixes
  • update prettier and dependencies (f03379b)

v3.0.6

Compare Source

Reverts
  • Revert "fix(deps): update dependency prettier to v2.5.1" (2589e78)

v3.0.5

Compare Source

Bug Fixes
  • deps: update dependency prettier to v2.5.1 (f6a291e)

v3.0.4

Compare Source

Bug Fixes

v3.0.3

Compare Source

Bug Fixes

v3.0.2

Compare Source

Bug Fixes

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

Bug Fixes
  • use custom sort-package-json to put keywords in the end (acca570)
Features
  • add prettier-plugin-packagejson (047d6b2)
BREAKING CHANGES
  • package.json is now sorted

2.0.6 (2021-09-21)

Bug Fixes

2.0.5 (2021-05-12)

Bug Fixes

2.0.4 (2021-05-02)

Bug Fixes

2.0.1 (2021-04-06)

Bug Fixes
  • set jsDocParser to true (f64a3bf)

v2.1.0

Compare Source

v2.0.6

Compare Source

Bug Fixes
shelljs/shx (shx)

v0.3.4

Compare Source

Microsoft/TypeScript (typescript)

v5.2.2: TypeScript 5.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.6: TypeScript 5.1.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm

v5.1.5: TypeScript 5.1.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.3: TypeScript 5.1.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.0.4: TypeScript 5.0.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.0.3: TypeScript 5.0.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.0.2: TypeScript 5.0

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.9.5: TypeScript 4.9.5

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

Changes:

v4.9.4: TypeScript 4.9.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Changes:

This list of changes was auto generated.

v4.9.3: TypeScript 4.9

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

Changes:

See More
  • 3d2b401 Fix assertion functions accessed via wildcard imports (#​51324)
  • 64d0d5a fix(51301): Fixing an unused import at the end of a line removes the newline (#​51320)
  • 754eeb2 Update CodeQL workflow and configuration, fix found bugs (#​51263)
  • d8aad26 Update package-lock.json
  • d4f26c8 fix(51245): Class with parameter decorator in arrow function causes "convert to default export" refactoring failure (#​51256)
  • 16faf45 Update package-lock.json
  • 8b1ecdb fix(50654): "Move to a new file" breaks the declaration of referenced variable (#​50681)
  • 170a17f Dom update 2022-10-25 (#​51300)
  • 9c4e14d Remove "No type information for this code" from baseline (#​51311)
  • 88d25b4 fix(50068): Refactors trigger debug failure when JSX text has a ' and a tag on the same line. (#​51299)
  • 8bee69a Update package-lock.json
  • 702de1e Fix early call to return/throw on generator (#​51294)
  • 2c12b14 Add a GH Action to file a new issue if we go a week without seeing a typescript-error-deltas issue (#​51271)
  • 6af270d Update package-lock.json
  • 2cc4c16 Update package-lock.json
  • 6093491 Fix apparent typo in getStringMappingType (#​51248)
  • 61c2609 Update package-lock.json
  • ef69116 Generate shortest rootDirs module specifier instead of first possible (#​51244)
  • bbb42f4 Fix typo in canWatchDirectoryOrFile found by CodeQL (#​51262)
  • a56b254 Include 'this' type parameter in isRelatedTo fast path (#​51230)
  • 3abd351 Fix super property transform in async arrow in method (#​51240)
  • eed0511 Update package-lock.json
  • 2625c1f Make the init config category order predictable (#​51247)
  • 1ca99b3 fix(50551): Destructuring assignment with var bypasses "variable is used before being assigned" check (2454) (#​50560)
  • 3f28fa1 Update package-lock.json
  • 906ebe4 Revert structuredTypeRelatedTo change and fix isUnitLikeType (#​51076)
  • 8ac4652 change type (#​51231)
  • 245a02c fix(51222): Go-to-definition on return statements should jump to the containing function declaration (#​51227)
  • 2dff34e markAliasReferenced should include ExportValue as well (#​51219)
  • 5ef2634 Update package-lock.json
  • d0f0e35 Remove old tslint comments (#​51220)
  • 85d405a Fixed a false positive "await has no effect on the type" diagnostic with mixed generic union (#​50833)
  • 1f8959f fix: avoid downleveled dynamic import closing over specifier expression (#​49663)
  • 11066b2 Rename internal functions to narrowTypeBySwitchOnTypeOf and narrowTypeByInKeyword (#​51215)
  • 4c9afe8 Update package-lock.json
  • f25bcb7 fix(49196): add jsdoc snippet for interface member functions (#​51135)
  • 7406ee9 fix(51170): Completing an unimplemented property overwrites rest of line (#​51175)
  • a1d82fc Remove some unnecessary code discovered by rollup (#​51204)
  • 0481773 LEGO: Merge pull request 51200
  • 98c19cb LEGO: Merge pull request 51190
  • 13c9b05 Update package-lock.json
  • 673475e Update package-lock.json
  • f6cf510 Add more tracing to node16/nodenext resolution (#​51168)
  • 83c5581 Update package-lock.json
  • be5f0fe Add an extra regression test for awaited unresolvable recursive union (#​51167)
  • 2cb7e77 fix(50416): correctly names disabled export refactors (#​50663) [ #​50416 ]
  • 2bcfed0 feat(37440): Provide a quick-fix for non-exported types ([#​51038](https://togithu

Configuration

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

🚦 Automerge: Enabled.

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.

@renovate renovate bot added the Dependencies label Oct 2, 2021
@renovate renovate bot force-pushed the renovate/devdependencies branch from b44cbe9 to ca6fde8 Compare March 7, 2022 15:20
@renovate renovate bot changed the title chore(deps): update dependency prettier-config-atomic to v3 chore(deps): update devdependencies Mar 7, 2022
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from fda9586 to 871edb2 Compare March 27, 2022 04:45
@renovate renovate bot force-pushed the renovate/devdependencies branch from 871edb2 to bff5531 Compare June 18, 2022 20:33
@renovate renovate bot force-pushed the renovate/devdependencies branch from bff5531 to 91da34c Compare September 25, 2022 19:11
@renovate renovate bot force-pushed the renovate/devdependencies branch from 91da34c to 309aa15 Compare November 20, 2022 18:05
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from b9e8d27 to 4c277a3 Compare March 22, 2023 20:30
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 5af72c2 to ef7eb73 Compare June 1, 2023 18:26
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from cb3cd2f to 532c603 Compare June 10, 2023 21:17
@renovate renovate bot force-pushed the renovate/devdependencies branch 6 times, most recently from 35854a2 to 4bdb2cb Compare June 19, 2023 20:38
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 6e1474d to 9414732 Compare June 26, 2023 21:41
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from d1c1376 to 491e2f4 Compare July 1, 2023 08:20
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from ddde2bb to bd9f6b7 Compare September 2, 2023 21:48
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from fb69109 to b910672 Compare September 15, 2023 21:38
@renovate renovate bot force-pushed the renovate/devdependencies branch 5 times, most recently from fb9da39 to 472beed Compare September 22, 2023 21:41
@renovate renovate bot force-pushed the renovate/devdependencies branch 8 times, most recently from a61b7f3 to a337864 Compare September 30, 2023 09:42
@renovate renovate bot force-pushed the renovate/devdependencies branch 5 times, most recently from 8225756 to 32b2a75 Compare October 7, 2023 00:57
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 1cae3a0 to 4b263a9 Compare October 13, 2023 22:17
@renovate renovate bot force-pushed the renovate/devdependencies branch from 4b263a9 to f367d9e Compare October 15, 2023 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants