plugins
plugins copied to clipboard
[BOT] build(cargo): upgrade dependencies for swc_core,swc_common,testing
Hello! This is a friendly bot trying to update some of the dependencies in this repository.
This PR is result of running bots for you. If there are new updates, this PR will try to replace existing commit with new ones. Unfortunately it cannot resolve conflicts, or resolve breaking changes automatically. If it happens, please try to resolve it manually.
You can add new commits on top of this PR to do so. Then bot will not try to update PR and let you resolve it.
It Looks like there were some errors while trying to upgrade dependencies. Please check below error message:
Checking swc_tailwind v0.1.9 (/home/runner/work/plugins/plugins/crates/tailwind)
Checking swc_timer v0.17.25
Compiling swc_core v0.48.29
Checking browserslist-rs v0.12.2
Checking swc_ecma_parser v0.123.11
Checking swc_ecma_codegen v0.128.13
Checking swc_css_parser v0.140.8
error: no rules expected the token `"current"`
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_css_parser-0.140.8/src/parser/selectors/mod.rs:941:34
|
941 | js_word!("current") | js_word!("past") | js_word!("future") => {
| ^^^^^^^^^ no rules expected this token in macro call
error: no rules expected the token `"past"`
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_css_parser-0.140.8/src/parser/selectors/mod.rs:941:56
|
941 | js_word!("current") | js_word!("past") | js_word!("future") => {
| ^^^^^^ no rules expected this token in macro call
error: no rules expected the token `"future"`
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_css_parser-0.140.8/src/parser/selectors/mod.rs:941:75
|
941 | js_word!("current") | js_word!("past") | js_word!("future") => {
| ^^^^^^^^ no rules expected this token in macro call
error: no rules expected the token `"has"`
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_css_parser-0.140.8/src/parser/selectors/mod.rs:968:34
|
968 | js_word!("has") => {
| ^^^^^ no rules expected this token in macro call
error: no rules expected the token `"nth-col"`
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_css_parser-0.140.8/src/parser/selectors/mod.rs:981:36
|
981 | | js_word!("nth-col")
| ^^^^^^^^^ no rules expected this token in macro call
error: no rules expected the token `"nth-last-col"`
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_css_parser-0.140.8/src/parser/selectors/mod.rs:982:36
|
982 | | js_word!("nth-last-col") => {
| ^^^^^^^^^^^^^^ no rules expected this token in macro call
error: no rules expected the token `"host"`
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_css_parser-0.140.8/src/parser/selectors/mod.rs:1008:34
|
1008 | js_word!("host") | js_word!("host-context") => {
| ^^^^^^ no rules expected this token in macro call
error: no rules expected the token `"host-context"`
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_css_parser-0.140.8/src/parser/selectors/mod.rs:1008:53
|
1008 | js_word!("host") | js_word!("host-context") => {
| ^^^^^^^^^^^^^^ no rules expected this token in macro call
error: no rules expected the token `"cue"`
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_css_parser-0.140.8/src/parser/selectors/mod.rs:1101:34
|
1101 | js_word!("cue") | js_word!("cue-region") => {
| ^^^^^ no rules expected this token in macro call
error: no rules expected the token `"cue-region"`
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_css_parser-0.140.8/src/parser/selectors/mod.rs:1101:52
|
1101 | js_word!("cue") | js_word!("cue-region") => {
| ^^^^^^^^^^^^ no rules expected this token in macro call
error: no rules expected the token `"slotted"`
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_css_parser-0.140.8/src/parser/selectors/mod.rs:1121:34
|
1121 | js_word!("slotted") => {
| ^^^^^^^^^ no rules expected this token in macro call
error: no rules expected the token `"highlight"`
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_css_parser-0.140.8/src/parser/selectors/mod.rs:1132:34
|
1132 | js_word!("highlight") => {
| ^^^^^^^^^^^ no rules expected this token in macro call
error: could not compile `swc_css_parser` due to 12 previous errors
warning: build failed, waiting for other jobs to finish...