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

fix(deps): update npm #241

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

fix(deps): update npm #241

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@antora/cli (source) 3.1.2 -> 3.1.7 age adoption passing confidence dependencies patch
@antora/site-generator (source) 3.1.2 -> 3.1.7 age adoption passing confidence dependencies patch
@cypress/vite-dev-server (source) 5.0.5 -> 5.1.0 age adoption passing confidence devDependencies minor
@sveltejs/vite-plugin-svelte (source) 2.0.3 -> 2.5.3 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 5.56.0 -> 5.62.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 5.56.0 -> 5.62.0 age adoption passing confidence devDependencies minor
bootstrap (source) 5.2.3 -> 5.3.3 age adoption passing confidence devDependencies minor
cypress (source) 12.8.1 -> 12.17.4 age adoption passing confidence devDependencies minor
dotenv 16.0.3 -> 16.4.5 age adoption passing confidence devDependencies minor
eslint (source) 8.36.0 -> 8.57.0 age adoption passing confidence devDependencies minor
jose 4.13.1 -> 4.15.5 age adoption passing confidence devDependencies minor
npm-run-all 4.1.5 -> 5.0.0 devDependencies replacement
prettier (source) 2.8.7 -> 2.8.8 age adoption passing confidence devDependencies patch
prettier-plugin-svelte 2.10.0 -> 2.10.1 age adoption passing confidence devDependencies patch
svelte (source) 3.57.0 -> 3.59.2 age adoption passing confidence devDependencies minor
svelte-check 3.1.4 -> 3.7.1 age adoption passing confidence devDependencies minor
svelte-preprocess 5.0.3 -> 5.1.4 age adoption passing confidence devDependencies minor
sveltestrap 5.10.0 -> 5.11.3 age adoption passing confidence devDependencies minor
tslib (source) 2.5.0 -> 2.6.2 age adoption passing confidence devDependencies minor
vite (source) 4.2.1 -> 4.5.3 age adoption passing confidence devDependencies minor
  • PR contains the label that identifies the area, one of: area:operator, area:chart
  • If the PR is targeting a Helm chart, add the chart label, e.g. chart:clustercode

This is a special PR that replaces npm-run-all with the community suggested minimal stable replacement version.


Release Notes

antora/antora (@​antora/cli)

v3.1.7

Compare Source

v3.1.6

Compare Source

v3.1.5

Compare Source

v3.1.4

Compare Source

v3.1.3

Compare Source

cypress-io/cypress (@​cypress/vite-dev-server)

v5.1.0: 5.1.0

Compare Source

Released 9/1/2020

Features:

  • Introducing experimental full network stubbing support 🎉.
    • With experimentalNetworkStubbing enabled, the cy.route2 command is available.
    • By using cy.route2(), your tests can intercept, modify, and wait on any type of HTTP request originating from your app, including XMLHttpRequests, fetch requests, beacons, and subresources (like iframes and scripts).
    • Outgoing HTTP requests can be modified before reaching the destination server, and the HTTP response can be intercepted as well before it reaches the browser.
    • See the cy.route2() docs for more information on how to enable this experiment.
  • cy.trigger() now accepts an eventConstructor option for specifying the constructor with which to create the event to trigger. Addresses #​5650.

Bugfixes:

  • Improved warnings for when user is exceeding test limits of the free Dashboard plan. Addresses #​8409.
  • Added retries to TestOptions types. Addresses #​8405.
  • Added types for specType field on Cypress.spec. Addresses #​8256.
  • Fixed a typo in type definitions. Addresses #​8417.
  • Cypress now resolves and loads tsconfig.json for TypeScript projects starting from the plugins directory. Addresses #​8359.
  • Fixed an issue where, if npm config's noproxy is set, unexpected behavior could occur. Addresses #​8287.
  • Fixed an issue where nesting hooks within other hooks caused the test to never finish. Addresses #​8350.
  • Fixed an issue in where tests would unexpectedly fail with a "Can't resolve 'async_hooks'" error. Addresses #​8375.
  • Fixed an issue where return values from blob utils were mistaken for promises and could cause errors. Addresses #​8365.
  • Fixed an issue with loading .mjs files. Addresses #​8361.
  • Fixed an issue causing tests to run slowly in Electron. Addresses #​7930.
  • Using .should with only chainer assertions will now throw an error. Addresses #​883.
  • cy.trigger() now includes the view property in the event object when appropriate. Addresses #​3686.
  • Fixed an issue where Cypress would not detect newer 64-bit installations of Chrome on Windows. Addresses #​8425.
  • Fixed an issue where Cypress would not detect per-user Firefox installations on Windows. Addresses #​8432.

Dependency Updates:

  • Updated dependency iconv-lite to version 0.6.2. Addresses #​8387.
  • Updated dependency command-exists to version 1.2.9. Addresses #​8388.
  • Updated dependency electron to version 9.2.1. Addresses #​8436.

v5.0.7

Compare Source

v5.0.6

Compare Source

sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v2.5.3

Compare Source

Patch Changes
  • fix: handle closing tags in attributes when detecting script language (#​796)

v2.5.2

Compare Source

Patch Changes
  • fix compileModule call for optimizing libraries (#​788)

v2.5.1

Compare Source

Patch Changes
  • feat: support Svelte 5 compiler API (#​785)

v2.5.0

Compare Source

Minor Changes
  • feat: add experimental support for Svelte 5 (#​782)

v2.4.6

Compare Source

Patch Changes
  • fix(prebundleSvelteLibraries): don't try to append missing sourcemap (#​737)

v2.4.5

Compare Source

Patch Changes

v2.4.4

Compare Source

Patch Changes
  • fix links in error handling (console and vite overlay) (#​700)

v2.4.3

Compare Source

Patch Changes
  • add svelte/internal/disclose-version to vite config optimizeDeps.include by default (#​692)

v2.4.2

Compare Source

Patch Changes

v2.4.1

Compare Source

Patch Changes

v2.4.0

Compare Source

Minor Changes
  • refactor: release vite-plugin-svelte as unbundled javascript with jsdoc types (#​657)

v2.3.0

Compare Source

Minor Changes
  • Refactor Svelte inspector as a separate package (#​646)
Patch Changes

v2.2.0

Compare Source

Minor Changes
  • feat(inspector): Promote experimental.inspector to regular option (#​631)

  • feat(inspector): allow configuration via environment SVELTE_INSPECTOR_OPTIONS or SVELTE_INSPECTOR_TOGGLE (#​631)

  • feat(inspector): enable holdMode by default (#​631)

  • Remove internal SvelteKit specific handling (#​638)

Patch Changes
  • fix(inspector): prepend vite base when calling __openInEditor (#​631)

  • fix(inspector): after a file has been opened, automatically disable inspector on leaving browser (#​631)

  • fix(inspector): use control-shift as default keycombo on linux to avoid problems in firefox (#​631)

  • fix(svelte-inspector): mount outside body to avoid hydration claiming body removing it (#​631)

v2.1.1

Compare Source

Patch Changes
  • fix(resolve): normalize path resolved from "svelte" field to ensure consistency across operating systems (#​635)

v2.1.0

Compare Source

Minor Changes
  • log warnings for packages that use the svelte field to resolve Svelte files differently than standard Vite resolve (#​510)
Patch Changes
  • fix(vitePreprocess): add dependencies to style preprocessor output (#​625)

  • Skip Vite resolve workaround on Vite 4.1+ or Svelte 4+ (#​622)

  • fix(vitePreprocess): use relative paths without lang suffix in sourcemaps to avoid missing source file errors. (#​625)

  • Log stats in debug mode and remove experimental.disableCompileStats option. Use DEBUG="vite:vite-plugin-svelte:stats" when starting the dev server or build to log the compile stats. (#​614)

v2.0.4

Compare Source

Patch Changes
  • fix(vitePreprocess): remove problematic pure annotations that could lead to wrong build output in some cases (#​609)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.62.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#​6938) (24bdacc)
  • eslint-plugin: [prefer-includes] escape special characters (#​7161) (5a347a5), closes #​7145
  • eslint-plugin: replace auto-fix of class literal property style rule with suggestion (#​7054) (a8c824a)
Features
  • eslint-plugin: [prefer-nullish-coalescing] add ignorePrimitives option (#​6487) (6edaa04)

You can read about our versioning strategy and releases on our website.

v5.61.0

Compare Source

Features

You can read about our versioning strategy and releases on our website.

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v5.60.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v5.60.0

Compare Source

Features
  • eslint-plugin: [restrict-plus-operands] add allow* options (#​6161) (def09f8)

5.59.11 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.10 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.9 (2023-06-05)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.8 (2023-05-29)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.7 (2023-05-22)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.6 (2023-05-15)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.5 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.4 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.3 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.2 (2023-05-01)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.1 (2023-04-24)

Bug Fixes
  • eslint-plugin: [prefer-regexp-exec] skip malformed regexes (#​6935) (05ed60e)
  • eslint-plugin: [unified-signatures] no parameters function (#​6940) (2970861)

v5.59.11

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.10

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.9

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.8

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.7

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.6

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.5

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.2

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] allow nullish coalescing for naked type parameter (#​6910) (3e5f858)
Features
  • eslint-plugin: [ban-types] add NonNullable suggestion and allow custom suggestions (#​6876) (ff65235)

v5.58.0

Compare Source

Bug Fixes
  • eslint-plugin: [unified-signatures] allow overloads with different named and different number of parameters (#​6877) (939d665)
Features

5.57.1 (2023-04-03)

Bug Fixes
  • eslint-plugin: [strict-boolean-expressions] support mixed enums in allowNullableEnum option (#​6740) (49be8a8)

v5.57.1

Compare Source

Bug Fixes
  • eslint-plugin: [strict-boolean-expressions] support mixed enums in allowNullableEnum option (#​6740) (49be8a8)

v5.57.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] simplify fixer and add support for double negation (#​6620) (81c8519)
  • eslint-plugin: correct crashes with getTypeArguments for ts < 3.7 (#​6767) (59eab58)
Features
  • eslint-plugin: [consistent-type-assertions] add suggestions for objectLiteralTypeAssertions (#​6642) (720e811)
  • eslint-plugin: [consistent-type-assertions] autofix angle bracket assertions to as (#​6641) (ad8ea64)
  • eslint-plugin: add no-duplicate-type-constituents rule (#​5728) (bc31078)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.62.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v5.61.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v5.60.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v5.60.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.59.11 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/parser

5.59.10 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/parser

5.59.9 (2023-06-05)

Note: Version bump only for package @​typescript-eslint/parser

5.59.8 (2023-05-29)

Note: Version bump only for package @​typescript-eslint/parser

5.59.7 (2023-05-22)

Note: Version bump only for package @​typescript-eslint/parser

5.59.6 (2023-05-15)

Note: Version bump only for package @​typescript-eslint/parser

5.59.5 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/parser

5.59.4 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/parser

5.59.3 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/parser

5.59.2 (2023-05-01)

Note: Version bump only for package @​typescript-eslint/parser

5.59.1 (2023-04-24)

Note: Version bump only for package @​typescript-eslint/parser

v5.59.11

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.10

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.9

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.8

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.7

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.6

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.5

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.2

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.58.0

Compare Source

Bug Fixes
  • update getLib for new TypeScript targets ES2021, ES2022 (#​6782) (1c04664)

5.57.1 (2023-04-03)

Note: Version bump only for package @​typescript-eslint/parser

v5.57.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.57.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

twbs/bootstrap (bootstrap)

v5.3.3

Compare Source

Highlights

  • Fixed a breaking change introduced with color modes where it was required to manually import variables-dark.scss when building Bootstrap with Sass. Now, _variables.scss will automatically import _variables-dark.scss. If you were already importing _variables-dark.scss manually, you should keep doing it as it won't break anything and will be the way to go in v6.
  • Fixed a regression in the selector engine that wasn't able to handle multiple IDs anymore.

Color modes

  • Badges now use the .text-bg-* text utilities to be certain that the text is always readable (especially when the customized colors are different in light and dark modes).
  • Fixed our color-modes.js script to handle the case where the OS is set to light mode and the auto color mode is used on the website. If you copied the script from our docs, you should apply [this change](https:/

Configuration

📅 Schedule: Branch creation - "on the first day of the month" (UTC), 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.

👻 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 kind:dependency Dependency update label Apr 1, 2023
@renovate renovate bot changed the title chore(deps): update npm fix(deps): update npm Apr 2, 2023
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from 1dc09ad to 535e575 Compare April 8, 2023 04:08
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from 69bf348 to 832a61a Compare April 14, 2023 19:06
@renovate renovate bot force-pushed the renovate/npm branch 8 times, most recently from 934de84 to 7934b59 Compare April 23, 2023 07:44
@renovate renovate bot force-pushed the renovate/npm branch 6 times, most recently from 979b9f9 to 1c76cef Compare April 30, 2023 07:25
@renovate renovate bot force-pushed the renovate/npm branch 7 times, most recently from b5d9d2a to 4c9262a Compare May 8, 2023 17:56
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from 852647a to 3b25470 Compare January 24, 2024 19:35
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 58f2934 to 8bf0a30 Compare February 4, 2024 10:01
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from f56ed2d to b5fbcf1 Compare February 13, 2024 18:09
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from b4ecfde to 5188d1b Compare February 25, 2024 11:37
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from e10a90c to 7dd9b78 Compare February 29, 2024 11:33
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from a21c6e1 to ec0b407 Compare March 12, 2024 17:09
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from b194545 to cf50eb6 Compare March 24, 2024 15:36
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from a66025f to bfe62c7 Compare April 21, 2024 08:14
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from a571fce to 2976879 Compare April 25, 2024 11:22
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:dependency Dependency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants