7f6c7f9bab
chore(deps): update dependency @types/react to v19.0.4
2025-01-11 00:02:18 +00:00
0c7d6caef3
chore(deps): update dependency @types/node to v22.10.5
2025-01-04 00:01:41 +00:00
485f7b67df
fix(deps): update dependency tailwind-merge to v2.6.0
2024-12-28 02:02:39 +00:00
9d44ea0f70
fix(deps): update nextjs monorepo to v15.1.3
2024-12-28 01:02:50 +00:00
666a7d654f
fix(deps): update dependency postcss-preset-env to v10.1.3
2024-12-28 00:02:01 +00:00
1a7e6fa265
fix(deps): update dependency lucide-react to ^0.469.0
2024-12-21 04:02:33 +00:00
b59709af9f
chore(deps): update sonarsource/sonarqube-scan-action action to v4.2.1
2024-12-21 03:03:00 +00:00
9f50ba082d
fix(deps): update nextjs monorepo to v15.1.2
2024-12-21 02:02:49 +00:00
f9267f65ee
chore(deps): update dependency tailwindcss to v3.4.17
2024-12-21 01:02:41 +00:00
42176ac57e
chore(deps): update dependency @types/react to v19.0.2
2024-12-21 00:01:41 +00:00
0589286bb8
chore(deps): update nextjs monorepo to v15.1.0
2024-12-14 03:03:13 +00:00
79f7a3552c
fix(deps): update dependency postcss-preset-env to v10.1.2
2024-12-14 02:03:40 +00:00
e01f35acba
chore(deps): update dependency @types/react-dom to v19.0.2
2024-12-14 01:02:42 +00:00
60f87c4006
chore(deps): update dependency @types/node to v22.10.2
2024-12-14 00:02:08 +00:00
23f95ea661
Nextjs 15 working
2024-12-07 13:13:23 +01:00
1e819e8476
fix(deps): update dependency lucide-react to ^0.468.0
2024-12-07 04:03:42 +00:00
068ccd6639
chore(deps): update sonarsource/sonarqube-scan-action action to v4.1.0
2024-12-07 03:03:48 +00:00
50a9c7b1ac
chore(deps): update react monorepo
2024-12-07 02:04:53 +00:00
c3ada53858
chore(deps): update nextjs monorepo to v14.2.20
2024-12-07 01:03:49 +00:00
cc0f464f56
chore(deps): update dependency tailwindcss to v3.4.16
2024-12-07 00:02:35 +00:00
593298f0c7
fix(deps): update dependency lucide-react to ^0.462.0
2024-11-30 03:03:43 +00:00
25113afa0a
chore(deps): update dependency @types/node to v22.10.1
2024-11-30 02:05:02 +00:00
e760d1b150
fix(deps): update dependency class-variance-authority to v0.7.1
2024-11-30 01:03:50 +00:00
dc29112f97
chore(deps): update dependency turbo to v2.3.3
2024-11-30 00:03:00 +00:00
4239232eed
fix(deps): update dependency tailwind-merge to v2.5.5
2024-11-24 20:02:07 +00:00
0ab3db7fb9
chore(deps): update dependency @types/node to v22.9.3
2024-11-23 05:03:06 +00:00
4184f646fe
chore(deps): update dependency typescript to v5.7.2
2024-11-23 02:05:02 +00:00
836ff0f61d
chore(deps): update dependency @types/node to v22.9.2
2024-11-23 01:03:50 +00:00
59d4e150b6
chore(deps): update dependency turbo to v2.3.1
2024-11-23 00:02:50 +00:00
07866abb7f
npm audit fix
2024-11-18 13:40:27 +01:00
489840590e
chore(deps): update sonarsource/sonarqube-scan-action action to v4 ( #9 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [SonarSource/sonarqube-scan-action](https://github.com/SonarSource/sonarqube-scan-action ) | action | major | `v3.1.0` -> `v4.0.0` |
---
### Release Notes
<details>
<summary>SonarSource/sonarqube-scan-action (SonarSource/sonarqube-scan-action)</summary>
### [`v4.0.0`](https://github.com/SonarSource/sonarqube-scan-action/releases/tag/v4.0.0 )
[Compare Source](https://github.com/SonarSource/sonarqube-scan-action/compare/v3.1.0...v4.0.0 )
#### What's Changed
- SQSCANGHA-46 Replace the Docker action by a composite action by [@​henryju](https://github.com/henryju ) and [@​antonioaversa](https://github.com/antonioaversa ) in https://github.com/SonarSource/sonarqube-scan-action/pull/145
This new major version removes Docker, moving to a [composite action](https://docs.github.com/en/actions/sharing-automations/creating-actions/creating-a-composite-action ).
This has multiple benefits:
- you can now use our GitHub action with Java and Dart project, which previously didn’t support it due to Docker isolation
- your run won’t fail anymore in peak workload scenarios due to the Docker image hitting the rate limit on DockerHub
- the scan won’t need to run the scan as a root user, as recommended by GitHub for operations happening in a Docker container
- you will be able to run the action as part of your workflow on any Operating System
We expect no issues for the vast majority of users, and we encourage you to move to the new version.
You can read more about this new release [here](https://community.sonarsource.com/t/the-upcoming-release-of-github-action-for-sonarqube-v-4-0-0-remove-docker/130180 ).
**Full Changelog**: https://github.com/SonarSource/sonarqube-scan-action/compare/v3.1.0...v4.0.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekend" (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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #9
Co-authored-by: Renovate Bot <renovatebot@schulze.network >
Co-committed-by: Renovate Bot <renovatebot@schulze.network >
2024-11-18 13:38:56 +01:00
347d405516
fix(deps): update dependency postcss-preset-env to v10.1.1
2024-11-17 18:02:44 +00:00
96ff202f3c
fix(deps): update dependency postcss-preset-env to v10.1.0
2024-11-16 05:04:48 +00:00
a2bb09f119
fix(deps): update dependency lucide-react to ^0.460.0
2024-11-16 04:05:20 +00:00
fe86d49604
chore(deps): update dependency turbo to v2.3.0
2024-11-16 03:05:42 +00:00
cfead30931
chore(deps): update nextjs monorepo to v14.2.18
2024-11-16 02:05:30 +00:00
0126a127e2
chore(deps): update dependency tailwindcss to v3.4.15
2024-11-16 01:04:46 +00:00
dbf3925b51
chore(deps): update dependency postcss to v8.4.49
2024-11-16 00:03:05 +00:00
75f29f44e7
chore(deps): update dependency postcss to v8.4.48
2024-11-10 22:02:47 +00:00
613dfad44f
fix(deps): update dependency lucide-react to ^0.456.0
2024-11-09 04:04:20 +00:00
676861d262
chore(deps): update sonarsource/sonarqube-scan-action action to v3.1.0
2024-11-09 03:04:38 +00:00
916a3a99f9
chore(deps): update dependency @types/node to v22.9.0
2024-11-09 02:05:04 +00:00
93a143e187
fix(deps): update dependency next-plausible to v3.12.4
2024-11-09 01:04:44 +00:00
e45a8abdb4
chore(deps): update nextjs monorepo to v14.2.17
2024-11-09 00:03:22 +00:00
e9efa4ad02
chore(deps): update dependency @types/node to v22.8.7
2024-11-03 05:03:02 +00:00
7eb5aca25d
chore(deps): update dependency @types/node to v22 ( #8 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node ) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node )) | devDependencies | major | [`20.17.5` -> `22.8.6`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.5/22.8.6 ) |
---
### Configuration
📅 **Schedule**: Branch creation - "every weekend" (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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #8
Co-authored-by: Renovate Bot <renovatebot@schulze.network >
Co-committed-by: Renovate Bot <renovatebot@schulze.network >
2024-11-02 11:14:43 +01:00
05c88f19fa
fix(deps): update dependency lucide-react to ^0.454.0
2024-11-02 03:05:20 +00:00
053611db9e
fix(deps): update dependency postcss-preset-env to v10.0.9
2024-11-02 02:05:43 +00:00
9b402a4285
fix(deps): update dependency next-plausible to v3.12.3
2024-11-02 01:04:23 +00:00
acf72a9336
chore(deps): update dependency @types/node to v20.17.5
2024-11-02 00:03:09 +00:00