cncf / landscape2

Landscape2 is a tool that generates interactive landscapes websites
https://landscape.cncf.io
Apache License 2.0
117 stars 29 forks source link

Bump the web-application group in /web with 15 updates #541

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the web-application group in /web with 15 updates:

Package From To
@solid-primitives/resize-observer 2.0.24 2.0.25
@solid-primitives/scroll 2.0.22 2.0.23
@solidjs/router 0.12.5 0.13.1
apexcharts 3.46.0 3.48.0
solid-js 1.8.15 1.8.16
yarn 1.22.21 1.22.22
@types/lodash 4.14.202 4.17.0
@typescript-eslint/eslint-plugin 7.1.1 7.4.0
@typescript-eslint/parser 7.1.1 7.4.0
eslint-plugin-solid 0.13.1 0.13.2
sass 1.71.1 1.72.0
typescript 5.3.3 5.4.3
vite 5.1.5 5.2.6
vite-plugin-solid 2.10.1 2.10.2
vite-plugin-static-copy 1.0.1 1.0.2

Updates @solid-primitives/resize-observer from 2.0.24 to 2.0.25

Release notes

Sourced from @​solid-primitives/resize-observer's releases.

@​solid-primitives/resize-observer@​2.0.25

Patch Changes

  • 74db287: Correct the "homepage" field in package.json
  • Updated dependencies [74db287]
    • @​solid-primitives/event-listener@​2.3.3
    • @​solid-primitives/rootless@​1.4.5
    • @​solid-primitives/static-store@​0.0.8
Commits


Updates @solid-primitives/scroll from 2.0.22 to 2.0.23

Release notes

Sourced from @​solid-primitives/scroll's releases.

@​solid-primitives/scroll@​2.0.23

Patch Changes

  • 74db287: Correct the "homepage" field in package.json
  • Updated dependencies [74db287]
    • @​solid-primitives/event-listener@​2.3.3
    • @​solid-primitives/rootless@​1.4.5
    • @​solid-primitives/static-store@​0.0.8
Commits


Updates @solidjs/router from 0.12.5 to 0.13.1

Changelog

Sourced from @​solidjs/router's changelog.

0.13.1

Patch Changes

  • 8b766a9: restore params into root

0.13.0

Minor Changes

  • 7b1597b: Add errors to actions

Patch Changes

  • 83e827d: minimum types for submission flash
  • 6df4a7a: push root/rootLoad outside of route matching
Commits


Updates apexcharts from 3.46.0 to 3.48.0

Release notes

Sourced from apexcharts's releases.

💎 Version 3.48.0

🆕 Enhancements

  • Provide a "step before" version of the current "step after" line chart; Fixes #4313
  • Use ShadowRoot getElementById() when in ShadowDOM; Thanks @​cyraid

🐞 Bug fixes

Thanks @​rosco54 for multiple y-axis scale fixes

💎 Version 3.47.0

🆕 Enhancements

  • Map multiple series to the same y-axis scales (in a multi-axes chart) - fixes #4237

🐞 Bug fixes

  • Area chart gradient drawing glitch; fixes #4271
  • Point annotation fix when y-axis is not present (in case of sparkline or hidden y-axis)
  • When chart is type 'bar', ensure reference to zero is maintained

Thanks @​rosco54 for y-axis scale improvements

Commits


Updates solid-js from 1.8.15 to 1.8.16

Commits


Updates yarn from 1.22.21 to 1.22.22

Release notes

Sourced from yarn's releases.

v1.22.22

[!WARNING] This release is missing a couple of artifacts (the .msi/.rpm/.deb/.asc files); we're working on fixing this.

  • Fixes a punycode warning.

  • Fixes a hoisting issue when transitive dependencies themselves listed aliases as dependencies.

Commits


Updates @types/lodash from 4.14.202 to 4.17.0

Commits


Updates @typescript-eslint/eslint-plugin from 7.1.1 to 7.4.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.4.0

7.4.0 (2024-03-25)

🚀 Features

  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (#8335)
  • eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates (#8708)
  • eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error (#8701)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive (#8678)
  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false (#8685)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
  • typescript-eslint: declare peer dependency on utils to ensure npm correctly installs dependencies (#8738)
  • website: visual Editor is not scrolled (#8709)
  • website: make 404 page good again (#8750)

❤️ Thank You

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

v7.3.1

7.3.1 (2024-03-18)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] revert disable of ignoreVoid in strict config (#8718)

❤️ Thank You

  • Josh Goldberg ✨

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

v7.3.0

7.3.0 (2024-03-18)

Note that this release enables rules to have more restrictive default options as configured in the strict and strict-type-checked configs. See #8364 for more details.

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.4.0 (2024-03-25)

🚀 Features

  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

  • eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates

  • eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive

  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false

  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside

❤️ Thank You

  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

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

7.3.1 (2024-03-18)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] revert disable of ignoreVoid in strict config

❤️ Thank You

  • Josh Goldberg ✨

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

7.3.0 (2024-03-18)

... (truncated)

Commits
  • 5d24691 chore(release): publish 7.4.0
  • 029fc0b feat(eslint-plugin): deprecate no-throw-literal and add a renamed only-throw-...
  • 2a62a40 fix(eslint-plugin): [no-unnecessary-type-assertion] avoid remove const castin...
  • 990ec22 docs: fix example of binding unbound method (#8754)
  • a08554a feat(eslint-plugin): [no-unnecessary-type-arguments] handle tagged templates ...
  • 2018f91 fix(eslint-plugin): [prefer-optional-chain] properly disambiguate between `bo...
  • 56358a6 fix(eslint-plugin): [prefer-optional-chain] address multipart nullish checks ...
  • 532ae8b docs: fix typo in switch-exhaustiveness-check (#8768)
  • e408b93 feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...
  • c787fe4 docs: restrict-template-expressions - remove mention of numbers being allowed...
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.1.1 to 7.4.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.4.0

7.4.0 (2024-03-25)

🚀 Features

  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (#8335)
  • eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates (#8708)
  • eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error (#8701)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive (#8678)
  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false (#8685)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
  • typescript-eslint: declare peer dependency on utils to ensure npm correctly installs dependencies (#8738)
  • website: visual Editor is not scrolled (#8709)
  • website: make 404 page good again (#8750)

❤️ Thank You

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

v7.3.1

7.3.1 (2024-03-18)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] revert disable of ignoreVoid in strict config (#8718)

❤️ Thank You

  • Josh Goldberg ✨

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

v7.3.0

7.3.0 (2024-03-18)

Note that this release enables rules to have more restrictive default options as configured in the strict and strict-type-checked configs. See #8364 for more details.

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.4.0 (2024-03-25)

🚀 Features

  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

❤️ Thank You

  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

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

7.3.1 (2024-03-18)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

7.3.0 (2024-03-18)

🩹 Fixes

  • correct engines.node constraints in package.json

❤️ Thank You

  • Abraham Guo
  • Alexu
  • Arka Pratim Chaudhuri
  • auvred
  • Derrick Isaacson
  • fnx
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Marta Cardoso
  • Michaël De Boey
  • Tristan Rasmussen
  • YeonJuan

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

... (truncated)

Commits
  • 5d24691 chore(release): publish 7.4.0
  • e408b93 feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...
  • 5995614 chore(release): publish 7.3.1
  • 4cf8ec7 chore(release): publish 7.3.0
  • 883f220 fix: correct engines.node constraints in package.json (#8671)
  • 95cf139 chore(release): publish 7.2.0
  • See full diff in compare view


Updates eslint-plugin-solid from 0.13.1 to 0.13.2

Release notes

Sourced from eslint-plugin-solid's releases.

v0.13.2

What's Changed

New Contributors

Full Changelog: https://github.com/solidjs-community/eslint-plugin-solid/compare/v0.13.1...v0.13.2

Commits
  • 06c6095 Patch version bump.
  • 39ca88e Merge pull request #129 from nix6839/type-generation
  • 1711e57 Bump tsconfig to Node 20, typescript.
  • 6019985 Enable type generation
  • c90c02b Replace module.exports to export =
  • 8ccc56e Add imports for type generation
  • 02d7879 Merge pull request #125 from solidjs-community/fix/custom-hook-tracking
  • ce5606e Exclude member expressions from permissive tracking.
  • a1a7dd7 Tighten up checking for tracked scopes in custom hook arguments.
  • See full diff in compare view


Updates sass from 1.71.1 to 1.72.0

Release notes

Sourced from sass's releases.

Dart Sass 1.72.0

To install Sass 1.72.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Support adjacent /s without whitespace in between when parsing plain CSS expressions.

  • Allow the Node.js pkg: importer to load Sass stylesheets for package.json exports field entries without extensions.

  • When printing suggestions for variables, use underscores in variable names when the original usage used underscores.

JavaScript API

  • Properly resolve pkg: imports with the Node.js package importer when arguments are passed to the JavaScript process.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.72.0

  • Support adjacent /s without whitespace in between when parsing plain CSS expressions.

  • Allow the Node.js pkg: importer to load Sass stylesheets for package.json exports field entries without extensions.

  • When printing suggestions for variables, use underscores in variable names when the original usage used underscores.

JavaScript API

  • Properly resolve pkg: imports with the Node.js package importer when arguments are passed to the JavaScript process.
Commits


Updates typescript from 5.3.3 to 5.4.3

Release notes

Sourced from typescript's releases.

TypeScript 5.4.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

... (truncated)

Commits
  • 6ea273c Update LKG
  • cd06f92 🤖 Pick PR #57853 (Revert PR 56161) into release-5.4 (#57854)
  • ca8e720 Update LKG
  • 010b188 release-5.4: Revert PR 56087 (#57850)
  • fc7006c Update LKG
  • b45a418 🤖 Pick PR #57801 (Distribute mapped types over array/...) into release-5.4 (#...
  • 609560f Bump version to 5.4.3 and LKG
  • f42605f 🤖 Pick PR #57746 (Revert "Defer processing of nested ...) into release-5.4 (#...
  • 485c7c5 Revert "Allow (non-assert) type predicates to narrow by discriminant"… (#57795)
  • 7f11456 🤖 Pick PR #57751 (Exclude generic string-like types f...) into release-5.4 (#...
  • Additional commits viewable in compare view


Updates vite from 5.1.5 to 5.2.6

Release notes

Sourced from vite's releases.

create-vite@5.2.3

Please refer to CHANGELOG.md for details.

create-vite@5.2.2

Please refer to CHANGELOG.md for details.

create-vite@5.2.1

Please refer to CHANGELOG.md for details.

create-vite@5.2.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.2.6 (2024-03-24)

5.2.5 (2024-03-24)

5.2.4 (2024-03-23)

5.2.3 (2024-03-22)

5.2.2 (2024-03-20)

5.2.1 (2024-03-20)

5.2.0 (2024-03-20)

... (truncated)

Commits


Updates vite-plugin-solid from 2.10.1 to 2.10.2

Changelog

Sourced from vite-plugin-solid's changelog.

2.10.2

Patch Changes

  • e52d554: import solid as external to fix testing with npm
  • 7500d78: update option types
Commits


Updates vite-plugin-static-copy from 1.0.1 to 1.0.2

Release notes

Sourced from vite-plugin-static-copy's releases.

vite-plugin-static-copy@1.0.2

Patch Changes

Changelog

Sourced from vite-plugin-static-copy's changelog.

1.0.2

Patch Changes

Commits
  • 27a9417 chore: update versions (#103)
  • db73fb5 chore: update packages
  • 135e68b chore: delete dependabot.yml
  • 32c82a9 chore(deps-dev): bump the typescripteslintmajor group with 2 updates (#91)
  • 6304457 chore(deps): bump actions/upload-artifact and actions/download-artifact from ...
  • a583ca3 chore(deps): bump actions/checkout from 3 to 4 (#90)
  • f31b9c7 chore: add dependabot.yml
  • 321e5d7 docs: update CHANGELOG to include the change about rename function
  • See full diff in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 3 months ago

Superseded by #546.