cetirizine.meta

Issues/PRs archive for MTRNord/cetirizine
git clone git://archive.git.mtrnord.blog/MTRNord/cetirizine.meta.git
Log | Files | Refs

130.json (10471B)


      1 {
      2   "number": 130,
      3   "title": "Bump the development-dependencies group with 4 updates",
      4   "state": "closed",
      5   "diff_file": "130.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2023-10-06T10:04:23Z",
      8   "closed_at": "2023-10-09T09:19:23Z",
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/development-dependencies-9fdb5a4ced",
     12   "labels": [
     13     "dependencies",
     14     "javascript"
     15   ],
     16   "assignees": [],
     17   "requested_reviewers": [],
     18   "body": "Bumps the development-dependencies group with 4 updates: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react), [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom), [sass](https://github.com/sass/dart-sass) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).\n\nUpdates `@types/react` from 18.2.24 to 18.2.25\n<details>\n<summary>Commits</summary>\n<ul>\n<li>See full diff in <a href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@types/react-dom` from 18.2.8 to 18.2.10\n<details>\n<summary>Commits</summary>\n<ul>\n<li>See full diff in <a href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `sass` from 1.68.0 to 1.69.0\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/sass/dart-sass/releases\">sass's releases</a>.</em></p>\n<blockquote>\n<h2>Dart Sass 1.69.0</h2>\n<p>To install Sass 1.69.0, download one of the packages below and <a href=\"https://katiek2.github.io/path-doc/\">add it to your PATH</a>, or see <a href=\"https://sass-lang.com/install\">the Sass website</a> for full installation instructions.</p>\n<h1>Changes</h1>\n<ul>\n<li>\n<p>Add a <code>meta.get-mixin()</code> function that returns a mixin as a first-class Sass value.</p>\n</li>\n<li>\n<p>Add a <code>meta.apply()</code> mixin that includes a mixin value.</p>\n</li>\n<li>\n<p>Add a <code>meta.module-mixins()</code> function which returns a map from mixin names in a module to the first-class mixins that belong to those names.</p>\n</li>\n<li>\n<p>Add a <code>meta.accepts-content()</code> function which returns whether or not a mixin value can take a content block.</p>\n</li>\n<li>\n<p>Add support for the relative color syntax from CSS Color 5. This syntax cannot be used to create Sass color values. It is always emitted as-is in the CSS output.</p>\n</li>\n</ul>\n<h3>Dart API</h3>\n<ul>\n<li>Deprecate <code>Deprecation.calcInterp</code> since it was never actually emitted as a deprecation.</li>\n</ul>\n<h3>Embedded Sass</h3>\n<ul>\n<li>Fix a rare race condition where the embedded compiler could freeze when a protocol error was immediately followed by another request.</li>\n</ul>\n<p>See the <a href=\"https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1690\">full changelog</a> for changes in earlier releases.</p>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/sass/dart-sass/blob/main/CHANGELOG.md\">sass's changelog</a>.</em></p>\n<blockquote>\n<h2>1.69.0</h2>\n<ul>\n<li>\n<p>Add a <code>meta.get-mixin()</code> function that returns a mixin as a first-class Sass\nvalue.</p>\n</li>\n<li>\n<p>Add a <code>meta.apply()</code> mixin that includes a mixin value.</p>\n</li>\n<li>\n<p>Add a <code>meta.module-mixins()</code> function which returns a map from mixin names in\na module to the first-class mixins that belong to those names.</p>\n</li>\n<li>\n<p>Add a <code>meta.accepts-content()</code> function which returns whether or not a mixin\nvalue can take a content block.</p>\n</li>\n<li>\n<p>Add support for the relative color syntax from CSS Color 5. This syntax\ncannot be used to create Sass color values. It is always emitted as-is in the\nCSS output.</p>\n</li>\n</ul>\n<h3>Dart API</h3>\n<ul>\n<li>Deprecate <code>Deprecation.calcInterp</code> since it was never actually emitted as a\ndeprecation.</li>\n</ul>\n<h3>Embedded Sass</h3>\n<ul>\n<li>Fix a rare race condition where the embedded compiler could freeze when a\nprotocol error was immediately followed by another request.</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/sass/dart-sass/commit/8e6a26cc62a61bb0b757d34e8c0c2f2bb706ab16\"><code>8e6a26c</code></a> Cut a release (<a href=\"https://redirect.github.com/sass/dart-sass/issues/2107\">#2107</a>)</li>\n<li><a href=\"https://github.com/sass/dart-sass/commit/ce545c2e95c7e0d7a445dd7a16af8b73e31814f5\"><code>ce545c2</code></a> Implement first class mixins (<a href=\"https://redirect.github.com/sass/dart-sass/issues/2073\">#2073</a>)</li>\n<li><a href=\"https://github.com/sass/dart-sass/commit/310904e217fe52b8663bc3649d1c936a2b1c03f9\"><code>310904e</code></a> Fix a race condition preventing embedded compiler to shutdown after a protoco...</li>\n<li><a href=\"https://github.com/sass/dart-sass/commit/16b85120f53bf3f26f77daa143beb0bcf3eabf90\"><code>16b8512</code></a> Switch to the GitHub-hosted MacOS ARM64 runner (<a href=\"https://redirect.github.com/sass/dart-sass/issues/2103\">#2103</a>)</li>\n<li><a href=\"https://github.com/sass/dart-sass/commit/4255930f52ed4d9aaf483100f8791904fbf08635\"><code>4255930</code></a> Update the version of Sass used by the website on release (<a href=\"https://redirect.github.com/sass/dart-sass/issues/2102\">#2102</a>)</li>\n<li><a href=\"https://github.com/sass/dart-sass/commit/507e4399cc79970770e32e818be68d4ac940f9db\"><code>507e439</code></a> Bump actions/checkout from 3 to 4 (<a href=\"https://redirect.github.com/sass/dart-sass/issues/2088\">#2088</a>)</li>\n<li><a href=\"https://github.com/sass/dart-sass/commit/f66cb47d1488b042e1a8647d5750e4b8bb669be8\"><code>f66cb47</code></a> Bump docker/setup-qemu-action from 2 to 3 (<a href=\"https://redirect.github.com/sass/dart-sass/issues/2089\">#2089</a>)</li>\n<li><a href=\"https://github.com/sass/dart-sass/commit/ff56fc5e6112846a6279370199308d0a87b0f7da\"><code>ff56fc5</code></a> Implement support for the relative color syntax of CSS Color 5 (<a href=\"https://redirect.github.com/sass/dart-sass/issues/2098\">#2098</a>)</li>\n<li><a href=\"https://github.com/sass/dart-sass/commit/00823e056a5c6de183971303c2ba81d7ed766190\"><code>00823e0</code></a> Rephrase errors for numbers that must be unitless or % (<a href=\"https://redirect.github.com/sass/dart-sass/issues/2101\">#2101</a>)</li>\n<li><a href=\"https://github.com/sass/dart-sass/commit/23f01430d6e7f78d39caa3e83b133531b22a5b24\"><code>23f0143</code></a> Forbid LLM contributions (<a href=\"https://redirect.github.com/sass/dart-sass/issues/2100\">#2100</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/sass/dart-sass/compare/1.68.0...1.69.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `vite` from 4.4.10 to 4.4.11\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/vitejs/vite/blob/v4.4.11/packages/vite/CHANGELOG.md\">vite's changelog</a>.</em></p>\n<blockquote>\n<h2><!-- raw HTML omitted -->4.4.11 (2023-10-05)<!-- raw HTML omitted --></h2>\n<ul>\n<li>revert: &quot;fix: use string manipulation instead of regex to inject esbuild helpers (<a href=\"https://github.com/vitejs/vite/commit/54e1275\">54e1275</a>), closes <a href=\"https://redirect.github.com/vitejs/vite/issues/14094\">#14094</a></li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/vitejs/vite/commit/b50db04a5a47aa855cae6ced026290c2761ffa8d\"><code>b50db04</code></a> release: v4.4.11</li>\n<li><a href=\"https://github.com/vitejs/vite/commit/54e12755c06a3ac8622ed1da5706fef68b69c50e\"><code>54e1275</code></a> revert: &quot;fix: use string manipulation instead of regex to inject esbuild helpers</li>\n<li>See full diff in <a href=\"https://github.com/vitejs/vite/commits/v4.4.11/packages/vite\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n</details>",
     19   "comments": [
     20     {
     21       "author": "dependabot[bot]",
     22       "created_at": "2023-10-09T09:19:21Z",
     23       "body": "Looks like these dependencies are updatable in another way, so this is no longer needed."
     24     }
     25   ],
     26   "review_comments": []
     27 }