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 (non-major) #1954

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ianvs/prettier-plugin-sort-imports 4.2.1 -> 4.3.1 age adoption passing confidence
@swc/core (source) 1.6.1 -> 1.7.1 age adoption passing confidence
@types/lodash (source) 4.17.5 -> 4.17.7 age adoption passing confidence
@types/node (source) 18.19.33 -> 18.19.42 age adoption passing confidence
@types/node (source) 18.19.34 -> 18.19.42 age adoption passing confidence
@types/node (source) 20.14.2 -> 20.14.12 age adoption passing confidence
monaco-yaml (source) 5.1.1 -> 5.2.2 age adoption passing confidence
nodemon (source) 3.1.3 -> 3.1.4 age adoption passing confidence
openapicmd (source) 2.3.1 -> 2.3.2 age adoption passing confidence
sass 1.77.2 -> 1.77.8 age adoption passing confidence
type-fest 4.20.1 -> 4.23.0 age adoption passing confidence
typescript (source) 5.4.5 -> 5.5.4 age adoption passing confidence
webpack 5.91.0 -> 5.93.0 age adoption passing confidence

Release Notes

ianvs/prettier-plugin-sort-imports (@​ianvs/prettier-plugin-sort-imports)

v4.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.3.0...v4.3.1

v4.3.0

Compare Source

What's Changed

Features

This release adds support for experimental import attributes / assertions. There have been a number of styles proposed by TC-39 over the years, but the latest is to use import x from 'x' with { type: 'json' };, which is called an "import attribute". There is also an older "import assertion" form, which uses assert instead of with.

Note: You may need to add "importAttributes" to your "importOrderParserPlugins" option in order to support this. And if you are using the older assertion style, you'll need to add it as '[\"importAttributes\", {\"deprecatedAssertSyntax\": true}]'.

This plugin will also convert the older assertion style to import attributes.

Bugfixes
TypeScript

You can now type your prettier config as simply /** @​type {import("prettier").Config} */, and you'll also get the types for the options this plugin adds, automatically.

Docs

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.2.1...v4.3.0

swc-project/swc (@​swc/core)

v1.7.1

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
Refactor
Build

v1.7.0

Compare Source

Bug Fixes
Documentation
  • (allocator) Mention oxc_allocator (be99ce0)

  • (contributing) Fix deno installation url (#​9249) (ff5bbda)

  • (es/minifier) Add contributing section (e22f3ba)

Features
Miscellaneous Tasks
Performance
Refactor
Testing
Pers

v1.6.13

Compare Source

Bug Fixes
Features
Testing

v1.6.12

Compare Source

Bug Fixes
Features
Performance
Refactor

v1.6.7

Compare Source

Bug Fixes
Documentation
  • Use @swc/counter for 3rd-party download count (026ff7e)
Features
Performance
Refactor
  • (es/typescript) Extract type annotation proposal out (#​9127) (dfee5f8)
Testing
Build

v1.6.6

Compare Source

Bug Fixes
Performance

v1.6.5

Compare Source

v1.6.4

Compare Source

Features
Miscellaneous Tasks
Performance
Refactor

v1.6.3

Compare Source

Bug Fixes
Performance
Refactor
remcohaszing/monaco-yaml (monaco-yaml)

v5.2.2

Compare Source

  • fdd9417 Update monaco-languageserver-types to 0.4.0

Full Changelog: remcohaszing/monaco-yaml@v5.2.1...v5.2.2

v5.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: remcohaszing/monaco-yaml@v5.2.0...v5.2.1

v5.2.0

Compare Source

Full Changelog: remcohaszing/monaco-yaml@v5.1.1...v5.2.0

remy/nodemon (nodemon)

v3.1.4

Compare Source

openapistack/openapicmd (openapicmd)

v2.3.2

Compare Source

sass/dart-sass (sass)

v1.77.8

Compare Source

  • No user-visible changes.

v1.77.7

Compare Source

  • Declarations that appear after nested rules are deprecated, because the
    semantics Sass has historically used are different from the semantics
    specified by CSS. In the future, Sass will adopt the standard CSS semantics.

    See the Sass website for details.

  • Potentially breaking bug fix: // in certain places such as unknown
    at-rule values was being preserved in the CSS output, leading to potentially
    invalid CSS. It's now properly parsed as a silent comment and omitted from the
    CSS output.

v1.77.6

Compare Source

  • Fix a few cases where comments and occasionally even whitespace wasn't allowed
    between the end of Sass statements and the following semicolon.

v1.77.5

Compare Source

  • Fully trim redundant selectors generated by @extend.

v1.77.4

Compare Source

Embedded Sass
  • Support passing Version input for fatalDeprecations as string over
    embedded protocol.

  • Fix a bug in the JS Embedded Host where Version could be incorrectly accepted
    as input for silenceDeprecations and futureDeprecations in pure JS.

v1.77.3

Compare Source

Dart API
  • Deprecation.duplicateVariableFlags has been deprecated and replaced with
    Deprecation.duplicateVarFlags to make it consistent with the
    duplicate-var-flags name used on the command line and in the JS API.
sindresorhus/type-fest (type-fest)

v4.23.0

Compare Source

v4.22.1

Compare Source

v4.22.0

Compare Source

v4.21.0

Compare Source

New types
Fixes
  • Jsonify: Convert undefined to null in union element of array (#​901) 60c1024
  • Exact: Fix support for Date in union (#​902) d89a709
  • CamelCasedPropertiesDeep: Fix handling of non-recursive types inside target type (#​890) 476024d
Microsoft/TypeScript (typescript)

v5.5.4

Compare Source

v5.5.3

Compare Source

v5.5.2

Compare Source

webpack/webpack (webpack)

v5.93.0

Compare Source

v5.92.1

Compare Source

v5.92.0

Compare Source

Bug Fixes

  • Correct tidle range's comutation for module federation
  • Consider runtime for pure expression dependency update hash
  • Return value in the subtractRuntime function for runtime logic
  • Fixed failed to resolve promise when eager import a dynamic cjs
  • Avoid generation extra code for external modules when remapping is not required
  • The css/global type now handles the exports name
  • Avoid hashing for @keyframe and @property at-rules in css/global type
  • Fixed mangle with destructuring for JSON modules
  • The stats.hasWarnings() method now respects the ignoreWarnings option
  • Fixed ArrayQueue iterator
  • Correct behavior of __webpack_exports_info__.a.b.canMangle
  • Changed to the correct plugin name for the CommonJsChunkFormatPlugin plugin
  • Set the chunkLoading option to the import when environment is unknown and output is module
  • Fixed when runtimeChunk has no exports when module chunkFormat used
  • [CSS] Fixed parsing minimized CSS import
  • [CSS] URLs in CSS files now have correct public path
  • [CSS] The css module type should not allow parser to switch mode
  • [Types] Improved context module types

New Features

  • Added platform target properties to compiler
  • Improved multi compiler cache location and validating it
  • Support import attributes spec (with keyword)
  • Support node: prefix for Node.js core modules in runtime code
  • Support prefetch/preload for module chunk format
  • Support "..." in the importsFields option for resolver
  • Root module is less prone to be wrapped in IIFE
  • Export InitFragment class for plugins
  • Export compileBooleanMatcher util for plugins
  • Export InputFileSystem and OutputFileSystem types
  • [CSS] Support the esModule generator option for CSS modules
  • [CSS] Support CSS when chunk format is module

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 requested review from a team as code owners July 25, 2024 02:48
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 11 times, most recently from 39af8ea to 5731404 Compare July 25, 2024 13:14
@kim-tsao
Copy link
Member

/lgtm

Copy link

openshift-ci bot commented Jul 25, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kim-tsao

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kim-tsao kim-tsao removed the lgtm label Jul 25, 2024
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 5731404 to 9f8de29 Compare July 25, 2024 14:16
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 9f8de29 to 8a52fec Compare July 25, 2024 14:45
Copy link

sonarcloud bot commented Jul 25, 2024

@kim-tsao
Copy link
Member

Test failures:

$ tsc
src/providers/AapResourceEntityProvider.test.ts:50:7 - error TS2420: Class 'FakeAbortSignal' incorrectly implements interface 'AbortSignal'.
  Property 'any' is missing in type 'FakeAbortSignal' but required in type 'AbortSignal'.

50 class FakeAbortSignal implements AbortSignal {
         ~~~~~~~~~~~~~~~

  ../../node_modules/typescript/lib/lib.dom.iterable.d.ts:25:5
    25     any(signals: Iterable<AbortSignal>): AbortSignal;
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    'any' is declared here.

src/providers/AapResourceEntityProvider.test.ts:78:21 - error TS2345: Argument of type 'FakeAbortSignal' is not assignable to parameter of type 'AbortSignal'.
  Property 'any' is missing in type 'FakeAbortSignal' but required in type 'AbortSignal'.

78       await task.fn(abortSignal);
                       ~~~~~~~~~~~

  ../../node_modules/typescript/lib/lib.dom.iterable.d.ts:25:5
    25     any(signals: Iterable<AbortSignal>): AbortSignal;
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    'any' is declared here.


Found 2 errors in the same file, starting at: src/providers/AapResourceEntityProvider.test.ts:50

Closing up to investigate

@kim-tsao kim-tsao closed this Jul 25, 2024
Copy link
Contributor Author

renovate bot commented Jul 25, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (4.3.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/devdependencies-(non-major) branch July 25, 2024 15:18
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.

1 participant