| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
fixes https://github.com/compiler-explorer/compiler-explorer/issues/6459
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
|
|
|
|
|
|
|
|
|
|
|
|
| |
(1) Restore explicit specification of
`group.*.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt`
for all clang compiler groups, except bpf and windows.
(2) Make the ClangCompiler` constructor adjust the path of
`llvm-cxxfilt`, so that a compiler-local version is preferred, if one
exists.
(3) Pass-by update: bump the version of llvmDisassembler from clang-14
to clang-18.1.
Hopefully this addresses all demangling issues known so far.
|
| |
|
|
|
|
|
|
|
| |
For 8 different languages.
fixes https://github.com/compiler-explorer/compiler-explorer/issues/6406
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
|
|
|
|
| |
This fixes #6449 - I carelessly ignored the case of empty IR output.
Repro link for verification: https://godbolt.org/z/4d46dahqq
|
|
|
|
|
| |
fixes https://github.com/compiler-explorer/compiler-explorer/issues/6446
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Make MonacoPane calls `createDecorationsCollection` in a single place
instead of forcing many subclasses to remember to call
`initDecorations`. Some subclasses never use DecorationsCollection and
call init for no reason now, but it still seems healthier - this avoids
the possibility of a MonacoPane subclass trying to use an uninitialized
decoration collection.
Also remove the depracated `deltaDecorations` from stack-usage-view.
|
|
|
|
|
|
|
| |
Add 3.4.6, 4.0.4 and 6.5.0.
fixes #6323
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
|
| |
|
|
|
|
|
|
|
|
| |
Fixes #6416. Additionally escapes a dot in another copy of an
`@llvm.dbg` check.
Didn't find any existing tests for IR filtering to update where this
filter applies, but did make sure locally that it does start hiding the
instructions for clang-17 and clang-18.
|
| |
|
|
|
|
|
| |
Infra: https://github.com/compiler-explorer/infra/pull/1290.
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
|
|
|
| |
These were present for C but not C++.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Automatic run of `npm run-update-browerslist` which needs to
be done periodically to keep in-date.
See
[here](https://github.com/browserslist/browserslist#browsers-data-updating)
for more details.
Co-authored-by: Compiler Explorer Bot <mattgodbolt@users.noreply.github.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [lru-cache](https://togithub.com/isaacs/node-lru-cache) | [`^10.2.0`
-> `^10.2.2`](https://renovatebot.com/diffs/npm/lru-cache/10.2.0/10.2.2)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>isaacs/node-lru-cache (lru-cache)</summary>
###
[`v10.2.2`](https://togithub.com/isaacs/node-lru-cache/compare/v10.2.1...150764920a2798df362811ced8dc20041e35b7ee)
[Compare
Source](https://togithub.com/isaacs/node-lru-cache/compare/v10.2.1...v10.2.2)
###
[`v10.2.1`](https://togithub.com/isaacs/node-lru-cache/compare/v10.2.0...v10.2.1)
[Compare
Source](https://togithub.com/isaacs/node-lru-cache/compare/v10.2.0...v10.2.1)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 8pm on monday" in timezone
America/Chicago, 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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/compiler-explorer/compiler-explorer).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
|
| |
Closes #3684
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cypress](https://cypress.io)
([source](https://togithub.com/cypress-io/cypress)) | [`^13.8.0` ->
`^13.8.1`](https://renovatebot.com/diffs/npm/cypress/13.8.0/13.8.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>cypress-io/cypress (cypress)</summary>
###
[`v13.8.1`](https://togithub.com/cypress-io/cypress/releases/tag/v13.8.1)
[Compare
Source](https://togithub.com/cypress-io/cypress/compare/v13.8.0...v13.8.1)
Changelog: https://docs.cypress.io/guides/references/changelog#13-8-1
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 8pm on monday" in timezone
America/Chicago, 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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/compiler-explorer/compiler-explorer).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@vitest/coverage-v8](https://togithub.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme)
([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8))
| [`^1.5.0` ->
`^1.5.2`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/1.5.0/1.5.2)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [vitest](https://togithub.com/vitest-dev/vitest)
([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/vitest))
| [`^1.5.0` ->
`^1.5.2`](https://renovatebot.com/diffs/npm/vitest/1.5.0/1.5.2) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>vitest-dev/vitest (@​vitest/coverage-v8)</summary>
###
[`v1.5.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v1.5.2)
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v1.5.1...v1.5.2)
##### 🐞 Bug Fixes
- Check for null before storing in weakmap - by
[@​sheremet-va](https://togithub.com/sheremet-va)
[<samp>(ce368)</samp>](https://togithub.com/vitest-dev/vitest/commit/ce368457)
##### [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v1.5.1...v1.5.2)
###
[`v1.5.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v1.5.1)
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v1.5.0...v1.5.1)
##### 🚀 Features
- **api**: `startVitest()` to accept `stdout` and `stdin` - by
[@​AriPerkkio](https://togithub.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/5493](https://togithub.com/vitest-dev/vitest/issues/5493)
[<samp>(780b1)</samp>](https://togithub.com/vitest-dev/vitest/commit/780b187f)
- This is listed as a feature, but it doesn't increase the minor version
because `startVitest` API is experimental and doesn't follow semver.
##### 🐞 Bug Fixes
- Close vite servers on all resolved projects - by
[@​surc54](https://togithub.com/surc54) in
[https://github.com/vitest-dev/vitest/issues/5544](https://togithub.com/vitest-dev/vitest/issues/5544)
[<samp>(413ec)</samp>](https://togithub.com/vitest-dev/vitest/commit/413ec5e6)
- Fix default `import.meta.env.PROD: false` - by
[@​hi-ogawa](https://togithub.com/hi-ogawa) in
[https://github.com/vitest-dev/vitest/issues/5561](https://togithub.com/vitest-dev/vitest/issues/5561)
[<samp>(9c649)</samp>](https://togithub.com/vitest-dev/vitest/commit/9c64967f)
- Resolve cwd correctly when initiating projects - by
[@​sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/5582](https://togithub.com/vitest-dev/vitest/issues/5582)
[<samp>(ec9d7)</samp>](https://togithub.com/vitest-dev/vitest/commit/ec9d7c93)
- Always run `onTestFinished` in reverse order - by
[@​sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/5598](https://togithub.com/vitest-dev/vitest/issues/5598)
[<samp>(23f29)</samp>](https://togithub.com/vitest-dev/vitest/commit/23f29cea)
- **browser**:
- Disable `fileParallelism` by default on browser pool - by
[@​hi-ogawa](https://togithub.com/hi-ogawa) in
[https://github.com/vitest-dev/vitest/issues/5528](https://togithub.com/vitest-dev/vitest/issues/5528)
[<samp>(5c69f)</samp>](https://togithub.com/vitest-dev/vitest/commit/5c69f3f5)
- Dispose tester iframe on done - by
[@​hi-ogawa](https://togithub.com/hi-ogawa) in
[https://github.com/vitest-dev/vitest/issues/5595](https://togithub.com/vitest-dev/vitest/issues/5595)
[<samp>(b2135)</samp>](https://togithub.com/vitest-dev/vitest/commit/b2135710)
- **coverage**:
- Fix bundling of `v8-to-istanbul` - by
[@​AriPerkkio](https://togithub.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/5549](https://togithub.com/vitest-dev/vitest/issues/5549)
[<samp>(df6a4)</samp>](https://togithub.com/vitest-dev/vitest/commit/df6a4328)
- Prevent crash when `cleanOnRerun` is disabled - by
[@​AriPerkkio](https://togithub.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/5540](https://togithub.com/vitest-dev/vitest/issues/5540)
[<samp>(ea3c1)</samp>](https://togithub.com/vitest-dev/vitest/commit/ea3c16e4)
- `thresholds` to compare files relative to root - by
[@​AriPerkkio](https://togithub.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/5574](https://togithub.com/vitest-dev/vitest/issues/5574)
[<samp>(80265)</samp>](https://togithub.com/vitest-dev/vitest/commit/80265b40)
- **expect**:
- Fix `toEqual` and `toMatchObject` with circular references - by
[@​hi-ogawa](https://togithub.com/hi-ogawa) in
[https://github.com/vitest-dev/vitest/issues/5535](https://togithub.com/vitest-dev/vitest/issues/5535)
[<samp>(9e641)</samp>](https://togithub.com/vitest-dev/vitest/commit/9e6417c9)
- **vitest**:
- Fix false positive file filter match with leading slash - by
[@​hi-ogawa](https://togithub.com/hi-ogawa) in
[https://github.com/vitest-dev/vitest/issues/5578](https://togithub.com/vitest-dev/vitest/issues/5578)
[<samp>(316eb)</samp>](https://togithub.com/vitest-dev/vitest/commit/316eb739)
- Watch the output directory correctly - by
[@​sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/5584](https://togithub.com/vitest-dev/vitest/issues/5584)
[<samp>(e40f9)</samp>](https://togithub.com/vitest-dev/vitest/commit/e40f9924)
- StubEnv casts boolean on PROD/SSR/DEV - by
[@​sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/5590](https://togithub.com/vitest-dev/vitest/issues/5590)
[<samp>(4da88)</samp>](https://togithub.com/vitest-dev/vitest/commit/4da88045)
##### [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v1.5.0...v1.5.1)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 8pm on monday" in timezone
America/Chicago, 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 these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/compiler-explorer/compiler-explorer).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@sentry/browser](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/browser)
([source](https://togithub.com/getsentry/sentry-javascript)) |
[`^7.111.0` ->
`^7.112.2`](https://renovatebot.com/diffs/npm/@sentry%2fbrowser/7.111.0/7.112.2)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@sentry/node](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/node)
([source](https://togithub.com/getsentry/sentry-javascript)) |
[`^7.111.0` ->
`^7.112.2`](https://renovatebot.com/diffs/npm/@sentry%2fnode/7.111.0/7.112.2)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>getsentry/sentry-javascript (@​sentry/browser)</summary>
###
[`v7.112.2`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.112.2)
[Compare
Source](https://togithub.com/getsentry/sentry-javascript/compare/7.112.1...7.112.2)
- fix(nextjs|sveltekit): Ensure we can pass `browserTracingIntegration`
([#​11765](https://togithub.com/getsentry/sentry-javascript/issues/11765))
###
[`v7.112.1`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.112.1)
[Compare
Source](https://togithub.com/getsentry/sentry-javascript/compare/7.112.0...7.112.1)
- fix(ember/v7): Do not create rendering spans without transaction
([#​11750](https://togithub.com/getsentry/sentry-javascript/issues/11750))
###
[`v7.112.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.112.0)
[Compare
Source](https://togithub.com/getsentry/sentry-javascript/compare/7.111.0...7.112.0)
##### Important Changes
- **feat: Export pluggable integrations from SDK packages
([#​11723](https://togithub.com/getsentry/sentry-javascript/issues/11723))**
Instead of installing `@sentry/integrations`, you can now import the
pluggable integrations directly from your SDK
package:
```js
// Before
import * as Sentry fromv '@​sentry/browser';
import { dedupeIntegration } from '@​sentry/integrations';
Sentry.init({
integrations: [dedupeIntegration()],
});
// After
import * as Sentry from '@​sentry/browser';
Sentry.init({
integrations: [Sentry.dedupeIntegration()],
});
```
Note that only the functional integrations (e.g. `xxxIntegration()`) are
re-exported.
##### Other Changes
- feat(replay): Add "maxCanvasSize" option for replay canvases
([#​11732](https://togithub.com/getsentry/sentry-javascript/issues/11732))
- fix(serverless): \[v7] Check if cloud event callback is a function
([#​11734](https://togithub.com/getsentry/sentry-javascript/issues/11734))
#### Bundle size 📦
| Path | Size |
|
----------------------------------------------------------------------------------
| ----------------- |
| [@​sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay, Feedback) - Webpack (gzipped) | 80.72 KB |
| [@​sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay) - Webpack (gzipped) | 71.69 KB |
| [@​sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay with Canvas) - Webpack (gzipped) | 75.91 KB |
| [@​sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 65.32 KB |
| [@​sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing) - Webpack (gzipped) | 35.62 KB |
| [@​sentry/browser](https://togithub.com/sentry/browser) (incl.
browserTracingIntegration) - Webpack (gzipped) | 35.5 KB |
| [@​sentry/browser](https://togithub.com/sentry/browser) (incl.
Feedback) - Webpack (gzipped) | 31.57 KB |
| [@​sentry/browser](https://togithub.com/sentry/browser) (incl.
sendFeedback) - Webpack (gzipped) | 31.58 KB |
| [@​sentry/browser](https://togithub.com/sentry/browser) -
Webpack (gzipped) | 22.78 KB |
| [@​sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 78.9 KB |
| [@​sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay) - ES6 CDN Bundle (gzipped) | 70.27 KB |
| [@​sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing) - ES6 CDN Bundle (gzipped) | 36.02 KB |
| [@​sentry/browser](https://togithub.com/sentry/browser) - ES6
CDN Bundle (gzipped) | 25.28 KB |
| [@​sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 221.25 KB
|
| [@​sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing) - ES6 CDN Bundle (minified & uncompressed) | 109.01 KB |
| [@​sentry/browser](https://togithub.com/sentry/browser) - ES6
CDN Bundle (minified & uncompressed) | 75.79 KB |
| [@​sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing) - ES5 CDN Bundle (gzipped) | 39.3 KB |
| [@​sentry/react](https://togithub.com/sentry/react) (incl.
Tracing, Replay) - Webpack (gzipped) | 72.18 KB |
| [@​sentry/react](https://togithub.com/sentry/react) - Webpack
(gzipped) | 22.81 KB |
| [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client
(incl. Tracing, Replay) - Webpack (gzipped) | 90.01 KB |
| [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client -
Webpack (gzipped) | 54.15 KB |
|
[@​sentry-internal/feedback](https://togithub.com/sentry-internal/feedback)
- Webpack (gzipped) | 17.32 KB |
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 8pm on monday" in timezone
America/Chicago, 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 these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/compiler-explorer/compiler-explorer).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [winston-loki](https://togithub.com/JaniAnttonen/winston-loki) |
[`^6.1.1` ->
`^6.1.2`](https://renovatebot.com/diffs/npm/winston-loki/6.1.1/6.1.2) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>JaniAnttonen/winston-loki (winston-loki)</summary>
###
[`v6.1.2`](https://togithub.com/JaniAnttonen/winston-loki/releases/tag/v6.1.2):
Enable usage of Winston meta tags as labels
[Compare
Source](https://togithub.com/JaniAnttonen/winston-loki/compare/v6.1.1...v6.1.2)
#### What's Changed
- Add useWinstonMetaAsLabels option by
[@​MasterIO02](https://togithub.com/MasterIO02) in
[https://github.com/JaniAnttonen/winston-loki/pull/155](https://togithub.com/JaniAnttonen/winston-loki/pull/155)
#### New Contributors
- [@​MasterIO02](https://togithub.com/MasterIO02) made their first
contribution in
[https://github.com/JaniAnttonen/winston-loki/pull/155](https://togithub.com/JaniAnttonen/winston-loki/pull/155)
**Full Changelog**:
https://github.com/JaniAnttonen/winston-loki/compare/v6.1.1...v6.1.2
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 8pm on monday" in timezone
America/Chicago, 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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/compiler-explorer/compiler-explorer).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
|
| |
Infra PR: https://github.com/compiler-explorer/infra/pull/1288
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [yaml](https://eemeli.org/yaml/)
([source](https://togithub.com/eemeli/yaml)) | [`^2.4.1` ->
`^2.4.2`](https://renovatebot.com/diffs/npm/yaml/2.4.1/2.4.2) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>eemeli/yaml (yaml)</summary>
### [`v2.4.2`](https://togithub.com/eemeli/yaml/releases/tag/v2.4.2)
[Compare
Source](https://togithub.com/eemeli/yaml/compare/v2.4.1...v2.4.2)
- Restrict YAML 1.1 boolean strings to their explicit capitalization
([#​530](https://togithub.com/eemeli/yaml/issues/530))
- Add sponsorship by [Scipress](https://www.scipress.io/)
([#​536](https://togithub.com/eemeli/yaml/issues/536))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 8pm on monday" in timezone
America/Chicago, 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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/compiler-explorer/compiler-explorer).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@aws-sdk/client-dynamodb](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-dynamodb)
([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb))
| [`^3.556.0` ->
`^3.565.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-dynamodb/3.556.0/3.565.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@aws-sdk/client-ec2](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-ec2)
([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2))
| [`^3.557.0` ->
`^3.565.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-ec2/3.557.0/3.565.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3)
([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3))
| [`^3.556.0` ->
`^3.565.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.556.0/3.565.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@aws-sdk/client-ssm](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-ssm)
([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm))
| [`^3.556.0` ->
`^3.565.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-ssm/3.556.0/3.565.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@aws-sdk/credential-providers](https://togithub.com/aws/aws-sdk-js-v3/tree/main/packages/credential-providers)
([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/packages/credential-providers))
| [`^3.556.0` ->
`^3.565.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fcredential-providers/3.556.0/3.565.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>aws/aws-sdk-js-v3 (@​aws-sdk/client-dynamodb)</summary>
###
[`v3.565.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-dynamodb/CHANGELOG.md#35650-2024-04-29)
[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.564.0...v3.565.0)
**Note:** Version bump only for package
[@​aws-sdk/client-dynamodb](https://togithub.com/aws-sdk/client-dynamodb)
###
[`v3.564.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-dynamodb/CHANGELOG.md#35640-2024-04-26)
[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.563.0...v3.564.0)
**Note:** Version bump only for package
[@​aws-sdk/client-dynamodb](https://togithub.com/aws-sdk/client-dynamodb)
###
[`v3.563.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-dynamodb/CHANGELOG.md#35630-2024-04-25)
[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.556.0...v3.563.0)
**Note:** Version bump only for package
[@​aws-sdk/client-dynamodb](https://togithub.com/aws-sdk/client-dynamodb)
</details>
<details>
<summary>aws/aws-sdk-js-v3 (@​aws-sdk/client-ec2)</summary>
###
[`v3.565.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-ec2/CHANGELOG.md#35650-2024-04-29)
[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.564.0...v3.565.0)
**Note:** Version bump only for package
[@​aws-sdk/client-ec2](https://togithub.com/aws-sdk/client-ec2)
###
[`v3.564.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-ec2/CHANGELOG.md#35640-2024-04-26)
[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.563.0...v3.564.0)
**Note:** Version bump only for package
[@​aws-sdk/client-ec2](https://togithub.com/aws-sdk/client-ec2)
###
[`v3.563.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-ec2/CHANGELOG.md#35630-2024-04-25)
[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.562.0...v3.563.0)
**Note:** Version bump only for package
[@​aws-sdk/client-ec2](https://togithub.com/aws-sdk/client-ec2)
###
[`v3.562.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-ec2/CHANGELOG.md#35620-2024-04-24)
[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.561.0...v3.562.0)
##### Features
- **client-ec2:** Launching capability for customers to enable or
disable automatic assignment of public IPv4 addresses to their network
interface
([6121a23](https://togithub.com/aws/aws-sdk-js-v3/commit/6121a23480f7be708bad3b2d4e50eeec7b5fe667))
###
[`v3.561.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-ec2/CHANGELOG.md#35610-2024-04-23)
[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.557.0...v3.561.0)
##### Features
- **client-ec2:** This release introduces EC2 AMI Deregistration
Protection, a new AMI property that can be enabled by customers to
protect an AMI against an unintended deregistration. This release also
enables the AMI owners to view the AMI 'LastLaunchedTime' in
DescribeImages API.
([4fcf9f7](https://togithub.com/aws/aws-sdk-js-v3/commit/4fcf9f7235d718e620e3fa4df1253aa1fd2dd453))
</details>
<details>
<summary>aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)</summary>
###
[`v3.565.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#35650-2024-04-29)
[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.564.0...v3.565.0)
**Note:** Version bump only for package
[@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)
###
[`v3.564.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#35640-2024-04-26)
[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.563.0...v3.564.0)
**Note:** Version bump only for package
[@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)
###
[`v3.563.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#35630-2024-04-25)
[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.556.0...v3.563.0)
**Note:** Version bump only for package
[@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)
</details>
<details>
<summary>aws/aws-sdk-js-v3 (@​aws-sdk/client-ssm)</summary>
###
[`v3.565.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-ssm/CHANGELOG.md#35650-2024-04-29)
[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.564.0...v3.565.0)
**Note:** Version bump only for package
[@​aws-sdk/client-ssm](https://togithub.com/aws-sdk/client-ssm)
###
[`v3.564.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-ssm/CHANGELOG.md#35640-2024-04-26)
[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.563.0...v3.564.0)
**Note:** Version bump only for package
[@​aws-sdk/client-ssm](https://togithub.com/aws-sdk/client-ssm)
###
[`v3.563.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-ssm/CHANGELOG.md#35630-2024-04-25)
[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.562.0...v3.563.0)
**Note:** Version bump only for package
[@​aws-sdk/client-ssm](https://togithub.com/aws-sdk/client-ssm)
###
[`v3.562.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-ssm/CHANGELOG.md#35620-2024-04-24)
[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.556.0...v3.562.0)
##### Features
- **client-ssm:** Add SSM DescribeInstanceProperties API to public AWS
SDK.
([aef9d12](https://togithub.com/aws/aws-sdk-js-v3/commit/aef9d12aa193419265f6adcd137a66262c51838f))
</details>
<details>
<summary>aws/aws-sdk-js-v3
(@​aws-sdk/credential-providers)</summary>
###
[`v3.565.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/packages/credential-providers/CHANGELOG.md#35650-2024-04-29)
[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.564.0...v3.565.0)
**Note:** Version bump only for package
[@​aws-sdk/credential-providers](https://togithub.com/aws-sdk/credential-providers)
###
[`v3.564.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/packages/credential-providers/CHANGELOG.md#35640-2024-04-26)
[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.563.0...v3.564.0)
**Note:** Version bump only for package
[@​aws-sdk/credential-providers](https://togithub.com/aws-sdk/credential-providers)
###
[`v3.563.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/packages/credential-providers/CHANGELOG.md#35630-2024-04-25)
[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.556.0...v3.563.0)
**Note:** Version bump only for package
[@​aws-sdk/credential-providers](https://togithub.com/aws-sdk/credential-providers)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 8pm on monday" in timezone
America/Chicago, 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 these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/compiler-explorer/compiler-explorer).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-plugin-n](https://togithub.com/eslint-community/eslint-plugin-n)
| [`^17.2.1` ->
`^17.3.1`](https://renovatebot.com/diffs/npm/eslint-plugin-n/17.2.1/17.3.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>eslint-community/eslint-plugin-n (eslint-plugin-n)</summary>
###
[`v17.3.1`](https://togithub.com/eslint-community/eslint-plugin-n/releases/tag/v17.3.1):
Release 17.3.1
[Compare
Source](https://togithub.com/eslint-community/eslint-plugin-n/compare/v17.3.0...v17.3.1)
- Revert "fix: unsupported-features/node-builtins-modules range compare"
([#​254](https://togithub.com/eslint-community/eslint-plugin-n/issues/254))
([`caecf3e`](https://togithub.com/eslint-community/eslint-plugin-n/commit/caecf3e))
###
[`v17.3.0`](https://togithub.com/eslint-community/eslint-plugin-n/blob/HEAD/CHANGELOG.md#1730-2024-04-24)
[Compare
Source](https://togithub.com/eslint-community/eslint-plugin-n/compare/v17.2.1...v17.3.0)
##### 🌟 Features
- More es-syntax deprecations
([#​249](https://togithub.com/eslint-community/eslint-plugin-n/issues/249))
([2ecee79](https://togithub.com/eslint-community/eslint-plugin-n/commit/2ecee796c53733c70ea671a1e029aed9cf06d050))
##### 🩹 Fixes
- unsupported-features/node-builtins-modules range compare
([#​252](https://togithub.com/eslint-community/eslint-plugin-n/issues/252))
([d50ae85](https://togithub.com/eslint-community/eslint-plugin-n/commit/d50ae85c209a47a8a5d4c1bedaa94e6a77540095))
##### 🧹 Chores
- update outdated funding
([#​246](https://togithub.com/eslint-community/eslint-plugin-n/issues/246))
([8d711f5](https://togithub.com/eslint-community/eslint-plugin-n/commit/8d711f5446655c9874aeffb2ef28b3c4d8463fb6))
- upgrade globals v15
([#​241](https://togithub.com/eslint-community/eslint-plugin-n/issues/241))
([eb11b5b](https://togithub.com/eslint-community/eslint-plugin-n/commit/eb11b5b35a6a797dc7fba6df53b1c4dada3a2a55))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 8pm on monday" in timezone
America/Chicago, 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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/compiler-explorer/compiler-explorer).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
| |
Adding bincode Rust crate support. Serialization/deserialization is perf
sensitive, so adding bincode crate support helps evaluate bincode
assembly generation for different struct types.
infra repo PR is: https://github.com/compiler-explorer/infra/pull/1287
|
|
|
|
|
|
| |
This reverts commit 46d55e842de5718a6899a68482a6ead8f16160b2.
There are unknown versions of cmake in this
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
dex2oat supports profile-guided compilation. In addition to taking dex
code as an input, it can take a profile as another input, to guide the
compilation. The profile determines which methods need to be compiled,
how calls can be inlined, and so on.
Because Compiler Explorer doesn't support multiple input files, the
profile is added as a comment block in the Java/Kotlin source code. A
post-processor extracts the profile from the comment block into a
separate file, in order to input it to dex2oat.
|
|
|
|
|
|
| |
from the display. (#6407)
No idea how this worked on my machine prior to submitting...
Anyway, fixed now.
|
| |
|
|
|
|
|
|
|
|
|
| |
on java <11 (#6397)
This fixes #6388.
---------
Co-authored-by: Rubén Rincón Blanco <git@rinconblanco.es>
|
|
|
| |

|
| |
|
| |
|
|
|
| |
https://github.com/compiler-explorer/infra/pull/1282
|
|
|
| |
Replaces #6310
|
| |
|
|
|
|
|
| |
- enhanced-ms and fix
- css-loader
- vitest
|
| |
|
| |
|
| |
|
| |
|