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 dependency @lezer/highlight to v1.2.0 #43

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@lezer/highlight 1.0.0 -> 1.2.0 age adoption passing confidence

Release Notes

lezer-parser/highlight (@​lezer/highlight)

v1.2.0

Compare Source

New features

The new highlightCode function provides a higher-level interface for emitting highlighted code.

v1.1.6

Compare Source

Bug fixes

Fix a bug in that could cause it to add random highlighting to the text between parts of an overlaid tree.

v1.1.5

Compare Source

Bug fixes

Inheritable (/...) styles no longer apply across mounted subtrees.

v1.1.4

Compare Source

Bug fixes

Make sure TypeScript declaration file has the same name as the ES module to avoid some TypeScript resolution issues.

v1.1.3

Compare Source

Bug fixes

Fix a bug where the highlighting over overlaid ranges falling within a highlighted node in the parent tree was sometimes broken.

v1.1.2

Compare Source

Bug fixes

Fix an issue where unmodified tags were treated as having higher specificity than modified ones when computing precedence for tags with multiple modifiers.

v1.1.1

Compare Source

Bug fixes

Make sure all highlighting is applied even to nodes with no associated highlight tags.

v1.1.0

Compare Source

New features

The new getStyleTags function can be used to query the style tags that match a given syntax nodes.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@cr-gpt
Copy link

cr-gpt bot commented Apr 5, 2023

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables for this repo. you could follow readme for more information

@pr-codex
Copy link

pr-codex bot commented Apr 5, 2023

Tldr

Updated version of "@lezer/highlight" from 1.0.0 to 1.1.4 in package-lock.json files of editors/eo and editors/phi.

Detailed summary

  • In the "package-lock.json" file of "editors/eo":
    • Updated the version of "@lezer/highlight" from 1.0.0 to 1.1.4.
  • In the "package-lock.json" file of "editors/phi":
    • Updated the version of "@lezer/highlight" from 1.0.0 to 1.1.4.

@yegor256
Copy link
Member

yegor256 commented Apr 5, 2023

@rultor please, try to merge

@rultor
Copy link
Collaborator

rultor commented Apr 5, 2023

@rultor please, try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Apr 5, 2023

@rultor please, try to merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 14s)

+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 617822
+ echo '1.74.7 b768e876f'
1.74.7 b768e876f
+ date
Thu 06 Apr 2023 12:31:01 AM CEST
+ uptime
 00:31:01 up 133 days,  5:09,  0 users,  load average: 2.29, 0.56, 0.18
+ cat
com.rultor.spi.Profile: There is no 'merge' section in .rultor.yml for branch main in repo objectionary/try-phi
	at com.rultor.agents.req.StartsRequest.docker(StartsRequest.java:350)
	at com.rultor.agents.req.StartsRequest.vars(StartsRequest.java:255)
	at com.rultor.agents.req.StartsRequest.script(StartsRequest.java:148)
	at com.rultor.agents.req.StartsRequest.process(StartsRequest.java:109)
	at com.rultor.agents.AbstractAgent.execute(AbstractAgent.java:70)
	at com.rultor.spi.Agent.execute(Agent.java:84)
	at com.rultor.Routine.process(Routine.java:202)
	at com.rultor.Routine.unsafe_aroundBody0(Routine.java:180)
	at com.rultor.Routine.run(Routine.java:1)
	at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:179)
	at com.jcabi.aspects.aj.MethodInterrupter.wrap(MethodInterrupter.java:108)
	at com.rultor.Routine.unsafe(Routine.java:175)
	at com.rultor.Routine.run(Routine.java:142)
	at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:190)
	at com.jcabi.aspects.aj.MethodScheduler.lambda./run.sh(MethodScheduler.java:194)
	at java.base/java.util.concurrent.Executors.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.run(ScheduledThreadPoolExecutor.java:305)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor.run(ThreadPoolExecutor.java:635)
	at com.jcabi.log.VerboseThreads.run(VerboseThreads.java:222)
	at java.base/java.lang.Thread.run(Thread.java:833)

+ exit -1
'cid' file is absent, most probably the Docker container wasn't started correctly

@renovate renovate bot force-pushed the renovate/lezer-highlight-1.x-lockfile branch from 32b332c to b406ac4 Compare May 24, 2023 10:14
@renovate renovate bot changed the title chore(deps): update dependency @lezer/highlight to v1.1.4 chore(deps): update dependency @lezer/highlight to v1.1.5 May 24, 2023
@renovate renovate bot changed the title chore(deps): update dependency @lezer/highlight to v1.1.5 chore(deps): update dependency @lezer/highlight to v1.1.6 May 26, 2023
@renovate renovate bot force-pushed the renovate/lezer-highlight-1.x-lockfile branch from b406ac4 to d3395cd Compare May 26, 2023 08:30
@renovate renovate bot changed the title chore(deps): update dependency @lezer/highlight to v1.1.6 chore(deps): update dependency @lezer/highlight to v1.2.0 Nov 13, 2023
@renovate renovate bot force-pushed the renovate/lezer-highlight-1.x-lockfile branch from d3395cd to 24c0b45 Compare November 13, 2023 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants