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

deps(node): bump the dependencies group across 1 directory with 5 updates #76

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps the dependencies group with 5 updates in the / directory:

Package From To
@solidjs/router 0.12.5 0.14.7
highlight.js 11.9.0 11.10.0
solid-js 1.8.15 1.9.1
vite 5.1.5 5.4.8
vite-plugin-solid 2.10.1 2.10.2

Updates @solidjs/router from 0.12.5 to 0.14.7

Changelog

Sourced from @​solidjs/router's changelog.

0.14.7

Patch Changes

  • 3594e45: fix iterator methods on useSubmissions

0.14.6

Patch Changes

  • 0a964b6: Fix duplicated push history
  • c61231d: Fix scrollToHash to handle hashes starting with a number
  • 83b7093: remove extra code, fix #406 slow perf on localeCompare

0.14.5

Patch Changes

  • 5c87acc: fix partial matches in single flight mutations

0.14.4

Patch Changes

  • 098dccb: fix #474 improper search parameter resolution while routing
  • f8f30df: fix initial state including _depth

0.14.3

Patch Changes

  • 19a21cc: fix async store references
  • f8aaf16: make url transform consistent
  • 86c3b1f: better handling of query only navigation

0.14.2

Patch Changes

  • bc3d8e3: expose .latest from createAsync
  • fc6ac53: fix #464 flaky hydration bail out
  • 3295502: fix hydration cancellation on browser events

0.14.1

Patch Changes

  • 6144da8: fix Response type narrowing in submission APIs

0.14.0

... (truncated)

Commits

Updates highlight.js from 11.9.0 to 11.10.0

Changelog

Sourced from highlight.js's changelog.

Version 11.10.0

CAVEATS / POTENTIALLY BREAKING CHANGES

  • Drops support for Node 16.x, which is no longer supported by Node.js.

Core Grammars:

  • enh(typescript) add support for satisfies operator [Kisaragi Hiu][]
  • enc(c) added more C23 keywords [Melkor-1][]
  • enh(json) added jsonc as an alias [BackupMiles][]
  • enh(gml) updated to latest language version (GML v2024.2) [gnysek][]
  • enh(c) added more C23 keywords and preprcoessor directives [Eisenwave][]
  • enh(js/ts) support namespaced tagged template strings [Aral Balkan][]
  • enh(perl) fix false-positive variable match at end of string [Josh Goebel][]
  • fix(cpp) not all kinds of number literals are highlighted correctly [Lê Duy Quang][]
  • fix(css) fix overly greedy pseudo class matching [Bradley Mackey][]
  • enh(arcade) updated to ArcGIS Arcade version 1.24 [Kristian Ekenes][]
  • fix(typescript): params types [Mohamed Ali][]
  • fix(rust) fix escaped double quotes in string [Mohamed Ali][]
  • fix(rust) fix for r# raw identifier not being highlighted correctly. [JaeBaek Lee][]
  • enh(rust) Adding union to be recognized as a keyword in Rust. [JaeBaek Lee][]
  • fix(yaml) fix for yaml with keys having brackets highlighted incorrectly [Aneesh Kulkarni][]
  • fix(csharp) add raw string highlighting for C# 11. [Tara][]
  • fix(bash) fix # within token being detected as the start of a comment [Felix Uhl][]
  • fix(python) fix or conflicts with string highlighting [Mohamed Ali][]
  • enh(python) adds a scope to the self variable [Lee Falin][]
  • enh(delphi) allow digits to be omitted for hex and binary literals [Jonah Jeleniewski][]
  • enh(delphi) add support for digit separators [Jonah Jeleniewski][]
  • enh(delphi) add support for character strings with non-decimal numerics [Jonah Jeleniewski][]
  • fix(javascript) incorrect function name highlighting [CY Fung][]
  • fix(1c) fix escaped symbols "+-;():=,[]" literals [Vitaly Barilko][]
  • fix(swift) correctly highlight generics and conformances in type definitions [Bradley Mackey][]
  • enh(swift) add package keyword [Bradley Mackey][]
  • fix(swift) ensure keyword attributes highlight correctly [Bradley Mackey][]
  • fix(types) fix interface LanguageDetail > keywords [Patrick Chiu]
  • enh(java) add goto to be recognized as a keyword in Java [Alvin Joy][]
  • enh(bash) add keyword sudo [Alvin Joy][]
  • fix(haxe) captures new keyword without capturing it within variables/class names [Cameron Taylor][]
  • fix(go) fix go number literals to accept _ separators, add hex p exponents [Lisa Ugray][]
  • enh(markdown) add entity support [David Schach][] [TaraLei][]
  • enh(css) add justify-items and justify-self attributes [Vasily Polovnyov][]
  • enh(css) add accent-color, appearance, color-scheme, rotate, scale and translate attributes [Carl Räfting][]
  • fix(fortran) fixes parsing of keywords delimited by dots [Julien Bloino][]
  • enh(css) add select, option, optgroup, picture and source to list of known tags [Vasily Polovnyov][]
  • enh(css) add inset, inset-*, border-start-*-radius and border-end-*-radius attributes [Vasily Polovnyov][]
  • enh(css) add text-decoration-skip-ink, text-decoration-thickness and text-underline-offset attributes [Vasily Polovnyov][]
  • enh(java) add when to be recognized as a keyword in Java [Chiel van de Steeg][]

New Grammars:

... (truncated)

Commits
  • 366a8bd (maintainer) bump version 11.9.0 => 11.10.0
  • b1fd7cd (maint) build against node 22
  • 221b049 (maint) bump npm dependencies
  • e2e11f7 Add JSONata as supported language (#4069)
  • f41067d improve monokai theme for attr & number (#4067)
  • b9ae5fe add text-decoration-skip-ink, text-decoration-thickness and `text-underli...
  • 888ac75 Add Mirth to SUPPORTED_LANGUAGES.md (#4061)
  • 32f6d13 (chore) Remove unused submodule (#4047)
  • 4bbf361 enh(typescript) add satisfies keyword (#4058)
  • 5237004 enh(c): Added typeof and typeof_qual to the list of keywords (#4055)
  • Additional commits viewable in compare view

Updates solid-js from 1.8.15 to 1.9.1

Release notes

Sourced from solid-js's releases.

v1.9.0 - LGTM!

This release like the last is focusing on small quality of life improvements and adjustments that will help us move towards 2.0. So while not the most exciting release to everyone it provides some really important features and fixes to some developers.

And unlike many previous releases the vast majority of the work and features came from PRs from the community. So really all I can say is Looks Good to Me!

Better JSX Validation

While still incomplete across templates we've added JSDOM to the compiler to better detect invalid HTML at build time by comparing what we expect the template to be with what a browser would output. This now includes things that are nested we didn't detect before like putting <a> inside other <a> tags which will lead to the browser "correcting" it in less than intuitive ways.

Improved Exports

While each environment in solid-js/web has its own methods to be used in the compiler. We are now exporting the client methods from the server to prevent weird import errors. Now these methods will throw if used in this environment but shouldn't break your build.

Additionally we have seen some issues in bundlers that incorrectly feed our ESM exports back through the browser field. While this is a known issue they all pointed issues at each other and with no intention of fixing it. We have removed the browser field in this release, meaning some legacy packages may have issues resolving browser if they don't support export conditions.

This is regretful but this blocked deployments on several platforms and since this was the only fix at our disposal after two years of attempting to push this issue to the bundlers to no avail, we've moved forward with it.

Custom Element improvements

We have a few improvements to our custom element support in this release. First off we now detect elements with the is attribute as custom elements which means all the special behavior is afforded to them.

We've also improved our event handler delegating retargetting to better handle shadow DOM events. There were cases where we skipped over part of the tree.

Finally we've added the bool: attribute namespace to handle explicitly setting certain attributes according to boolean attribute rules. While this isn't necessary for built-in booleans currently we handle most attributes as properties and we lacked a specific override. But now we have it:

<my-element bool:enable={isEnabled()}></my-element>

Support for handleEvent Syntax in Non-Delegated Events

A little known thing is that events actually also support objects instead of functions (See: https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener)

We(thanks @​titoBouzout) realized we can use this mechanism as a way to set advanced rules like passive or capture on this object as way to handle all current and future event attributes that browsers might add. This way we don't need specific mechanisms like oncapture: (which is now deprecated).

Instead using on: you can set the event properties you wish.

<>
  <div on:click={{
    handleEvent(e) {
      console.log("clicked", e)
    },
    once:true
  }/>
  <div on:wheel={{
    handleEvent(e) {
      e.preventDefault() // only works on not passive events
      e.stopPropagation()  
</tr></table> 

... (truncated)

Commits

Updates vite from 5.1.5 to 5.4.8

Release notes

Sourced from vite's releases.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.8 (2024-09-25)

5.4.7 (2024-09-20)

5.4.6 (2024-09-16)

5.4.5 (2024-09-13)

5.4.4 (2024-09-11)

5.4.3 (2024-09-03)

... (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

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ates

Bumps the dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@solidjs/router](https://github.com/solidjs/solid-router) | `0.12.5` | `0.14.7` |
| [highlight.js](https://github.com/highlightjs/highlight.js) | `11.9.0` | `11.10.0` |
| [solid-js](https://github.com/solidjs/solid) | `1.8.15` | `1.9.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.1.5` | `5.4.8` |
| [vite-plugin-solid](https://github.com/solidjs/vite-plugin-solid) | `2.10.1` | `2.10.2` |



Updates `@solidjs/router` from 0.12.5 to 0.14.7
- [Changelog](https://github.com/solidjs/solid-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid-router/commits)

Updates `highlight.js` from 11.9.0 to 11.10.0
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@11.9.0...11.10.0)

Updates `solid-js` from 1.8.15 to 1.9.1
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid/commits)

Updates `vite` from 5.1.5 to 5.4.8
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite)

Updates `vite-plugin-solid` from 2.10.1 to 2.10.2
- [Release notes](https://github.com/solidjs/vite-plugin-solid/releases)
- [Changelog](https://github.com/solidjs/vite-plugin-solid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/vite-plugin-solid/commits)

---
updated-dependencies:
- dependency-name: "@solidjs/router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: highlight.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: solid-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vite-plugin-solid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 1, 2024
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.

0 participants