Tailwind CSS Plugin: Skip Link
Overview
# Using npm
npm install --save-dev tailwindcss-skip-link
# Using yarn
yarn add --dev tailwindcss-skip-link
Usage
You can add the plugin to your Tailwind config as follows:
plugins: [
// ...
require('tailwindcss-skip-link')(),
],
Within your HTML, add the skip link straight after the body
tag along with any other additional classes:
<a href="#main-content" class="skip-link">Skip to main content</a>
Then add the matching ID to skip to on your main content element.
<div id="main-content">
<h1>Lorem ipsum</h1>
</div>
Example
To see an example of this plugin in use, see the oliverdavies.uk repository or the rebuilding-bartik repository.
Author
Oliver Davies - Full Stack Developer
Bump postcss from 7.0.35 to 8.1.8
Bumps postcss from 7.0.35 to 8.1.8.
Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
6d2d1fb
Release 8.1.8 version875283a
Update dependenciesfb70ca9
Clean up tests0d89106
Merge pull request #1463 from ludofischer/fix-lazyresult-type362ac8d
fix(typescript): ensure LazyResult complies with Promise interface.f8fe285
Update dependencies6577de1
Fix dead links901014c
Use HTTPS links6599e97
Update dependencies7e68b54
Release 8.1.7 versionDependabot 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@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Bump postcss from 7.0.35 to 8.1.7
Bumps postcss from 7.0.35 to 8.1.7.
Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
7e68b54
Release 8.1.7 version63a810d
Remove Node.ks ESM 15 hack56befa5
Update dependencies92155c7
Try to avoid Node.js 15 warning9958714
Merge pull request #1459 from remcohaszing/fix-typescript-usage97a41a8
Revert "RemoveesModuleInterop
option from tsconfig.json"e738254
RemoveesModuleInterop
option from tsconfig.json8741fdd
Fix usage of default exports with TypeScript6fb712a
Fix Windowsbf9178b
Try to fix Windows testDependabot 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@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Bump eslint from 6.8.0 to 7.13.0
Bumps eslint from 6.8.0 to 7.13.0.
Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
4255f36
7.13.0de65822
Build: changelog update for 7.13.0254e00f
New: Configurable List Size For Per-Rule Performance Metrics (#13812)6c3c710
Docs: fix broken url in docs (#13815)4a09149
Sponsors: Sync README with websitefb6fcbf
Docs: Fix reference to Code of Conduct (#13797)1b89ebe
Sponsors: Sync README with websitea1a9d14
7.12.1ea2d249
Build: changelog update for 7.12.108f33e8
Upgrade: @eslint/eslintrc to fix rule schema validation (fixes #13793) (#13794)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@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Bump postcss from 7.0.35 to 8.1.6
Bumps postcss from 7.0.35 to 8.1.6.
Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
fe74f5a
Release 8.1.6 versionb88c659
Revert ESM fix6f91e23
Release 8.1.5 versiona0f70e1
Update postcss-parser-tests458e636
Fix deprecated folder mapping "./" in the "exports" field module resolution (...b9157fa
Update dependencies93359b7
Fix deprecated folder mapping "./" in the "exports" field module resolution7ca198f
Clarify offset/column start valuecab672c
Typof8b678c
Release 8.1.4 versionDependabot 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@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Bump jest from 25.5.4 to 26.6.2
Bumps jest from 25.5.4 to 26.6.2.
Release notes
Sourced from jest's releases.
Changelog
Sourced from jest's changelog.
Commits
4c46930
v26.6.2a0ce2d8
chore: update changelog for release54d162f
chore: refresh lockfiles (#10768)36a9434
chore: run yarn withimmutable
flag (#10767)1dbdd67
Revert "fix(expect):objectContaining
should recurse into sub-objects (#105...038d8be
chore: documenthaste
config option (#10765)97337d4
chore: update cjs-module-lexer (#10764)cfc90d2
fix(hoist-plugin): hoist pure constants to support experimental JSX transform...cf6dffa
chore: update package.json to use asterisk version match in workspace protoco...0008d78
chore: disable issues not following one of the templatesDependabot 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@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Bump eslint from 6.8.0 to 7.12.1
Bumps eslint from 6.8.0 to 7.12.1.
Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
a1a9d14
7.12.1ea2d249
Build: changelog update for 7.12.108f33e8
Upgrade: @eslint/eslintrc to fix rule schema validation (fixes #13793) (#13794)aeef485
Fix: Pass internal config paths in FileEnumerator default (fixes #13789) (#13...631ae8b
Sponsors: Sync README with website3e7cd16
7.12.09ddf9d7
Build: changelog update for 7.12.0cbf3585
Update: skip keyword check for fns in space-before-blocks (fixes #13553) (#13...256f656
Fix: autofix shouldn't produce template literals with\8
or\9
(#13737)b165aa5
Fix: yoda rule autofix produces syntax errors with adjacent tokens (#13760)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@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Bump eslint from 6.8.0 to 7.12.0
Bumps eslint from 6.8.0 to 7.12.0.
Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
3e7cd16
7.12.09ddf9d7
Build: changelog update for 7.12.0cbf3585
Update: skip keyword check for fns in space-before-blocks (fixes #13553) (#13...256f656
Fix: autofix shouldn't produce template literals with\8
or\9
(#13737)b165aa5
Fix: yoda rule autofix produces syntax errors with adjacent tokens (#13760)3175316
Fix: prefer-destructuring invalid autofix with comma operator (#13761)1a9f171
Chore: Remove more ESLintRC-related files (refs #13481) (#13762)bfddced
Update: remove suggestion if it didn't provide a fix (fixes #13723) (#13772)5183b14
Update: check template literal in no-script-url (#13775)bfe97d2
Sponsors: Sync README with websiteDependabot 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@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Bump postcss from 7.0.35 to 8.1.4
Bumps postcss from 7.0.35 to 8.1.4.
Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
f8b678c
Release 8.1.4 version9e1edbe
Update dependencies3dd8f20
Add missing "comment" export in types + restructure (#1448)fa387a5
Release 8.1.3 version0a3e19d
Typoead6887
Add package.types and update dependenciesfbb4070
Fix workflow step namea3e914a
Clean up docsd1931f0
Add support for Deno (#1446)72d5608
Add Node.js 15 to CIDependabot 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@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Bump postcss from 7.0.35 to 8.1.3
Bumps postcss from 7.0.35 to 8.1.3.
Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
fa387a5
Release 8.1.3 version0a3e19d
Typoead6887
Add package.types and update dependenciesfbb4070
Fix workflow step namea3e914a
Clean up docsd1931f0
Add support for Deno (#1446)72d5608
Add Node.js 15 to CI0b62208
Add Node.js 14 to CI746a53e
Release 8.1.2 versionb203c00
Update dependenciesDependabot 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@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Bump jest from 25.5.4 to 26.6.1
Bumps jest from 25.5.4 to 26.6.1.
Release notes
Sourced from jest's releases.
Changelog
Sourced from jest's changelog.
Commits
f6366db
v26.6.18a62d0c
chore: update changelog for release4b0849d
chore: bump deps (#10683)374fe52
feat: support named exports from CJS as named ESM imports (#10673)1db1b6e
Fix --onlyfailures flag to work in non-watch mode (#10678)0eab327
Fix for thejest.config.ts
compiler to not interfere withtsconfig.json
f...69ae5b5
build: run tests on node v15 (#10672)3e48741
docs: Fix typo in Custom Matchers API (#10670)f4d6a18
chore: update code to pass tests on Node 15 (#10660)9488714
chore: run tests in parallel on GitHub Actions (#10653)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@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Bump jest from 25.5.4 to 26.6.0
Bumps jest from 25.5.4 to 26.6.0.
Release notes
Sourced from jest's releases.
Changelog
Sourced from jest's changelog.
Commits
b254fd8
v26.6.030a22fc
chore: update changelog for release7d7e97f
fix: simplify transform RegExp (#10207)ecb31a7
refactor(fake-timers): don't setup fakeTimerAPIs unless needed (#10551)621ecf7
chore(docs): Added MIT Licence Badge and aligned all badges (#10411)8ea403d
chore(website): minor CSS improvements to logos (#10410)e84a70c
refactor: add missing options for timers on config.ts file (#10632)50b534e
chore: fix snapshot19886b5
chore: refactorcallAsyncCircusFn
parameters (#10629)d077f2e
Add environment variables docs page (#10630)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@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Bump eslint from 6.8.0 to 7.14.0
Bumps eslint from 6.8.0 to 7.14.0.
Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
0cb81a9
7.14.0fb3a594
Build: changelog update for 7.14.05f09073
Update: fix 'skip' options in no-irregular-whitespace (fixes #13852) (#13853)1861b40
Docs: correct the function-call-argument-newline 'default' descriptions (#13866)98c00c4
New: Add no-nonoctal-decimal-escape rule (fixes #13765) (#13845)95d2fe6
Chore: remove eslint comment from no-octal-escape tests (#13846)2004b7e
Fix: enable debug logs for @eslint/eslintrc (fixes #13850) (#13861)d2239a1
Fix: no-useless-constructor crash on bodyless constructor (fixes #13830) (#13...eda0aa1
Docs: no-restricted-imports is only for static imports (#13863)042ae44
Docs: Fix JS syntax and doc URL in working-with-custom-formatters.md (#13828)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@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Bump postcss from 7.0.35 to 8.1.9
Bumps postcss from 7.0.35 to 8.1.9.
Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
215e925
Release 8.1.9 versione9c70d0
Typodfd331a
Update dependenciesb6351d5
Merge pull request #1466 from postcss/vfile-location3ef06ec
Convert object96d7e76
Replace line-column with vfile-location6d2d1fb
Release 8.1.8 version875283a
Update dependenciesfb70ca9
Clean up tests0d89106
Merge pull request #1463 from ludofischer/fix-lazyresult-typeDependabot 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@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Bump prettier from 1.19.1 to 2.2.0
Bumps prettier from 1.19.1 to 2.2.0.
Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
Commits
42b2195
Release 2.2.09bc90cf
Update to typescript 4.1.2 (#9725)002dc6c
ExtractprintStatementSequence
,printMemberExpression
, andprintBlock
(...92d31d1
ExtractprintAssignment
,printBinaryishExpression
, andprintComment
(#9...05236cf
Extract printInterface and printCallExpression (#9715)c03a38e
Extract function related functions (#9721)87dab58
Extract printClass and printTypeParameters (#9713)b12e869
Extract JSX related print functions (#9714)7acaa55
Build(deps-dev): Bump rollup from 2.33.2 to 2.33.3 (#9717)ca9aac8
Build(deps-dev): Bump webpack from 5.5.0 to 5.5.1 in /website (#9716)Maintainer changes
This version was pushed to npm by sosukesuzuki, a new releaser for prettier since your current version.
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@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Bump tailwindcss from 1.9.6 to 2.0.0-compat
Bumps tailwindcss from 1.9.6 to 2.0.0-compat.
Release notes
Sourced from tailwindcss's releases.
Changelog
Sourced from tailwindcss's changelog.
Commits
682ad23
2.0.0-compat83b16e5
Compatfadd4c8
2.0.098b4405
Update resolve to version 1.19.04ab5672
Summarize 2.0 changelog35f8211
2.0.0-alpha.25f80de6a
Update changelog3de0c48
Don't mix unitless values with units in the same scalee701c81
2.0.0-alpha.24ffb04c5
Update changelogDependabot 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@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Bump jest from 25.5.4 to 26.6.3
Bumps jest from 25.5.4 to 26.6.3.
Release notes
Sourced from jest's releases.
Changelog
Sourced from jest's changelog.
Commits
2f6931e
v26.6.3ce5d39d
chore: update changelog for releaseca92599
Don't throw an error if mock dependency can't be found (#10779)a7ae4f2
chore: bump babel core types (#10772)6bd96a0
chore: update lockfile after publish4c46930
v26.6.2a0ce2d8
chore: update changelog for release54d162f
chore: refresh lockfiles (#10768)36a9434
chore: run yarn withimmutable
flag (#10767)1dbdd67
Revert "fix(expect):objectContaining
should recurse into sub-objects (#105...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@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard: