tailwindcss-capsize
A TailwindCSS plugin that generates leading-trim utility classes using Capsize.
$ npm install --save-dev tailwindcss-capsize
Configuration
This plugin requires a fontMetrics
key added to your Tailwind theme. It should be an object with keys matching those in your fontFamily
definitions, and each key should have an object of the following shape:
{
ascent: number
descent: number
lineGap: number
unitsPerEm: number
capHeight: number
}
These values can be determined by using the Capsize website, by using fontkit, or some other means.
A full example
// tailwind.config.js
module.exports = {
theme: {
fontFamily: {
sans: ['Inter', 'sans-serif'],
},
fontMetrics: {
sans: {
capHeight: 2048,
ascent: 2728,
descent: -680,
lineGap: 0,
unitsPerEm: 2816,
},
},
fontSize: { ... },
lineHeight: { ... },
...
},
plugins: [require('tailwindcss-capsize')],
}
Usage
The new .capsize
utility class should be applied to the direct parent element surrounding a text node. This class only provides the neccessary styles for trimming whitespace, utility classes for setting font-family
, font-size
, and line-height
will need to be applied as well.
Options
rootSize
The plugin assumes a root font-size of 16px
when converting from rem values. To use a different value, pass it in (without units) to the plugin options.
require('tailwindcss-capsize')({ rootSize: 12 })
className
The default .capsize
utility class can be replaced with a custom class name if preferred.
require('tailwindcss-capsize')({ className: 'leading-trim' })
Build fails in JIT mode.
I love the idea for this plugin but unfortunately it throws errors during build in JIT mode.
Here's my config... If I remove Capsize compilation works.
Upgrade: Bump tailwindcss from 2.2.19 to 3.0.24
Bumps tailwindcss from 2.2.19 to 3.0.24.
Release notes
Sourced from tailwindcss's releases.
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
... (truncated)
Commits
23a6d3f
3.0.241456ed9
Fix integration testd0269c2
Temp fix CS errorsb89c379
Update changelog57699a0
Prep for patch release (#8098)c1ed8dd
Redirect to the up-to-date plugin url (#8081)f6eeed3
Update cssnano to version 5.1.750629f6
Update postcss-selector-parser to version 6.0.105d49604
Update postcss-load-config to version 3.1.46fc8d77
Updatescreens
types (#8042)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)Upgrade: Bump husky from 4.3.0 to 5.1.2
Bumps husky from 4.3.0 to 5.1.2.
Release notes
Sourced from husky's releases.
... (truncated)
Commits
299bcf4
5.1.284be675
docs: prepare script instead of postinstall (#890)a7cc2ce
docs: use npx vs. npm exec (#886)6b626f7
docs: change nvm.sh loading scripte011e76
docs: rollback to npx --no-install611630f
fix(init): add trailing newline8e2ce2f
style: lint86a2a39
chore: update package-lock.jsona15eea3
5.1.13e8baaa
fix(init): update package.json postinstallDependabot 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)Upgrade: Bump tailwindcss from 1.6.2 to 1.7.1
Bumps tailwindcss from 1.6.2 to 1.7.1.
Release notes
Sourced from tailwindcss's releases.
Commits
d3606b7
1.7.14228cf2
Don't issue duplicate flag notices in long running processesc16bf20
1.7.02b22d72
Generate experimental build for CDN092009b
Simplify flag logging6230cc3
Add responsive divide style utilitiesf32ae23
Merge branch 'master' of github.com:tailwindlabs/tailwindcssfdf4689
Fix issue where motion variants incorrectly stack with group-hover variants9f9065d
Merge pull request #2171 from tailwindlabs/perf-improvements33ee646
cache className resolveDependabot 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)Upgrade: Bump tailwindcss from 2.2.19 to 3.2.1
Bumps tailwindcss from 2.2.19 to 3.2.1.
Release notes
Sourced from tailwindcss's releases.
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
... (truncated)
Commits
547f9f6
3.2.18967a51
update changelog726b023
update changelog0bbca33
ensure we also check wether the modifier exists in the modifiers object1445aaf
Ensuremicromatch
is a proper CLI dependency (#9620)3c7fc69
Workflow improvements (#9609)40f6b4f
Fix missing PostCSS dependencies in the CLI (#9617)4dfb1e3
Fix missingsupports
in types (#9616)2faf86f
Resolve broken relative logo sources on npmjs (relative → absolute) (#9610)1dc4a76
increase jest test timeoutDependabot 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)Upgrade: Bump jest-diff from 27.2.0 to 29.2.1
Bumps jest-diff from 27.2.0 to 29.2.1.
Release notes
Sourced from jest-diff's releases.
... (truncated)
Changelog
Sourced from jest-diff's changelog.
... (truncated)
Commits
4551c0f
v29.2.18d57aa4
chore: ts lint some more (#13452)ee5b37a
v29.2.021cf669
chore: usereferences
in all__tests__/tsconfig.json
files (#13394)50bab21
chore: run eslint with type information on CI (#13368)286dab2
chore: fix some type errors in tests (#13360)eafabf9
chore: replace@types/jest
with a new private@jest/test-globals
package ...3c31dd6
v29.1.251f1030
v29.1.077f865d
v29.0.3Dependabot 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)Chore: Bump actions/cache from 3.0.2 to 3.0.10
Bumps actions/cache from 3.0.2 to 3.0.10.
Release notes
Sourced from actions/cache's releases.
Changelog
Sourced from actions/cache's changelog.
Commits
56461b9
Merge pull request #931 from ELHoussineT/patch-1f85d12c
Merge branch 'main' into patch-198044e4
Update README.mdedc4989
Merge pull request #942 from actions/vsvipul/fix-sort68d9698
Remove sort logic from inputsac80757
Actions/cache release 3.0.9 (#930)0ff0597
Update examples.md (#920)1268184
Update README.md (#936)3238536
Update README.md1a78ace
Updated the GHES warning message (#925)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)Chore: Bump actions/setup-node from 3.1.1 to 3.5.0
Bumps actions/setup-node from 3.1.1 to 3.5.0.
Release notes
Sourced from actions/setup-node's releases.
Commits
969bd26
Fix test volta priority (#577)9f3a02b
Merge pull request #532 from jef/main4cffe5c
chore: remove sponge usage0efefb3
Merge remote-tracking branch 'upstream/main'1e6f2cd
test: add volta e2e test30f0e7d
Update@actions/core
to 1.9.1 (#574)c8f0d10
upgrade@action/cache
to 3.0.4 to fix stuck issue (#573)b4b18e5
Update package json version (#570)9efe00a
Merge pull request #569 from e-korolevskii/main35ba06b
docs(contributor's guide): Update linkDependabot 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)Upgrade: Bump typescript from 4.2.2 to 4.8.4
Bumps typescript from 4.2.2 to 4.8.4.
Release notes
Sourced from typescript's releases.
... (truncated)
Commits
a614119
Bump version to 4.8.4 and LKG369b4d8
Cherry pick #50537 and #50779 to release-4.8 (#50907)41e1ade
Cherry-pick PR #50704 into release-4.8 (#50741)2acf3a3
Cherry-pick PR #50691 into release-4.8 (#50743)39576e6
Cherry-pick PR #50673 into release-4.8 (#50742)5773723
Cherry-pick #50724 to release-4.8 (#50760)a3b3555
Cherry-pick PR #50797 into release-4.8 (#50798)bb8cf90
Handle more places where package direcroy is converted to canonical file path...ea348f6
Bump version to 4.8.3 and LKG6bb16f1
Cherry-pick PR #50620 into release-4.8 (#50676)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)Upgrade: Bump jest-diff from 27.2.0 to 29.1.2
Bumps jest-diff from 27.2.0 to 29.1.2.
Release notes
Sourced from jest-diff's releases.
... (truncated)
Changelog
Sourced from jest-diff's changelog.
... (truncated)
Commits
3c31dd6
v29.1.251f1030
v29.1.077f865d
v29.0.3616fcf5
v29.0.2b959a3d
v29.0.175006e4
v29.0.04def94b
v29.0.0-alpha.6812763d
chore: enable 'no-duplicate-imports' (#13138)98a833b
v29.0.0-alpha.40998187
v29.0.0-alpha.3Dependabot 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)Upgrade: Bump tailwindcss from 2.2.19 to 3.1.8
Bumps tailwindcss from 2.2.19 to 3.1.8.
Release notes
Sourced from tailwindcss's releases.
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
... (truncated)
Commits
99b53b4
3.1.87cfbc8c
update changelogf92665c
Update changelog0a3aad9
Revert "Don't usecursor: pointer
for buttons by default (#8962)"a6d1783
Update autoprefixer to version 10.4.820456ef
Fix@apply
of user utilities when negative and non-negative versions both e...2bfd3e7
Update prettier-plugin-tailwindcss to version 0.1.1323815e9
Update changelog89b960d
Fix resolution of alpha values inside color functions (#9008)0b5bfc8
Remove class prefix in arbitrary variant that is used multiple times (#8992)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)Upgrade: Bump lint-staged from 10.5.4 to 13.0.4
Bumps lint-staged from 10.5.4 to 13.0.4.
Release notes
Sourced from lint-staged's releases.
... (truncated)
Commits
e2bfce1
test: remove Windows snapshot workaround81ea7fd
test: allow file protocol in git submodule test3ea9b7e
test: update Jest snapshot format0c635c7
ci: install latest npm for older Node.js versions5f1a00e
ci: bump GitHub Actions' versions336f3b5
fix(deps): update all dependenciesec995e5
fix(deps): update all dependencies17c51af
ci: set GitHub Actions permissions3f3e152
chore(deps): bump colorette from 2.0.17 to 2.0.19 (#1177)0d627a5
fix: correctly handle git stash when using MSYS2 (#1178)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)Upgrade: Bump tailwindcss from 2.2.19 to 3.2.4
Bumps tailwindcss from 2.2.19 to 3.2.4.
Release notes
Sourced from tailwindcss's releases.
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
... (truncated)
Commits
f2f1ee9
3.2.413eb1e2
update changelog22d45dd
Update CHANGELOG.md602101d
Allow users to block generation of certain utilities (#9812)4ccc0fa
Make sure errors are always displayed when watching for changes (#9810)1482c75
Fix watching of files on Linux when renames are involved (#9796)757a8d6
update changelog6166e59
3.2.38a2f9ed
Fix !important selectors not being classified as valid class inside safelist ...6bd9912
Only sort pseudo elements after classes when using@apply
and variants (#9765)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)Upgrade: Bump jest-diff from 27.2.0 to 29.3.1
Bumps jest-diff from 27.2.0 to 29.3.1.
Release notes
Sourced from jest-diff's releases.
... (truncated)
Changelog
Sourced from jest-diff's changelog.
... (truncated)
Commits
05deb83
v29.3.14551c0f
v29.2.18d57aa4
chore: ts lint some more (#13452)ee5b37a
v29.2.021cf669
chore: usereferences
in all__tests__/tsconfig.json
files (#13394)50bab21
chore: run eslint with type information on CI (#13368)286dab2
chore: fix some type errors in tests (#13360)eafabf9
chore: replace@types/jest
with a new private@jest/test-globals
package ...3c31dd6
v29.1.251f1030
v29.1.0Dependabot 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)Upgrade: Bump typescript from 4.2.2 to 4.9.3
Bumps typescript from 4.2.2 to 4.9.3.
Release notes
Sourced from typescript's releases.
... (truncated)
Commits
93bd577
Bump version to 4.9.3 and LKG.107f832
Update LKG.31bee56
Cherry-pick PR #50977 into release-4.9 (#51363)1e2fa7a
Update version to 4.9.2-rc and LKG.7ab89e5
Merge remote-tracking branch 'origin/main' into release-4.9e5cd686
Update package-lock.json8d40dc1
Update package-lock.json5cfb3a2
Only call return() for an abrupt completion in user code (#51297)a7a9d15
Fix for broken baseline in yieldInForInInDownlevelGenerator (#51345)7f8426f
fix for-in enumeration containing yield in generator (#51295)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)Chore: Bump actions/setup-node from 3.1.1 to 3.5.1
Bumps actions/setup-node from 3.1.1 to 3.5.1.
Release notes
Sourced from actions/setup-node's releases.
Commits
8c91899
Update@actions/core
to 1.10.0 (#587)c81d8ad
Print node, npm and yarn versions after installation (#368)c96ab56
Add information about always-auth input (#585)969bd26
Fix test volta priority (#577)9f3a02b
Merge pull request #532 from jef/main4cffe5c
chore: remove sponge usage0efefb3
Merge remote-tracking branch 'upstream/main'1e6f2cd
test: add volta e2e test30f0e7d
Update@actions/core
to 1.9.1 (#574)c8f0d10
upgrade@action/cache
to 3.0.4 to fix stuck issue (#573)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)Chore: Bump actions/cache from 3.0.2 to 3.0.11
Bumps actions/cache from 3.0.2 to 3.0.11.
Release notes
Sourced from actions/cache's releases.
Changelog
Sourced from actions/cache's changelog.
Commits
9b0c1fc
Merge pull request #956 from actions/pdotl-version-bump18103f6
Fix licensed status error3e383cd
Update RELEASES43428ea
toolkit versioon update and version bump for cache1c73980
3.0.11a3f5edc
Merge pull request #950 from rentziass/rentziass/update-actions-core831ee69
Update licensesb9c8bfe
Update@actions/core
to 1.10.00f20846
Merge pull request #946 from actions/Phantsure-patch-2862fc14
Update README.mdDependabot 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)