fix(deps): update all non-major dependencies by renovate[bot] · Pull Request #17629 · vitejs/vite (original) (raw)
This PR contains the following updates:
Release Notes
babel/babel (@babel/core)
v7.24.9
🐛 Bug Fix
babel-core,babel-standalone- #16639 Avoid
require()call in@babel/standalonebundle (@nicolo-ribaudo)
- #16639 Avoid
babel-types
💅 Polish
babel-generator,babel-plugin-transform-optional-chaining- #16617 Avoid extra parens in TS
as/satisfies(@nicolo-ribaudo)
- #16617 Avoid extra parens in TS
🏠 Internal
babel-helper-module-transforms- #16629 Lazy top-level initializations for module transforms (@guybedford)
v7.24.8
👓 Spec Compliance
babel-parser- #16567 Do not use strict mode in TS
declare(@liuxingbaoyu)
- #16567 Do not use strict mode in TS
🐛 Bug Fix
babel-generator- #16630 Correctly print parens around
ininforheads (@nicolo-ribaudo) - #16626 Fix printing of comments in
await using(@nicolo-ribaudo) - #16591 fix typescript code generation for yield expression inside type expre… (@SreeXD)
- #16630 Correctly print parens around
babel-parser- #16613 Disallow destructuring assignment in
usingdeclarations (@H0onnn) - #16490 fix: do not add
.value: undefinedto regexp literals (@liuxingbaoyu)
- #16613 Disallow destructuring assignment in
babel-types- #16615 Remove boolean props from
ObjectTypeInternalSlotvisitor keys (@nicolo-ribaudo)
- #16615 Remove boolean props from
babel-plugin-transform-typescript- #16566 fix: Correctly handle
export import x =(@liuxingbaoyu)
- #16566 fix: Correctly handle
💅 Polish
babel-generator- #16625 Avoid unnecessary parens around
asyncinfor await(@nicolo-ribaudo)
- #16625 Avoid unnecessary parens around
babel-traverse- #16619 Avoid checking
Scope.globalsmultiple times (@liuxingbaoyu) babel/babel (@babel/parser)
- #16619 Avoid checking
v7.24.8
v7.24.8 (2024-07-11)
Thanks @H0onnn, @jkup and @SreeXD for your first pull requests!
👓 Spec Compliance
babel-parser- #16567 Do not use strict mode in TS
declare(@liuxingbaoyu)
- #16567 Do not use strict mode in TS
🐛 Bug Fix
babel-generator- #16630 Correctly print parens around
ininforheads (@nicolo-ribaudo) - #16626 Fix printing of comments in
await using(@nicolo-ribaudo) - #16591 fix typescript code generation for yield expression inside type expre… (@SreeXD)
- #16630 Correctly print parens around
babel-parser- #16613 Disallow destructuring assignment in
usingdeclarations (@H0onnn) - #16490 fix: do not add
.value: undefinedto regexp literals (@liuxingbaoyu)
- #16613 Disallow destructuring assignment in
babel-types- #16615 Remove boolean props from
ObjectTypeInternalSlotvisitor keys (@nicolo-ribaudo)
- #16615 Remove boolean props from
babel-plugin-transform-typescript- #16566 fix: Correctly handle
export import x =(@liuxingbaoyu)
- #16566 fix: Correctly handle
💅 Polish
babel-generator- #16625 Avoid unnecessary parens around
asyncinfor await(@nicolo-ribaudo)
- #16625 Avoid unnecessary parens around
babel-traverse- #16619 Avoid checking
Scope.globalsmultiple times (@liuxingbaoyu)
- #16619 Avoid checking
Committers: 9
- Amjad Yahia Robeen Hassan (@amjed-98)
- Babel Bot (@babel-bot)
- Huáng Jùnliàng (@JLHwung)
- Jon Kuperman (@jkup)
- Nagendran N (@SreeXD)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Sukka (@SukkaW)
- @H0onnn
- @liuxingbaoyu QwikDev/qwik (@builder.io/qwik)
v1.7.1
What's Changed
There are very important bugfixes around build and development in this release and we recommend upgrading.
PRs
- fix(eslint): Fixed lint problem about the
JSXNodeby @genki in https://github.com/QwikDev/qwik/pull/6637 - fix(dev): Reports what is happening when SSR dirty tasks in taskStaging. by @genki in https://github.com/QwikDev/qwik/pull/6642
- docs: added placementpreparation.io to showcase page by @JohnPremKumar in https://github.com/QwikDev/qwik/pull/6659
- feat: use new @auth/qwik package by @gioboa in https://github.com/QwikDev/qwik/pull/6658
- docs: update readme footer logo by @thejackshelton in https://github.com/QwikDev/qwik/pull/6668
- fix(dev): some important edge cases by @wmertens in https://github.com/QwikDev/qwik/pull/6667
- chore: couldn't handle that joke anymore 😅 by @shairez in https://github.com/QwikDev/qwik/pull/6671
- chore: 1.7.1 by @wmertens in https://github.com/QwikDev/qwik/pull/6672
Full Changelog: QwikDev/qwik@v1.7.0...v1.7.1
v1.7.0
Notable changes
- Form errors when using dot notation have a slightly different type
- Changes to search parameters in the URL will cause routeloaders to re-run now
- Fixed several issues in dev mode
PRs merged
- chore: improve needs reproduction message by @gioboa in https://github.com/QwikDev/qwik/pull/6618
- fix(dev): path to outside-project files by @wmertens in https://github.com/QwikDev/qwik/pull/6624
- docs: Small grammatical corrections by @codyroberts in https://github.com/QwikDev/qwik/pull/6630
- docs(starts): fix typo depencies by @BuptStEve in https://github.com/QwikDev/qwik/pull/6631
- refactor: Simplify CLI starters by @thejackshelton in https://github.com/QwikDev/qwik/pull/6632
- docs: Fixed capitalization on "Optimizer" by @codyroberts in https://github.com/QwikDev/qwik/pull/6645
- refactor: tiny adjustment for document testing by @arlyxiao in https://github.com/QwikDev/qwik/pull/6647
- fix: improve new SW logic by @gioboa in https://github.com/QwikDev/qwik/pull/6641
- fix(dev): vite base and qrl segment fixes by @wmertens in https://github.com/QwikDev/qwik/pull/6629
- fix(qwik-city): fix redirect with search params by @octet-stream in https://github.com/QwikDev/qwik/pull/6410
- feat(qwikcity/actions): dotnotation field-errors by @tzdesign in https://github.com/QwikDev/qwik/pull/6568
New Contributors
- @BuptStEve made their first contribution in https://github.com/QwikDev/qwik/pull/6631
- @arlyxiao made their first contribution in https://github.com/QwikDev/qwik/pull/6647
Full Changelog: QwikDev/qwik@v1.6.0...v1.7.0
eslint/eslint (@eslint/js)
v9.7.0
preactjs/preset-vite (@preact/preset-vite)
v2.9.0
Features
- Add preview middleware, fixing routing of prerendered HTML files by @rschristian in https://github.com/preactjs/preset-vite/pull/132
Fixes
- Support
.cjs&.mjsextensions by @rschristian in https://github.com/preactjs/preset-vite/pull/129 location.toStringin prerender by @rschristian in https://github.com/preactjs/preset-vite/pull/131
Maintenance
- Bump lockfile version to v3 by @rschristian in https://github.com/preactjs/preset-vite/pull/133
Full Changelog: preactjs/preset-vite@2.8.3...2.9.0
shikijs/shiki (@shikijs/vitepress-twoslash)
v1.10.3
🐞 Bug Fixes
View changes on GitHub
v1.10.2
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.10.1
🐞 Bug Fixes
- rehype: Default export use shared highlighter instance, fix #714 - by @antfu in https://github.com/shikijs/shiki/issues/714 (c4f03)
View changes on GitHub
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.16.1
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
- Dan Vanderkam
You can read about our versioning strategy and releases on our website.
v7.16.0
🚀 Features
- rule-tester: stricter rule test validations
- eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule
- eslint-plugin: add support for nested namespaces to unsafe-member-access
- eslint-plugin: [no-floating-promises] add checkThenables option
🩹 Fixes
- deps: update dependency @eslint-community/regexpp to v4.11.0
- eslint-plugin: [no-floating-promises] add
suggestionsto tests from #9263checkThenables - website: react key error on internal pages of website
- eslint-plugin: [restrict-template-expressions] don't report tuples if
allowArrayoption is enabled
❤️ Thank You
- Abraham Guo
- auvred
- Josh Goldberg ✨
- Juan Sanchez
- Vinccool96
- YeonJuan
- Yukihiro Hasegawa
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.16.1
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.16.0
🩹 Fixes
- deps: update dependency @eslint-community/regexpp to v4.11.0
- website: react key error on internal pages of website
❤️ Thank You
- Abraham Guo
- auvred
- Josh Goldberg ✨
- Juan Sanchez
- Vinccool96
- YeonJuan
- Yukihiro Hasegawa
You can read about our versioning strategy and releases on our website.
acornjs/acorn (acorn)
v8.12.1
browserslist/browserslist (browserslist)
v4.23.2
- Updated Firefox ESR. eslint/eslint (eslint)
v9.7.0
Features
- 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)
- 1381394 feat: add
regexoption inno-restricted-imports(#18622) (Nitin Kumar)
Bug Fixes
Documentation
- 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)
- c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)
- 6e79ac7 docs:
loadESLintdoes not support optioncwd(#18641) (Francesco Trotta)
Chores
- 793b718 chore: upgrade @eslint/js@9.7.0 (#18680) (Francesco Trotta)
- 7ed6f9a chore: package.json update for @eslint/js release (Jenkins)
- 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas)
- 51bf57c chore: add tech sponsors through actions (#18624) (Strek)
- 6320732 refactor: don't use
parentproperty inNodeEventGenerator(#18653) (Milos Djermanovic) - 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic) jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.34.4
Fixed
- [
prop-types]: fixclassNamemissing in prop validation false negative (#3749 @akulsr0) - [
sort-prop-types]: Check for undefined before accessingnode.typeAnnotation.typeAnnotation(#3779 @tylerlaprade) ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.4.8
- Support
export const foo = -1withallowConstantExport(fixes #43) sindresorhus/globals (globals)
v15.8.0
cloudflare/workers-sdk (miniflare)
v3.20240701.0
Minor Changes
Patch Changes
- #6181 42a7930 Thanks @dependabot! - chore: update dependencies of "miniflare" package
The following dependency versions have been updated:Dependency From To workerd 1.20240620.1 1.20240701.0 - #6127 1568c25 Thanks @DaniFoldi! - fix: Bump ws dependency bcomnes/npm-run-all2 (npm-run-all2)
v6.2.2
Commits
- Revert "Compatibility: npm, yarn and pnpm run scripts" fc35f0d
v6.2.1
Merged
- Compatibility: npm, yarn and pnpm run scripts #143
- Use neostandard + add more static code analysis #142
- Upgrade: Bump c8 from 9.1.0 to 10.0.0 #141
- Upgrade: Bump p-queue from 7.4.1 to 8.0.1 #138 microsoft/playwright (playwright-chromium)
v1.45.1
pnpm/pnpm (pnpm)
v9.5.0
prettier/prettier (prettier)
v3.3.3
Add parentheses for nullish coalescing in ternary (#16391 by @cdignam-segment)
This change adds clarity to operator precedence.
// Input foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar;
// Prettier 3.3.2 foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar;
// Prettier 3.3.3 foo ? (bar ?? foo) : baz; (foo ?? bar) ? a : b; a ? b : (foo ?? bar);
Add parentheses for decorator expressions (#16458 by @y-schneider)
Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.
// Input
@(footagged template)
class X {}
// Prettier 3.3.2
@footagged template
class X {}
// Prettier 3.3.3
@(footagged template)
class X {}
Support @let declaration syntax (#16474 by @sosukesuzuki)
Adds support for Angular v18 @let declaration syntax.
Please see the following code example. The @let declaration allows you to define local variables within the template:
@let name = 'Frodo';
Dashboard for {{name}}
Hello, {{name}}For more details, please refer to the excellent blog post by the Angular Team: Introducing @let in Angular.
We also appreciate the Angular Team for kindly answering our questions to implement this feature.
isaacs/rimraf (rimraf)
v5.0.9
v5.0.8
mjeanroy/rollup-plugin-license (rollup-plugin-license)
v3.5.2
sass/dart-sass (sass)
v1.77.8
- No user-visible changes.
v1.77.7
- Declarations that appear after nested rules are deprecated, because the
semantics Sass has historically used are different from the semantics
specified by CSS. In the future, Sass will adopt the standard CSS semantics.
See the Sass website for details. - Potentially breaking bug fix:
//in certain places such as unknown
at-rule values was being preserved in the CSS output, leading to potentially
invalid CSS. It's now properly parsed as a silent comment and omitted from the
CSS output. tailwindlabs/tailwindcss (tailwindcss)
v3.4.5
</d
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.