Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
|
Thank you for following the naming conventions! 🙏 |
4e1a121 to
7bb1369
Compare
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
4f07655 to
4ad759b
Compare
8916fe8 to
09106af
Compare
09106af to
0ceeb2c
Compare
a41670e to
3f38cab
Compare
Pull request was closed
3f38cab to
0826dca
Compare
0826dca to
4a59593
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
d589715 to
3a0bf85
Compare
4003ead to
e372725
Compare
6aafdd8 to
7814fe7
Compare
c551554 to
5c11e27
Compare
a99b1a0 to
73c29f8
Compare
Signed-off-by: Renovate Bot <bot@renovateapp.com>
73c29f8 to
e8d5f8b
Compare
This PR contains the following updates:
9.1.0→9.1.112.1.0→12.1.554.3.2→54.3.4^9.0.0→^9.0.14.0.9→4.0.100.27.2→0.27.4^0.0.62→^0.0.660.3.17→0.3.18^6.1.2→^6.1.3^7.7.3→^7.7.4Release Notes
anolilab/javascript-style-guide (@anolilab/prettier-config)
v9.1.1Compare Source
Bug Fixes
Miscellaneous Chores
anolilab/javascript-style-guide (@anolilab/textlint-config)
v12.1.5Compare Source
v12.1.4Compare Source
v12.1.3Compare Source
Styles
v12.1.2Compare Source
Bug Fixes
v12.1.1Compare Source
Miscellaneous Chores
Dependencies
ckeditor/ckeditor5-dev (@ckeditor/typedoc-plugins)
v54.3.4Compare Source
Bug fixes
build-tools: Always log TypeScript errors, even when the
declarationsoption is not set orfalse.ci: Made
ckeditor5-dev-ci-circle-workflow-notifierresilient to unstable CircleCI API responses by adding retries, response shape validation, and clearer hard-fail reasons. Closes ckeditor/ckeditor5#19763.The notifier now retries transient API failures up to 5 times with delays, fails fast for non-retryable API errors, and reports when manual workflow verification is required.
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
v54.3.3Compare Source
Bug fixes
ckeditor5-dev-tests-run-automatedandckeditor5-dev-tests-run-manualto prevent aTypeErrorwhen test execution fails.Other changes
1920x1080window size for consistent and predictable test results.Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
cosmiconfig/cosmiconfig (cosmiconfig)
v9.0.1Compare Source
C:\Users\USERNA~1) would cause cosmiconfig to fail to load ESM config files.apocas/dockerode (dockerode)
v4.0.10Compare Source
What's Changed
New Contributors
Full Changelog: apocas/dockerode@v4.0.9...v4.0.10
evanw/esbuild (esbuild)
v0.27.4Compare Source
Fix a regression with CSS media queries (#4395, #4405, #4406)
Version 0.25.11 of esbuild introduced support for parsing media queries. This unintentionally introduced a regression with printing media queries that use the
<media-type> and <media-condition-without-or>grammar. Specifically, esbuild was failing to wrap anorclause with parentheses when inside<media-condition-without-or>. This release fixes the regression.Here is an example:
Fix an edge case with the
injectfeature (#4407)This release fixes an edge case where esbuild's
injectfeature could not be used with arbitrary module namespace names exported using anexport {} fromstatement with bundling disabled and a target environment where arbitrary module namespace names is unsupported.With the fix, the following
injectfile:Can now always be rewritten as this without esbuild sometimes incorrectly generating an error:
Attempt to improve API handling of huge metafiles (#4329, #4415)
This release contains a few changes that attempt to improve the behavior of esbuild's JavaScript API with huge metafiles (esbuild's name for the build metadata, formatted as a JSON object). The JavaScript API is designed to return the metafile JSON as a JavaScript object in memory, which makes it easy to access from within a JavaScript-based plugin. Multiple people have encountered issues where this API breaks down with a pathologically-large metafile.
The primary issue is that V8 has an implementation-specific maximum string length, so using the
JSON.parseAPI with large enough strings is impossible. This release will now attempt to use a fallback JavaScript-based JSON parser that operates directly on the UTF8-encoded JSON bytes instead of usingJSON.parsewhen the JSON metafile is too big to fit in a JavaScript string. The new fallback path has not yet been heavily-tested. The metafile will also now be generated with whitespace removed if the bundle is significantly large, which will reduce the size of the metafile JSON slightly.However, hitting this case is potentially a sign that something else is wrong. Ideally you wouldn't be building something so enormous that the build metadata can't even fit inside a JavaScript string. You may want to consider optimizing your project, or breaking up your project into multiple parts that are built independently. Another option could potentially be to use esbuild's command-line API instead of its JavaScript API, which is more efficient (although of course then you can't use JavaScript plugins, so it may not be an option).
v0.27.3Compare Source
Preserve URL fragments in data URLs (#4370)
Consider the following HTML, CSS, and SVG:
index.html:icons.css:triangle.svg:The CSS uses a URL fragment (the
#x) to reference theclipPathelement in the SVG file. Previously esbuild's CSS bundler didn't preserve the URL fragment when bundling the SVG using thedataurlloader, which broke the bundled CSS. With this release, esbuild will now preserve the URL fragment in the bundled CSS:Parse and print CSS
@scoperules (#4322)This release includes dedicated support for parsing
@scoperules in CSS. These rules include optional "start" and "end" selector lists. One important consequence of this is that the local/global status of names in selector lists is now respected, which improves the correctness of esbuild's support for CSS modules. Minification of selectors inside@scoperules has also improved slightly.Here's an example:
Fix a minification bug with lowering of
for await(#4378, #4385)This release fixes a bug where the minifier would incorrectly strip the variable in the automatically-generated
catchclause of loweredfor awaitloops. The code that generated the loop previously failed to mark the internal variable references as used.Update the Go compiler from v1.25.5 to v1.25.7 (#4383, #4388)
This PR was contributed by @MikeWillCook.
stackblitz-labs/pkg.pr.new (pkg-pr-new)
v0.0.66Compare Source
v0.0.65Compare Source
v0.0.63Compare Source
publint/publint (publint)
v0.3.18Compare Source
Patch Changes
getPkgPathValuefrompublint/utilsreturn undefined if the path is invalid (ad2aa9c)isaacs/rimraf (rimraf)
v6.1.3Compare Source
npm/node-semver (semver)
v7.7.4Compare Source
Bug Fixes
a29faa5#835 cli: pass options to semver.valid() for loose version validation (#835) (@mldangelo)Documentation
1d28d5e#836 fix typos and update -n CLI option documentation (#836) (@mldangelo)Dependencies
120968b#840@npmcli/template-oss@4.29.0(#840)Chores
44d7130#824 bump @npmcli/eslint-config from 5.1.0 to 6.0.0 (#824) (@dependabot[bot])7073576#820 reorder parameters in invalid-versions.js test (#820) (@reggi)5816d4c#829 bump @npmcli/template-oss from 4.28.0 to 4.28.1 (#829) (@dependabot[bot], @npm-cli-bot)Configuration
📅 Schedule: Branch creation - "after 10:00 before 19:00 every weekday except after 13:00 before 14:00" in timezone Europe/Berlin, 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.