Commit Graph

59139 Commits

Author SHA1 Message Date
addaa03192 DEV: uses local playwright chromium for now (#32613)
We have had multiple issues while using the chrome channel:
- super slow start of the spec, I can confirm I don't have it on
chromium
- more risk of different failures between local dev machines and CI

There was a test not working on chromium, as it doesn't have mp4 codecs
out of the box. I changed the spec to use webm instead and it's now
working correctly.

This commit also fixes a bug with the video/trace paths which were
incorrect, and also makes another test less flakey with uploads event
though Im not very clear on what is going on here, we need to dig this.

We now need to figure out a way to have this on the test image, but this
is for now a better solution.
2025-05-07 10:17:25 +02:00
b16fb6a60b FIX: Ensure hashtag_lookup falls back to system user if post user is deleted (#32466)
`hashtag_lookup` fails if called with a deleted user's ID. This change
defaults to system user if the user does not exist.
2025-05-07 15:49:49 +10:00
dcc0eff0c7 DEV: remove theme_download_screenshots site setting (#32612)
Enable theme screenshots to everyone

![Screenshot 2025-05-07 at 10 21
48 am](https://github.com/user-attachments/assets/263cc256-c6c6-49ed-bb9b-0ddff9bb1ecb)
2025-05-07 12:09:20 +08:00
3a8c8dfddb FIX: Don't enforce strict loading on anon user main record (#32590)
Chat is currently broken in local development if anonymous mode is enabled in site settings. This is happening after #32416. One of the strict_loading directives in ChannelFetcher is trickling down to an anonymous user check.

We don't need to enforce strict_loading on this 1-to-1 association that's only used in a few code paths, so mark it as strict_loading: false on the User model.
2025-05-07 09:46:07 +08:00
18bbfa87ed DEV: replace select-kit utils mixin methods with input-utils lib (#32594)
This PR replaces the set of methods related to validation and
normalization of input values in the select-kit utils mixin with simple
exported functions from a input-utils lib file.

We maintain the `_normalize` method on the select-kit component because
there are external repos dependent on that part of the interface.

We'll replace the remainder of the mixin with another utils lib file in
a separate PR.
2025-05-07 09:25:52 +08:00
bff638888c FIX: improvements for admin search (#32574)
Instead of simple match keywords, search login was a bit enhanced by calculating score.

20 points if item label starts with searched phrase. This is to prioritize automation when auto is typed;
10 points for each exact word matches keywords. This is to prioritize discourse-ai when ai is typed;
5 points if matches fallback to original phrase match.
In addition, stop showing loading sign when modal is opened.
2025-05-07 09:23:19 +08:00
d39401a190 Build(deps-dev): Bump capybara-playwright-driver from 0.5.5 to 0.5.6 (#32607)
Bumps
[capybara-playwright-driver](https://github.com/YusukeIwaki/capybara-playwright-driver)
from 0.5.5 to 0.5.6.
-
[Commits](https://github.com/YusukeIwaki/capybara-playwright-driver/compare/0.5.5...0.5.6)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-07 01:58:03 +02:00
31ad00a1c2 Build(deps): Bump version_gem from 1.1.7 to 1.1.8 (#32608)
Bumps [version_gem](https://gitlab.com/oauth-xx/version_gem) from 1.1.7
to 1.1.8.
-
[Commits](https://gitlab.com/oauth-xx/version_gem/compare/v1.1.7...v1.1.8)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-07 01:57:54 +02:00
35cfd0dc89 Build(deps-dev): Bump mime-types-data from 3.2025.0402 to 3.2025.0506 (#32606)
Bumps [mime-types-data](https://github.com/mime-types/mime-types-data)
from 3.2025.0402 to 3.2025.0506.
-
[Changelog](https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/mime-types/mime-types-data/compare/v3.2025.0402...v3.2025.0506)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-07 01:57:27 +02:00
652492ea38 Build(deps-dev): Bump webpack from 5.99.7 to 5.99.8 (#32605)
Bumps [webpack](https://github.com/webpack/webpack) from 5.99.7 to
5.99.8.
- [Release notes](https://github.com/webpack/webpack/releases)
-
[Commits](https://github.com/webpack/webpack/compare/v5.99.7...v5.99.8)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Discourse CI <ci@ci.invalid>
2025-05-07 01:23:13 +02:00
3f070bd76f DEV: Fix typo in tests workflow (#32611) 2025-05-07 07:15:49 +08:00
7597423337 Build(deps-dev): Bump esbuild from 0.25.3 to 0.25.4 (#32604)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.3 to 0.25.4.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.3...v0.25.4)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-07 00:40:42 +02:00
91e31f8859 Build(deps-dev): Bump puppeteer-core from 24.8.0 to 24.8.1 (#32603)
Bumps [puppeteer-core](https://github.com/puppeteer/puppeteer) from
24.8.0 to 24.8.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
-
[Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v24.8.0...puppeteer-core-v24.8.1)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Discourse CI <ci@ci.invalid>
2025-05-07 00:40:17 +02:00
91e4f2c81d Build(deps-dev): Bump playwright from 1.51.0 to 1.52.0 (#32601)
Bumps [playwright](https://github.com/microsoft/playwright) from 1.51.0
to 1.52.0.
- [Release notes](https://github.com/microsoft/playwright/releases)
-
[Commits](https://github.com/microsoft/playwright/compare/v1.51.0...v1.52.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-07 00:40:00 +02:00
475354bd13 Build(deps): Bump @babel/standalone from 7.27.1 to 7.27.2 in the babel group (#32600)
Bumps the babel group with 1 update:
[@babel/standalone](https://github.com/babel/babel/tree/HEAD/packages/babel-standalone).


Updates `@babel/standalone` from 7.27.1 to 7.27.2
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/babel/babel/commits/v7.27.2/packages/babel-standalone)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-07 00:39:46 +02:00
90cb152d94 DEV: Add FlagActionType value transformers (#32598)
Add 

-  "flag-description"
- "flag-custom-placeholder"
- "flag-formatted-name"

value transformers
2025-05-06 15:16:06 -05:00
a80017ff6a DEV: add fallback for calling helper.widget decorating cooked content when using the Glimmer Post Stream (#32585)
This commit adds a basic fallback to prevent errors for extensions accessing
`helper.widget` when using `api.decorateCookedElement`.

The purpose of the fallback is provide access to `.widget.attrs`and
`scheduleRerender()` which are common scenarios.

Since the call to the callback happens only when rendering the auto mode
of the Glimmer Post Stream can't detect the existence of these
customizations. The PR also adds a deprecation notice in the console.
2025-05-06 14:13:45 -03:00
e06bbdf77b Revert "FIX: Stop non-rgb header background colors crashing Discourse… (#32477)
…Hub (#31929)"

This reverts commit 5f8a183abf24d0f54f7334d19152a09e9ae241c6. The issue
has been resolved in the latest version of the DiscourseHub app. (Will
merge this once that version goes through Apple review.)
2025-05-06 12:21:59 -04:00
c411f4930d Update translations (#32595) 2025-05-06 11:29:38 -04:00
3d06536bda Build(deps-dev): Bump puppeteer-core from 24.7.2 to 24.8.0 (#32568)
Bumps [puppeteer-core](https://github.com/puppeteer/puppeteer) from
24.7.2 to 24.8.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
-
[Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v24.7.2...puppeteer-core-v24.8.0)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Discourse CI <ci@ci.invalid>
2025-05-06 16:27:39 +02:00
7b622b7dcb DEV: Move admin backups page to Advanced section (#32593)
We have gradually moved the pages out of the Account section in the admin sidebar. This moves the last one, Backups, to the Advanced section, and entirely removes Account.
2025-05-06 19:51:30 +08:00
b6aad28ccf DEV: replace selenium driver with playwright (#31977)
This commit is replacing the system specs driver (selenium) by
Playwright: https://playwright.dev/

We are still using Capybara to write the specs but they will now be run
by Playwright. To achieve this we are using the non official ruby
driver: https://github.com/YusukeIwaki/capybara-playwright-driver

### Notable changes

- `CHROME_DEV_TOOLS` has been removed, it's not working well with
playwright use `pause_test` and inspect browser for now.

- `fill_in` is not generating key events in playwright, use `send_keys`
if you need this.

### New spec options

#### trace

Allows to capture a trace in a zip file which you can load at
https://trace.playwright.dev or locally through `npx playwright
show-trace /path/to/trace.zip`

_Example usage:_

```ruby
it "shows bar", trace: true do
  visit("/")

  find(".foo").click

  expect(page).to have_css(".bar")
end
```

#### video

Allows to capture a video of your spec.

_Example usage:_

```ruby
it "shows bar", video: true do
  visit("/")

  find(".foo").click

  expect(page).to have_css(".bar")
end
```

### New env variable

#### PLAYWRIGHT_SLOW_MO_MS

Allow to force playwright to wait DURATION (in ms) at each action.

_Example usage:_

```
PLAYWRIGHT_SLOW_MO_MS=1000 rspec foo_spec.rb
```

#### PLAYWRIGHT_HEADLESS

Allow to be in headless mode or not. Default will be headless.

_Example usage:_

```
PLAYWRIGHT_HEADLESS=0 rspec foo_spec.rb # will show the browser
```

### New helpers

#### with_logs

Allows to access the browser logs and check if something specific has
been logged.

_Example usage:_

```ruby
with_logs do |logger|
  # do something

  expect(logger.logs.map { |log| log[:message] }).to include("foo")
end
```

#### add_cookie

Allows to add a cookie on the browser session.

_Example usage:_

```ruby
add_cookie(name: "destination_url", value: "/new")
```

#### get_style

Get the property style value of an element.

_Example usage:_

```ruby
expect(get_style(find(".foo"), "height")).to eq("200px")
```

#### get_rgb_color

Get the rgb color of an element.

_Example usage:_

```ruby
expect(get_rgb_color(find("html"), "backgroundColor")).to eq("rgb(170, 51, 159)")
```
2025-05-06 10:44:14 +02:00
55f09ed73f Revert "DEV: Update workflow concurrency controls to use github.ref_name (#32524)" (#32592)
This reverts commit 427d4d2b53fcddf771e450ebaa3dbf5140c9fb7a.

This prevents us from knowing which commit broke the build. Revert for
now while we figure out a better solution.
2025-05-06 15:43:57 +08:00
d3fd65dcf1 DEV: replace select-kit tags mixin with tag-utils service (#32509)
This PR replaces the use of the tags mixin for select-kit components
with a tag-utils service instead.

Main changes:
1. Remove methods needed to set selectKitOptions key `allowAny` from the
service, this was largely unnecessary since 3 out of 4 components using
the mixin already defined their own selectKitOptions `allowAny` (which
would override the mixin version), and the last component
`mini-tag-chooser` overrode the _value_ with its own `allowAnyTag`
property.
2. Remove all state from service and decouple from whole components by
explicitly requiring that any dependent property/callback be passed in
as arguments to the methods (so anything relying on `this` or
`context`). `site` and `siteSettings` are explicitly injected as
services into the tag-utils service as well for access to their
properties.
3. `_transformJson` needs to be passed into the service as a callback
that acts on the component, and I chose the `@bind` decorator for this.
`@action` doesn't work too well here as it results in subtle timing
errors where later on in the cycle, this results in setting properties
on destroyed components.
2025-05-06 14:38:55 +08:00
90dd91c6a1 FIX: Badge not showing as disabled when it is (#32591)
In the /admin/badges view, badges are showing as enabled even when they are verifiably disabled in the database.

This is happening because the defaults (needed to render the "new badge" form) are overwriting the actual value.

Since the enabled default is only used for "new badge" form, move it to the route where the other "new badge" defaults are being set.
2025-05-06 14:15:25 +08:00
25e4bc597e DEV: Helper methods for post localization (#32529)
Adding helper methods for post localization within `Post` model for fluency.
2025-05-06 14:13:43 +08:00
Sam
c8d6dd2a92 FIX: key optimized images on format (#32575)
Previous to this change when we used to specify format it could get an
image
in the incorrect format.

Also... allows image magick to decode svg

---

There remains a bug where the crop / resize information is not stored in
optimized images
this means that sometimes when asking for a cropped image you may get a
resized one.
2025-05-06 14:40:51 +10:00
ca581cd933 Build(deps-dev): Bump rspec-mocks from 3.13.3 to 3.13.4 (#32587)
Bumps [rspec-mocks](https://github.com/rspec/rspec) from 3.13.3 to
3.13.4.
-
[Changelog](https://github.com/rspec/rspec/blob/rspec-mocks-v3.13.4/rspec-mocks/Changelog.md)
-
[Commits](https://github.com/rspec/rspec/compare/rspec-mocks-v3.13.3...rspec-mocks-v3.13.4)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 12:01:24 +08:00
ec3401c788 Build(deps-dev): Bump rubocop from 1.75.4 to 1.75.5 (#32588)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.75.4 to
1.75.5.
- [Release notes](https://github.com/rubocop/rubocop/releases)
-
[Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/rubocop/rubocop/compare/v1.75.4...v1.75.5)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 12:01:11 +08:00
ed830c94f3 DEV: Remove iOS 18 media optimization check (#32581)
We already have a site setting for iOS and the feature doesn't work
reliably, no need for the extra check.
2025-05-06 13:49:45 +10:00
a20aaecb1f UX: composer starts with allowPreview default false (#32589)
The rich editor is loaded asynchronously, so when `allowPreview` starts
as `true`, if we're opening the composer for the 1st time, ProseMirror
dependencies will be loaded async and while the rich editor is fully
loaded, the composer animates from having a preview to not having one,
shrinking in width.

This changes the `allowPreview` to be default `false`, so the animation
never happens – when the default composer editor is set to the Markdown
editor, it'll instantly and synchronously set the tracked property,
before any animation kicks in.
2025-05-06 12:11:54 +10:00
7cebd41015 FIX: autocomplete being cut on rich editor (#32586)
The `.ProseMirror-container` is scrollable, and it being `position:
relative` cuts mentions/hashtags/etc autocompletes. Removing it _should_
be safe and `.d-editor-textarea-wrapper` (a name we should change
eventually btw...) becomes the new anchor for absolute positioning.

Before

![image](https://github.com/user-attachments/assets/21463af7-14e2-489d-bec2-f0763f2f4fab)

After

![image](https://github.com/user-attachments/assets/c86a394a-4dc0-4131-be29-2987f417cef6)
2025-05-06 09:46:22 +10:00
dad3927362 UX: link to /new-invite in quick start guide (#32580)
The `/my/invited` page is kind of jarring to send a new admin to? 

Before, directs to `/my/invited`



![image](https://github.com/user-attachments/assets/11b75c5c-d613-4861-bb94-13d1a5fe892c)


After, `/new-invite` (opens the modal on the homepage) 


![image](https://github.com/user-attachments/assets/5534fa5c-6819-44af-8c4c-525bfba54e89)
2025-05-06 09:05:01 +10:00
cbb1787220 DEV: Remove select kit animation (#32582) 2025-05-05 14:40:17 -05:00
54faff1608 DEV: Add a missing path to the stylesheet watcher (#32579)
A followup to https://github.com/discourse/discourse/pull/31416

---------

Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
2025-05-05 19:31:39 +02:00
49e3b5be76 Bump version to v3.5.0.beta5-dev 2025-05-05 12:58:30 -04:00
133b230ed9 Bump version to v3.5.0.beta4 v3.5.0.beta4 2025-05-05 12:58:30 -04:00
40579a5dad Build(deps-dev): Bump ember-cli from 6.3.1 to 6.4.0 (#32552)
Bumps [ember-cli](https://github.com/ember-cli/ember-cli) from 6.3.1 to
6.4.0.
- [Release notes](https://github.com/ember-cli/ember-cli/releases)
-
[Changelog](https://github.com/ember-cli/ember-cli/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/ember-cli/ember-cli/compare/v6.3.1...v6.4.0)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Discourse CI <ci@ci.invalid>
2025-05-05 17:24:13 +02:00
5f3dae06fe DEV: Update content-tag to 3.1.3 (#32577) 2025-05-05 17:02:52 +02:00
61b621630c UX: rich editor footnotes position (#32566) 2025-05-05 09:12:09 -03:00
2bdb78b7ad Build(deps): Bump @floating-ui/dom from 1.6.13 to 1.7.0 (#32570)
Bumps
[@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom)
from 1.6.13 to 1.7.0.
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
-
[Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md)
-
[Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.7.0/packages/dom)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-05 13:48:31 +02:00
e910efd772 Build(deps): Bump ace-builds from 1.40.1 to 1.41.0 (#32569)
Bumps [ace-builds](https://github.com/ajaxorg/ace-builds) from 1.40.1 to
1.41.0.
- [Release notes](https://github.com/ajaxorg/ace-builds/releases)
-
[Changelog](https://github.com/ajaxorg/ace-builds/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/ajaxorg/ace-builds/compare/v1.40.1...v1.41.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-05 13:47:23 +02:00
abca26c1c4 Build(deps): Bump prosemirror-keymap from 1.2.2 to 1.2.3 in the prosemirror group (#32567)
Bumps the prosemirror group with 1 update:
[prosemirror-keymap](https://github.com/prosemirror/prosemirror-keymap).


Updates `prosemirror-keymap` from 1.2.2 to 1.2.3
-
[Changelog](https://github.com/ProseMirror/prosemirror-keymap/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/prosemirror/prosemirror-keymap/compare/1.2.2...1.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-05 13:47:00 +02:00
25dfc64b39 FEATURE: Add color palette list selection to new UI (#32379)
Follow-up to https://github.com/discourse/discourse/pull/31742

This commit adds a color palettes list to the new color palette edit page
that was introduced in the linked PR to allow navigating between color
palettes. It reuses the same UI that we already have in the legacy color
palette UI (`/admin/customize/colors`), but we may redesign the page in
the future.
2025-05-05 05:12:50 +03:00
3492819c19 DEV: Don't allow context-free system post destruction (#32523)
There are instances of posts being deleted by system_user where the context is left blank in the staff action logs, leading to confusion about why exactly they have been deleted.

This change deprecates using the PostDestroyer as system_user without providing a context, and adds a context to all call sites currently missing it in core. Plugins to be done after this is merged.
2025-05-05 09:58:29 +08:00
ffa406b0b1 UX: Add more info to theme cards (#32334)
Demo:
<img width="1431" alt="Screenshot 2025-05-02 at 2 24 41 pm"
src="https://github.com/user-attachments/assets/c8ec824e-25df-4efc-a4be-c774a2a97896"
/>
<img width="1480" alt="Screenshot 2025-05-02 at 2 24 32 pm"
src="https://github.com/user-attachments/assets/a4020283-9b6d-4f5e-a8c2-72b7608a6026"
/>

Mobile:
<img width="424" alt="Screenshot 2025-05-02 at 2 25 29 pm"
src="https://github.com/user-attachments/assets/af68669a-7bb4-46dc-92ab-6ecc7a3f3842"
/>
<img width="421" alt="Screenshot 2025-05-02 at 2 25 36 pm"
src="https://github.com/user-attachments/assets/961d9f5c-8010-4c5f-a319-6e356b088667"
/>
2025-05-05 09:06:05 +08:00
3b81670a86 UX: apply signup page styles to invite page (#32563)
These styles should generally apply to the invite page as well — fixes
some inconsistencies, including this issue reported here:
https://meta.discourse.org/t/user-fields-at-signup-visual-bug-when-invited-vs-regular-signup/364488

Before: 


![image](https://github.com/user-attachments/assets/78824fc0-ffe9-4135-8cb3-81e17c9a566f)


After:


![image](https://github.com/user-attachments/assets/fe9b09a9-765c-4cc4-af5c-c5a76dddb53c)
2025-05-02 16:24:40 -04:00
9993fae38d Build(deps-dev): Bump rspec-rails from 7.1.1 to 8.0.0 (#32537)
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.1 to
8.0.0.
-
[Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
-
[Commits](https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-02 18:08:57 +02:00
82d84af6b0 Revert "DEV: Show login-required screen in root route (#32350)" (#32562)
This reverts commit 10df7fdee060d44accdee7679d66d778d1136510.
2025-05-02 11:50:43 -04:00
82bac55994 Build(deps): Bump the babel group with 3 updates (#32535)
Bumps the babel group with 3 updates:
[@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators),
[@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core)
and
[@babel/standalone](https://github.com/babel/babel/tree/HEAD/packages/babel-standalone).


Updates `@babel/plugin-proposal-decorators` from 7.25.9 to 7.27.1
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-plugin-proposal-decorators)

Updates `@babel/core` from 7.26.10 to 7.27.1
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-core)

Updates `@babel/standalone` from 7.27.0 to 7.27.1
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-standalone)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Discourse CI <ci@ci.invalid>
2025-05-02 17:35:47 +02:00