Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 21, 2021

Bumps tailwindcss from 2.2.4 to 2.2.5.

Release notes

Sourced from tailwindcss's releases.

v2.2.5

Added

  • Added self-baseline utility (I know this is a patch release, no one's going to die relax) (#5000)

Changed

  • JIT: Optimize universal selector usage by inlining only the relevant selectors (#4850))

    This provides a very significant performance boost on pages with a huge number of DOM nodes, but there's a chance it could be a breaking change in very rare edge cases we haven't thought of. Please open an issue if anything related to shadows, rings, transforms, filters, or backdrop-filters seems to be behaving differently after upgrading.

Fixed

  • Fix support for step-start and step-end in animation utilities (#4795))
  • JIT: Prevent presence of !* in templates from ruining everything (#4816))
  • JIT: Improve support for quotes in arbitrary values (#4817))
  • Fix filter/backdrop-filter/transform utilities being inserted into the wrong position if not all core plugins are enabled (#4852))
  • JIT: Fix @layer rules being mistakenly inserted during incremental rebuilds (#4853))
  • Improve build performance for projects with many small non-Tailwind stylesheets (#4644)
  • Ensure [hidden] works as expected on elements where we override the default display value in Preflight (#4873)
  • Fix variant configuration not being applied to backdropOpacity utilities (#4892)
Changelog

Sourced from tailwindcss's changelog.

[2.2.5] - 2021-07-21

Added

  • Added self-baseline utility (I know this is a patch release, no one's going to die relax) (#5000)

Changed

  • JIT: Optimize universal selector usage by inlining only the relevant selectors (#4850))

    This provides a very significant performance boost on pages with a huge number of DOM nodes, but there's a chance it could be a breaking change in very rare edge cases we haven't thought of. Please open an issue if anything related to shadows, rings, transforms, filters, or backdrop-filters seems to be behaving differently after upgrading.

Fixed

  • Fix support for step-start and step-end in animation utilities (#4795))
  • JIT: Prevent presence of !* in templates from ruining everything (#4816))
  • JIT: Improve support for quotes in arbitrary values (#4817))
  • Fix filter/backdrop-filter/transform utilities being inserted into the wrong position if not all core plugins are enabled (#4852))
  • JIT: Fix @layer rules being mistakenly inserted during incremental rebuilds (#4853))
  • Improve build performance for projects with many small non-Tailwind stylesheets (#4644)
  • Ensure [hidden] works as expected on elements where we override the default display value in Preflight (#4873)
  • Fix variant configuration not being applied to backdropOpacity utilities (#4892)
Commits

Dependabot compatibility score

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)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v2.2.4...v2.2.5)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 21, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 26, 2021

Superseded by #17.

@dependabot dependabot bot closed this Jul 26, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/app/tailwindcss-2.2.5 branch July 26, 2021 14:10
tschmidtb51 added a commit that referenced this pull request Jul 15, 2022
0d59c10 Merge pull request #22 from secvisogram/feat/export-cwe-catalogue
01bf185 feat: update cwec file
02d7357 Merge pull request #29 from secvisogram/feat/cs02-test-6-1-31
da07289 style: format code to make it more readable
c11fe19 docs: add url to latest cwec file
a805aa9 feat: export cwe weaknesses
161e73a feat: update cwe catalogue
4cf336c chore: add script to import cwe catalogue
c13f048 feat: adopt mandatory test 6.1.31 to reflect state of CS02
1d86605 Merge pull request #9 from secvisogram/feat/csd02-additional-tests
b8ae04d docs: improve comment
757f716 test: update files from oasis repo
b0ebacf refactor: improve readability of test 6.2.19
2a11c42 test: improve tests of optional test 6.2.14
19bd17a docs: add comment with link to iana registry
d6763c2 tests: improve language checker tests
0b09f4b fix: adapt test according to spec samples
03b1fd0 feat: adapt optional test to use set
6eb314f fix: correct instance path
802add1 feat: adapt error message
a082e67 feat: detect private-use regions and scripts
6ea33cb tests: fix test cases
ae73643 fix: adapt instancePath
e5a3090 feat: implement informative test 6.3.11
b48a57b feat: implement informative test 6.3.10
d1de823 feat: implement optional test 6.2.19
95f3e6e feat: Implement optional test 6.2.18
da7b1e6 feat: Implement optional test 6.2.17
bddab7c feat: Implement optional test 6.2.16
8ce1ee0 feat: Implement optional test 6.2.15
b1dc58e feat: Implement optional test 6.2.14
bafd6d4 Merge pull request #23 from secvisogram/chore/github-action
bb27a79 build: adapt coverage gh action to use lcov format
c166bb8 fix: replace nyc with c8 for test coverage
07063c4 chore(github-action): add test run with code coverage
cbecb5b chore(github-action): skip coverage folder
0e5eac8 chore(github-action): add missing version specifier
2c21baa chore(github-action): add test and coverage report
372c4e8 chore(github-action): add missing version specifier for used actions
61ccf47 chore(github-action): add GitHub action to run npm test
f9ed8e2 Merge pull request #18 from secvisogram/fix/typings
97ce7e6 fix: install node typings
e100222 Merge pull request #12 from secvisogram/fix/test-issues
6149b58 tests: improve test suite
71a2dd8 fix: correct instance path
c41d232 fix: skip informational advisory docs
09d51c7 fix: catch network errors correctly
6747d8d feat: adapt optional test 6.2.11 to match csd02
842a3ab style: omit explicit falsy to `false` conversion
734c83b test: adapt http mock status text
a6b5160 fix: include vulnerability references in url check
fbfbfe8 Update lib/informativeTests/informativeTest_6_3_6.js
9d12260 Update lib/informativeTests/informativeTest_6_3_6.js
74d9e2b Update lib/informativeTests/informativeTest_6_3_6.js
1e747e5 Update lib/informativeTests/informativeTest_6_3_6.js
eb6c151 Update lib/informativeTests/informativeTest_6_3_6.js
ff78b4e fix: complete optional test 6.2.1
6d582ce fix: complete informative tests 6.3.6 and 6.3.7
ba0aecc fix: Adapt message based on hash name
b7e7146 Merge pull request #11 from secvisogram/feat/run-test-script
af3eb0e feat: add script to run single tests against files

git-subtree-dir: csaf-validator-lib
git-subtree-split: 0d59c10bb3f1583c99b771d3437abae902a1412b
tschmidtb51 added a commit that referenced this pull request Jul 15, 2022
0d59c10 Merge pull request #22 from secvisogram/feat/export-cwe-catalogue
01bf185 feat: update cwec file
02d7357 Merge pull request #29 from secvisogram/feat/cs02-test-6-1-31
da07289 style: format code to make it more readable
c11fe19 docs: add url to latest cwec file
a805aa9 feat: export cwe weaknesses
161e73a feat: update cwe catalogue
4cf336c chore: add script to import cwe catalogue
c13f048 feat: adopt mandatory test 6.1.31 to reflect state of CS02
1d86605 Merge pull request #9 from secvisogram/feat/csd02-additional-tests
b8ae04d docs: improve comment
757f716 test: update files from oasis repo
b0ebacf refactor: improve readability of test 6.2.19
2a11c42 test: improve tests of optional test 6.2.14
19bd17a docs: add comment with link to iana registry
d6763c2 tests: improve language checker tests
0b09f4b fix: adapt test according to spec samples
03b1fd0 feat: adapt optional test to use set
6eb314f fix: correct instance path
802add1 feat: adapt error message
a082e67 feat: detect private-use regions and scripts
6ea33cb tests: fix test cases
ae73643 fix: adapt instancePath
e5a3090 feat: implement informative test 6.3.11
b48a57b feat: implement informative test 6.3.10
d1de823 feat: implement optional test 6.2.19
95f3e6e feat: Implement optional test 6.2.18
da7b1e6 feat: Implement optional test 6.2.17
bddab7c feat: Implement optional test 6.2.16
8ce1ee0 feat: Implement optional test 6.2.15
b1dc58e feat: Implement optional test 6.2.14
bafd6d4 Merge pull request #23 from secvisogram/chore/github-action
bb27a79 build: adapt coverage gh action to use lcov format
c166bb8 fix: replace nyc with c8 for test coverage
07063c4 chore(github-action): add test run with code coverage
cbecb5b chore(github-action): skip coverage folder
0e5eac8 chore(github-action): add missing version specifier
2c21baa chore(github-action): add test and coverage report
372c4e8 chore(github-action): add missing version specifier for used actions
61ccf47 chore(github-action): add GitHub action to run npm test
f9ed8e2 Merge pull request #18 from secvisogram/fix/typings
97ce7e6 fix: install node typings
e100222 Merge pull request #12 from secvisogram/fix/test-issues
6149b58 tests: improve test suite
71a2dd8 fix: correct instance path
c41d232 fix: skip informational advisory docs
09d51c7 fix: catch network errors correctly
6747d8d feat: adapt optional test 6.2.11 to match csd02
842a3ab style: omit explicit falsy to `false` conversion
734c83b test: adapt http mock status text
a6b5160 fix: include vulnerability references in url check
fbfbfe8 Update lib/informativeTests/informativeTest_6_3_6.js
9d12260 Update lib/informativeTests/informativeTest_6_3_6.js
74d9e2b Update lib/informativeTests/informativeTest_6_3_6.js
1e747e5 Update lib/informativeTests/informativeTest_6_3_6.js
eb6c151 Update lib/informativeTests/informativeTest_6_3_6.js
ff78b4e fix: complete optional test 6.2.1
6d582ce fix: complete informative tests 6.3.6 and 6.3.7
ba0aecc fix: Adapt message based on hash name
b7e7146 Merge pull request #11 from secvisogram/feat/run-test-script
af3eb0e feat: add script to run single tests against files

git-subtree-dir: csaf-validator-lib
git-subtree-split: 0d59c10bb3f1583c99b771d3437abae902a1412b
tschmidtb51 pushed a commit that referenced this pull request Oct 24, 2022
550e5bd7 Merge pull request #38 from secvisogram/test_6.2.20
963e9ff3 Merge pull request #36 from secvisogram/informative_test_6.3.9
c00d74dc feat: implement optional test 6.2.20
8b2e345d Merge branch 'main' into informative_test_6.3.9
e1b9e6d8 Merge pull request #37 from secvisogram/test_6.1.8
ccafd061 Merge pull request #34 from secvisogram/spell_check
2684c5aa feat: implement mandatory test 6.1.8
de0a2066 Merge pull request #35 from secvisogram/docs/refactor_readme
d61cbc34 feat: implement spell checking test (6.3.8)
57c71085 feat: implement informative test 6.3.9
867ac8b5 docs: refactor readme
2c3ece83 Merge pull request #33 from secvisogram/fix/test-6-1-31
b21c77ec Merge pull request #32 from secvisogram/fix/test-6-1-24
76842ac7 fix(mandatoryTest_6_1_31): add missing word "before"
bfda62f2 test(mandatoryTest_6_1_31): add test files from OASIS repo
f74090f2 fix(mandatoryTest_6_1_31): add missing word "earlier"
2998504d test(mandatory_6_1_24): add test files from OASIS repo
670f566f fix(mandatoryTest_6_1_24): fixes #30 by checking involvements per vulnerability only
0d59c10b Merge pull request #22 from secvisogram/feat/export-cwe-catalogue
01bf1853 feat: update cwec file
02d73570 Merge pull request #29 from secvisogram/feat/cs02-test-6-1-31
da07289a style: format code to make it more readable
c11fe190 docs: add url to latest cwec file
a805aa91 feat: export cwe weaknesses
161e73ac feat: update cwe catalogue
4cf336c7 chore: add script to import cwe catalogue
c13f0483 feat: adopt mandatory test 6.1.31 to reflect state of CS02
1d86605b Merge pull request #9 from secvisogram/feat/csd02-additional-tests
b8ae04d7 docs: improve comment
757f7161 test: update files from oasis repo
b0ebacfd refactor: improve readability of test 6.2.19
2a11c425 test: improve tests of optional test 6.2.14
19bd17a0 docs: add comment with link to iana registry
d6763c28 tests: improve language checker tests
0b09f4bc fix: adapt test according to spec samples
03b1fd02 feat: adapt optional test to use set
6eb314f2 fix: correct instance path
802add13 feat: adapt error message
a082e677 feat: detect private-use regions and scripts
6ea33cb9 tests: fix test cases
ae736435 fix: adapt instancePath
e5a3090d feat: implement informative test 6.3.11
b48a57b4 feat: implement informative test 6.3.10
d1de823e feat: implement optional test 6.2.19
95f3e6e3 feat: Implement optional test 6.2.18
da7b1e6d feat: Implement optional test 6.2.17
bddab7c1 feat: Implement optional test 6.2.16
8ce1ee07 feat: Implement optional test 6.2.15
b1dc58ea feat: Implement optional test 6.2.14
bafd6d48 Merge pull request #23 from secvisogram/chore/github-action
bb27a798 build: adapt coverage gh action to use lcov format
c166bb81 fix: replace nyc with c8 for test coverage
07063c47 chore(github-action): add test run with code coverage
cbecb5b9 chore(github-action): skip coverage folder
0e5eac89 chore(github-action): add missing version specifier
2c21baa6 chore(github-action): add test and coverage report
372c4e82 chore(github-action): add missing version specifier for used actions
61ccf478 chore(github-action): add GitHub action to run npm test
f9ed8e2b Merge pull request #18 from secvisogram/fix/typings
97ce7e67 fix: install node typings
e1002221 Merge pull request #12 from secvisogram/fix/test-issues
6149b589 tests: improve test suite
71a2dd86 fix: correct instance path
c41d2325 fix: skip informational advisory docs
09d51c7e fix: catch network errors correctly
6747d8d1 feat: adapt optional test 6.2.11 to match csd02
842a3abd style: omit explicit falsy to `false` conversion
734c83ba test: adapt http mock status text
a6b51607 fix: include vulnerability references in url check
fbfbfe83 Update lib/informativeTests/informativeTest_6_3_6.js
9d122608 Update lib/informativeTests/informativeTest_6_3_6.js
74d9e2b3 Update lib/informativeTests/informativeTest_6_3_6.js
1e747e58 Update lib/informativeTests/informativeTest_6_3_6.js
eb6c1512 Update lib/informativeTests/informativeTest_6_3_6.js
ff78b4e4 fix: complete optional test 6.2.1
6d582ce6 fix: complete informative tests 6.3.6 and 6.3.7
ba0aeccb fix: Adapt message based on hash name
b7e7146c Merge pull request #11 from secvisogram/feat/run-test-script
af3eb0ea feat: add script to run single tests against files

git-subtree-dir: csaf-validator-lib
git-subtree-split: 550e5bd7c447447cc6aadc7a084922626c5dd696
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant