This repository was archived by the owner on Feb 16, 2025. It is now read-only.
chore(deps): update website (js build)#1063
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
786f2c1 to
cc4e3c5
Compare
cc4e3c5 to
5967e6b
Compare
5967e6b to
3c84d95
Compare
3c84d95 to
e97e884
Compare
e97e884 to
83f402d
Compare
83f402d to
bfb645e
Compare
37dba0c to
2c282d4
Compare
2c282d4 to
56a9f69
Compare
56a9f69 to
32bef75
Compare
32bef75 to
7c377f5
Compare
7c377f5 to
01b5231
Compare
01b5231 to
4f9d211
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
25.0.7->25.0.85.0.5->5.0.70.4.3->0.4.60.6.1->0.6.42.1.2->2.3.09.0.11->9.1.115.2.2->15.2.73.2.5->3.3.35.0.5->5.0.94.12.0->4.19.016.2.1->16.7.014.0.0->14.0.1Release Notes
rollup/plugins (@rollup/plugin-commonjs)
v25.0.82024-05-22
Bugfixes
rollup/plugins (@rollup/plugin-replace)
v5.0.72024-06-05
Bugfixes
v5.0.62024-06-05
Bugfixes
modernweb-dev/web (@web/dev-server)
v0.4.6Compare Source
Patch Changes
39ff6ff: replace ip dependency due to security bug CVE-2024-29415v0.4.5Compare Source
Patch Changes
v0.4.4Compare Source
Patch Changes
d2dbb7b: fix: sb windows pathmodernweb-dev/web (@web/dev-server-rollup)
v0.6.4Compare Source
Patch Changes
2031b9e: Bumping the version of whatwg-url in order to resolve an issue with a dependency.v0.6.3Compare Source
Patch Changes
v0.6.2Compare Source
Patch Changes
8552a4a: dedupe imports from outside rootmodernweb-dev/web (@web/rollup-plugin-html)
v2.3.0Compare Source
Minor Changes
6207e41: glob patterns exclusion for external assetsv2.2.1Compare Source
Patch Changes
a1f0979: fix: output assets locationsv2.2.0Compare Source
Minor Changes
c3dc21a: feat(rollup-plugin-html): resolves assets in stylestypicode/husky (husky)
v9.1.1Compare Source
v9.1.0Compare Source
Super saiyan
goddog! It's over 9.0.0!There's a bug with this release which prevents the deprecation notice to appear and requires to remove
#!/usr/bin/env shand. "$(dirname -- "$0")/_/husky.sh"(which are deprecated by the way). I'll publish a new version to fix that. Sorry about any inconvenience.What's new
You can now run package commands directly, no need for
npxor equivalents.It makes writing hooks more intuitive and is also slightly faster 🐺⚡️
A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.
For more advanced use cases, see lint-staged.
Fixes
bunx husky initcommandDeprecations
#!/usr/bin/env shand. "$(dirname -- "$0")/_/husky.sh"from your hooks~/.huskyrcto.config/husky/init.shSupport for these will be removed in v10, notices have been added.
Friendly reminder
If Git hooks don't fit your workflow, you can disable Husky globally. Just add
export HUSKY=0to.config/husky/init.sh.I've seen some confusion about this on X, so just a heads-up!
Sponsoring
Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: GitHub Sponsors.
Have a nice summer ☀️ I'm open to new opportunities/consulting so feel free to drop me a message 😉
okonet/lint-staged (lint-staged)
v15.2.7Compare Source
Patch Changes
a51be80Thanks @iiroj! - In the previous version the nativegit rev-parse --show-toplevelcommand was taken into use for resolving the current git repo root. This version drops the--path-format=absoluteoption to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgradinggitto the latest version.v15.2.6Compare Source
Patch Changes
119adb2Thanks @iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.v15.2.5Compare Source
Patch Changes
#1424
31a1f95Thanks @iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.#1423
91abea0Thanks @iiroj! - Improve error logging when failing to read or parse a configuration file#1424
ee43f15Thanks @iiroj! - Upgrade micromatch@4.0.7v15.2.4Compare Source
Patch Changes
4f4537aThanks @iiroj! - Fix release issue with previous version; update dependenciesprettier/prettier (prettier)
v3.3.3Compare Source
diff
Add parentheses for nullish coalescing in ternary (#16391 by @cdignam-segment)
This change adds clarity to operator precedence.
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.
Support
@letdeclaration syntax (#16474 by @sosukesuzuki)Adds support for Angular v18
@letdeclaration syntax.Please see the following code example. The
@letdeclaration allows you to define local variables within the template: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.
v3.3.2Compare Source
diff
Fix handlebars path expressions starts with
@(#16358 by @Princeyadav05)v3.3.1Compare Source
diff
Preserve empty lines in front matter (#16347 by @fisker)
Preserve explicit language in front matter (#16348 by @fisker)
Avoid line breaks in import attributes (#16349 by @fisker)
v3.3.0Compare Source
diff
🔗 Release Notes
isaacs/rimraf (rimraf)
v5.0.9Compare Source
v5.0.8Compare Source
v5.0.7Compare Source
v5.0.6Compare Source
rollup/rollup (rollup)
v4.19.0Compare Source
2024-07-20
Features
Bug Fixes
Pull Requests
v4.18.1Compare Source
2024-07-08
Bug Fixes
Pull Requests
%if URI malformed (@baseballyama, @lukastaegert)v4.18.0Compare Source
2024-05-22
Features
Pull Requests
v4.17.2Compare Source
2024-04-30
Bug Fixes
Pull Requests
v4.17.1Compare Source
2024-04-29
Bug Fixes
Pull Requests
v4.17.0Compare Source
2024-04-27
Features
Bug Fixes
Pull Requests
v4.16.4Compare Source
2024-04-23
Bug Fixes
Pull Requests
v4.16.3Compare Source
2024-04-23
Bug Fixes
Pull Requests
v4.16.2Compare Source
2024-04-22
Bug Fixes
Pull Requests
v4.16.1Compare Source
2024-04-21
Bug Fixes
Pull Requests
v4.16.0Compare Source
2024-04-21
Features
Pull Requests
v4.15.0Compare Source
2024-04-20
Features
Pull Requests
v4.14.3Compare Source
2024-04-15
Bug Fixes
Pull Requests
v4.14.2Compare Source
2024-04-12
Bug Fixes
Pull Requests
v4.14.1Compare Source
2024-04-07
Bug Fixes
Pull Requests
v4.14.0Compare Source
2024-04-03
Features
Pull Requests
@shikiji/vitepress-twoslash(@sapphi-red)v4.13.2Compare Source
2024-03-28
Bug Fixes
Pull Requests
v4.13.1Compare Source
2024-03-27
Bug Fixes
Pull Requests
v4.13.0Compare Source
2024-03-12
Features
Pull Requests
v4.12.1Compare Source
2024-03-06
Bug Fixes
Pull Requests
getRollupErortogetRollupError(@MrRefactoring)import.meta.ROLLUP_FILE_URL_referenceIdcorrectly (@sapphi-red)stylelint/stylelint (stylelint)
v16.7.0Compare Source
tapformatter to support TAP14 (#7759) (@Mouvedia).urlsecondary option (#7743) (@emmacharp).at-rule-no-unknownfalse positives for@historical-formsand@font-palette-values(#7774) (@Mouvedia).at-rule-no-unknownfalse positives for@view-transition(#7753) (@sebdanielsson).at-rule-no-vendor-prefixfalse negatives for@-moz-documentand@-webkit-viewport(#7772) (@Mouvedia).comment-whitespace-insideend positions (#7744) (@Mouvedia).declaration-block-no-duplicate-propertiesreported ranges (#7758) (@Mouvedia).declaration-block-no-redundant-longhand-properties/declaration-block-no-shorthand-property-overridesfalse negatives forfont-variant(#7734) (@Bilie).font-family-name-quotesfalse negatives for-moz-*/-webkit-*keywords (#7777) (@Mouvedia).font-family-no-missing-generic-family-keywordfalse negatives for font families which names match a CSS3font-variantkeyword (#7823) (@Mouvedia).function-name-caseend positions (#7747) (@Mouvedia).function-no-unknownperformance by reducing file read count (#7801) (@ybiquitous).media-feature-name-no-vendor-prefixautofix (#7770) (@Mouvedia).no-invalid-double-slash-commentsreported ranges (#7768) (@Mouvedia).property-no-unknownfalse positives fornavigationand miscellaneous legacy properties (#7764) (@Mouvedia).quietDeprecationWarningsto suppressstylelint:003warning (#7837) (@ybiquitous).selector-no-vendor-prefixautofix (#7763) (@Mouvedia).selector-not-notationend positions when new lines are part of the selector (#7755) (@Mouvedia).selector-type-caseend positions (#7752) (@Mouvedia).shorthand-property-no-redundant-valuesfalse negatives for logical properties,overflow,overscroll-behavior,scroll-marginandscroll-padding(#7808) (@Mouvedia).string-no-newlinefalse positives for escaped multi-line (#7818) (@romainmenke).value-keyword-caseend positions (#7760) (@Mouvedia).stylelint.utils.checkAgainstRule()for Promise-based rules (#7821) (@aaronccasanova).stylelint.utils.checkAgainstRule()to useresult.stylelintif present (#7833) (@ybiquitous).tapformatter (#7759) (@Mouvedia).v16.6.1Compare Source
no-descending-specificityfalse positives for nested selectors (#7724) (@romainmenke).selector-type-no-unknownfalse positive formodel(#7718) (@Mouvedia).v16.6.0Compare Source
function-calc-no-unspaced-operatorfalse negatives (#7655 & #7670 & #7676) (@ybiquitous & @romainmenke).selector-not-notationautofix of the"simple"option (#7703) (@Mouvedia).selector-max-specificityend positions (#7685) (@romainmenke).no-descending-specificityend positions (#7701) (@romainmenke).npm fund(#7707) (@ybiquitous).v16.5.0Compare Source
ignoreValuesforvalue-no-vendor-prefix([#7650](https://togithub.com/stylelint/stylConfiguration
📅 Schedule: Branch creation - "after 11am every 2 weeks on Saturday" in timezone America/Los_Angeles, 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.
This PR was generated by Mend Renovate. View the repository job log.