-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all dependencies - patch updates #142
base: main
Are you sure you want to change the base?
Conversation
|
✅ Deploy Preview for graphql-testing-library ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
ccaefd4
to
dc0d1fe
Compare
3699541
to
aa2c839
Compare
b84d3eb
to
4065a40
Compare
a5d573a
to
fdaebe9
Compare
20bb528
to
0ca3627
Compare
2860dfd
to
0350d7e
Compare
8b9223f
to
265025f
Compare
265025f
to
df0c945
Compare
df0c945
to
9f5a2e4
Compare
9f5a2e4
to
5904ec6
Compare
This PR contains the following updates:
0.9.3
->0.9.4
2.27.8
->2.27.11
5.0.2
->5.0.3
1.0.7
->1.0.8
29.5.13
->29.5.14
18.19.54
->18.19.68
18.3.10
->18.3.18
18.3.0
->18.3.5
8.5.12
->8.5.13
2.0.3
->2.0.4
8.4.47
->8.4.49
v1.27.0
->v1.27.1
3.4.13
->3.4.17
8.3.0
->8.3.5
5.4.8
->5.4.11
2.1.1
->2.1.8
Release Notes
withastro/language-tools (@astrojs/check)
v0.9.4
Compare Source
Patch Changes
6e62aaa
: Upgrades chokidar to v45a44072
: Fixes formatting not working by default in certain circumstances5a44072
]3a836de
]changesets/changesets (@changesets/cli)
v2.27.11
Compare Source
Patch Changes
f0270f6
]:v2.27.10
Compare Source
v2.27.9
Compare Source
Patch Changes
#1458
400ab7b
Thanks @benmccann! - Moved@types/semver
todevDependencies
#1462
689e541
Thanks @benmccann! - removeoutdent
dependencydotansimha/graphql-code-generator (@graphql-codegen/cli)
v5.0.3
Compare Source
Patch Changes
#10069
8bb34e7
Thanks @renovate! - dependencies updates:@whatwg-node/fetch@^0.9.20
↗︎ (from^0.8.0
, independencies
)graphql-config@^5.1.1
↗︎ (from^5.0.2
, independencies
)e0092b5
Thanks @ardatan! - Bump whatwg-node and graphql-configUpdated dependencies [
8471a18
,67e7556
]:tsconfig/bases (@tsconfig/recommended)
v1.0.8
Compare Source
mswjs/msw-storybook-addon (msw-storybook-addon)
v2.0.4
Compare Source
🐛 Bug Fix
Authors: 1
postcss/postcss (postcss)
v8.4.49
Compare Source
source.offset
(by @romainmenke).v8.4.48
Compare Source
slackapi/slack-github-action (slackapi/slack-github-action)
v1.27.1
: Slack Send V1.27.1Compare Source
What's changed
This release tags multiple updates to dependencies and a clarification in documentation 📚
No changes are needed to update from
slackapi/[email protected]
- other than bumping the version - but ongoing development is now happening on version@v2
and@v1
is no longer planning to receive significant updates after this.Please stay tuned for upcoming changes, and may all of your workflows run well ❤️
📚 Documentation
🧪 Maintenance
📦 Dependencies
Full Changelog: slackapi/slack-github-action@v1.27.0...v1.27.1
tailwindlabs/tailwindcss (tailwindcss)
v3.4.17
Compare Source
v3.4.16
Compare Source
Fixed
PluginsConfig
allowundefined
values (#14668)Changed
v3.4.15
Compare Source
boxShadow
theme configuration allows arrays (#14856)selection:*
variant works in Chrome 131 (#15003)v3.4.14
Compare Source
Fixed
display: none
on elements that usehidden="until-found"
(#14625)egoist/tsup (tsup)
v8.3.5
Compare Source
🐞 Bug Fixes
experimentalDts
only once - by @aryaemami59 in https://github.com/egoist/tsup/issues/1236 (fddd4)View changes on GitHub
v8.3.4
Compare Source
No significant changes
View changes on GitHub
vitejs/vite (vite)
v5.4.11
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.10
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.9
Compare Source
Please refer to CHANGELOG.md for details.
vitest-dev/vitest (vitest)
v2.1.8
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.1.7
Compare Source
🐞 Bug Fixes
pnpm.overrides
or yarn resolutions to override thevite
version in thevitest
package - the APIs are compatible.View changes on GitHub
v2.1.6
Compare Source
🚀 Features
View changes on GitHub
v2.1.5
Compare Source
🚀 Features
🐞 Bug Fixes
dangerouslyIgnoreUnhandledErrors
without base reporter - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6808 (0bf0a)unhandledRejection
even when base reporter is not used - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6812 (8878b)sequence.concurrent
from theRuntimeConfig
type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6880 (6af73).poll
,.element
,.rejects
/.resolves
, andlocator.*
weren't awaited - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6877 (93b67)enter
or'a'
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6848 (487c8)🏎 Performance
View changes on GitHub
v2.1.4
Compare Source
🚀 Features
transformIndexHtml
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6725 (16902)🐞 Bug Fixes
v=
queries to setup files imports - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6759 (b8258)toThrowError
with empty string parameter - by @shulaoda in https://github.com/vitest-dev/vitest/issues/6710 (a6129)test.extend
type exports - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6707 (e5c38)🏎 Performance
hash
to replacecreateHash
- by @btea in https://github.com/vitest-dev/vitest/issues/6703 (5d07b)View changes on GitHub
v2.1.3
Compare Source
🐞 Bug Fixes
toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6697 (e0027)/mockServiceWorker.js
instead of/__vitest_msw__
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6687 (4b2ce)toMatchObject
diff - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6620 (d289e)<empty line>
logs when interleavingconsole.log/error
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6644 (9ece3)fast-glob
instead oftinyglobby
in Vitest - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6688 (70baa)🏎 Performance
View changes on GitHub
v2.1.2
Compare Source
🐞 Bug Fixes
Vitest.setServer
to postconfigureServer
hook to enable import analysis for workspace config loading - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6584 (e7f35)BenchmarkResult.samples
array to reduce memory usage - by @hi-ogawa and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6541 (a6407)data:
protocol on preview provider file upload - by @userquin in https://github.com/vitest-dev/vitest/issues/6501 (e9821)*.astro
by default - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6565 (f8ff7)cleanOnRerun: false
to invalidate previous results - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6592 (88bde)toBeDefined
withexpect.poll
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6562 (f7da6)beforeAll
failed - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6524 (fb797)onTestFinished
andonTestFailed
duringretry
andrepeats
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6609 (c5e29)--standalone
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6577 (d0bf8)View changes on GitHub
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.