HTML <base> Plugin makes it easy to deploy your site to any folder path without changing any content (works great with the path prefix feature) (bundled with Eleventy)
Wait for GitHub Actions to complete to know that the build did not fail.
Release
(Canary) npm publish --access=public --tag=canary
NOTE: that in 3.0 we need to switch this to alpha to avoid 11ty/eleventy#2758
(Beta) npm publish --access=public --tag=beta
NOTE: When releasing a beta, make sure to also release a canary to mitigate 11ty/eleventy#2758.
(Main) npm publish --access=public
(Optional) Build and commit a new the eleventy-edge-cdn project to generate a new Eleventy Edge lib.
Unfortunate note about npm canary tag: if you push a 1.0.0-canary.x to canary after a 2.0.0-canary.x, it will use the last pushed tag when you npm install from canary (not the highest version number)
Docs/Website (Main releases only)
Maybe search for 2.0.0-canary. or 2.0.0-beta. in the docs copy to update to the stable release, if applicable.
Check in a new 11ty-website site with updated package.json version.
Add version to 11ty-websiteversions.json
Commit it
Create a new branch for branched version
(Main) Check out the previous version git branch and add outdated: true to _data/config.json and commit/push.
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 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/cs224/weisser-zwerg-dev-indie-web-sources/network/alerts).
Bumps liquidjs to 10.6.1 and updates ancestor dependency @11ty/eleventy. These dependencies need to be updated together.
Updates
liquidjs
from 9.42.0 to 10.6.1Release notes
Sourced from liquidjs's releases.
... (truncated)
Changelog
Sourced from liquidjs's changelog.
... (truncated)
Commits
14e059c
chore(release): 10.6.1 [skip ci]771b9b9
style: fix code style9c0dc5f
fix: [expression] apply value equal for arrays, #58942d2590
fix: strip_html for multi line <script>/<style>/comments, #70d4e519c
chore: update build badge, coverage to 100%, mv DEFAULT_FMT to defaultOptions5f4a004
chore(release): 10.6.0 [skip ci]3fb6646
feat: LiquidOptions.dateFormat to override default date format (#587)d9cac4e
chore(release): 10.5.0 [skip ci]8ef9209
docs: add slavivanov and DaRosenberg into contributor listd489916
fix: "ownPropertyOnly" not respected when passed via "renderOptions"Updates
@11ty/eleventy
from 1.0.2 to 2.0.0Release notes
Sourced from
@11ty/eleventy
's releases.... (truncated)
Changelog
Sourced from
@11ty/eleventy
's changelog.... (truncated)
Commits
05c6263
v2.0.05c2a5bf
Update dev-dependencies7ed1fef
Merge pull request #2781 from danburzo/mdlib-set97243b6
v2.0.0-beta.355e0a62
v2.0.0-canary.3523b80d9
Merge pull request #2783 from mrmartineau/fix/serverless-var9f13b8e
Fixes serverlessFilePath is not defined (2.0.0-beta.2) #2782b466258
Make markdown library .set() method optionalbde84b4
v2.0.0-beta.26f877de
v2.0.0-canary.34Dependabot 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/cs224/weisser-zwerg-dev-indie-web-sources/network/alerts).