-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
build(deps-dev): bump @11ty/eleventy from 2.0.1 to 3.0.0 #788
build(deps-dev): bump @11ty/eleventy from 2.0.1 to 3.0.0 #788
Conversation
ce34241
to
7bb299b
Compare
@dependabot rebase |
Bumps [@11ty/eleventy](https://github.com/11ty/eleventy) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/11ty/eleventy/releases) - [Changelog](https://github.com/11ty/eleventy/blob/main/docs/release-instructions.md) - [Commits](11ty/eleventy@v2.0.1...v3.0.0) --- updated-dependencies: - dependency-name: "@11ty/eleventy" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
7bb299b
to
ac7da1f
Compare
] | ||
}); | ||
|
||
eleventyConfig.addPlugin(IdAttributePlugin); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't support nested selectors like .container td:first-child
. In my opinion that's a reasonable tradeoff to significantly reduce the number of dependencies used here (one fewer copy of JSDOM!).
@@ -213,4 +213,4 @@ new TomSelect('#input-group-first',{create:true}); | |||
{% endset %} | |||
</script> | |||
|
|||
{{ demo_col('input-group', left_col, html, script) }} | |||
{{ demo_col('input-group-first', left_col, html, script) }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new IdAttributePlugin
discovered that this produced a duplicate ID. I updated the name to match that in the script above.
Bumps @11ty/eleventy from 2.0.1 to 3.0.0.
Release notes
Sourced from
@11ty/eleventy
's releases.... (truncated)
Commits
8675d68
v3.0.05960a86
Update deps1b9b80e
Fixes #3468 by addingresetConfig
option to addWatchTargetdd28e89
Add _headers to extensionless allowlist #3399 https://github.com/11ty/elevent...0142b7c
Use v3 subdomain for links from v3 codebaseeade9a7
Cleanup for #33996fe3645
Add allow-list for #3399, update URL3840870
v3.0.0-beta.2399a0f3
Bump eslint from 9.10.0 to 9.11.1 (#3466)dae40c4
Bump sass from 1.79.3 to 1.79.4 (#3465)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 this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)