forked from open-telemetry/opentelemetry-demo
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update frontend #64
Open
elastic-renovate-prod
wants to merge
1
commit into
main
Choose a base branch
from
renovate/frontend
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
elastic-renovate-prod
bot
force-pushed
the
renovate/frontend
branch
5 times, most recently
from
September 6, 2024 08:46
b20fc60
to
d95c833
Compare
elastic-renovate-prod
bot
force-pushed
the
renovate/frontend
branch
3 times, most recently
from
September 13, 2024 16:41
294a9e7
to
78e5759
Compare
elastic-renovate-prod
bot
force-pushed
the
renovate/frontend
branch
3 times, most recently
from
September 22, 2024 00:03
3d2c903
to
1bbe929
Compare
elastic-renovate-prod
bot
force-pushed
the
renovate/frontend
branch
3 times, most recently
from
October 2, 2024 04:01
829fa42
to
9bbf97e
Compare
elastic-renovate-prod
bot
force-pushed
the
renovate/frontend
branch
3 times, most recently
from
October 9, 2024 12:50
20785f0
to
c56bc33
Compare
elastic-renovate-prod
bot
force-pushed
the
renovate/frontend
branch
3 times, most recently
from
October 17, 2024 12:50
73f19b0
to
5de5c40
Compare
elastic-renovate-prod
bot
force-pushed
the
renovate/frontend
branch
5 times, most recently
from
October 25, 2024 11:51
ebcd948
to
d505681
Compare
elastic-renovate-prod
bot
force-pushed
the
renovate/frontend
branch
3 times, most recently
from
October 30, 2024 05:56
efa1965
to
036fee3
Compare
elastic-renovate-prod
bot
force-pushed
the
renovate/frontend
branch
4 times, most recently
from
November 6, 2024 04:58
790e654
to
8424241
Compare
elastic-renovate-prod
bot
force-pushed
the
renovate/frontend
branch
3 times, most recently
from
November 9, 2024 11:45
a718cb8
to
7c03ce7
Compare
elastic-renovate-prod
bot
changed the title
chore(deps): update frontend
Update frontend
Nov 10, 2024
elastic-renovate-prod
bot
force-pushed
the
renovate/frontend
branch
from
November 13, 2024 21:34
7c03ce7
to
9fed114
Compare
elastic-renovate-prod
bot
changed the title
Update frontend
chore(deps): update frontend
Nov 13, 2024
elastic-renovate-prod
bot
force-pushed
the
renovate/frontend
branch
from
November 15, 2024 03:09
9fed114
to
9e3e5c3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.10.11
->1.12.2
0.4.1
->0.4.8
0.48.0
->0.52.1
0.40.0
->0.42.0
1.25.1
->1.27.0
1.25.1
->1.27.0
0.52.1
->0.54.2
0.52.1
->0.54.2
0.52.1
->0.54.2
0.52.1
->0.54.2
0.28.10
->0.29.4
1.5.2
->1.7.0
0.3.11
->0.5.0
0.29.10
->0.29.13
1.25.1
->1.27.0
1.25.1
->1.27.0
0.52.1
->0.54.2
1.25.1
->1.27.0
1.25.1
->1.27.0
1.25.1
->1.27.0
20.14.10
->20.17.6
18.3.3
->18.3.12
18.3.0
->18.3.1
7.16.0
->7.18.0
7.16.0
->7.18.0
4.2.1
->4.3.0
13.13.0
->13.15.2
11.0.6
->11.0.7
8.57.0
->8.57.1
14.2.5
->14.2.18
7.34.4
->7.37.2
14.2.5
->14.2.18
7.0.2
->7.4.3
0.33.4
->0.33.5
6.1.11
->6.1.13
1.181.1
->1.181.2
5.5.3
->5.6.3
Release Notes
grpc/grpc-node (@grpc/grpc-js)
v1.12.2
: @grpc/grpc-js 1.12.2Compare Source
util.promisify
instead offs/promises
for Node 12 compatibility (#2838)v1.12.1
: @grpc/grpc-js 1.12.1Compare Source
v1.12.0
: @grpc/grpc-js 1.12.0Compare Source
Changelog
rejectUnauthorized
field to theVerifyOptions
interface, which can be passed as an argument tocredentials.createSsl
andcreateFromSecureContext
(#2812 contributed by @vinothsa4891)Experimental API changes
Added:
CaCertificateUpdate
CaCertificateUpdateListener
IdentityCertificateUpdate
IdentityCertificateUpdateListener
CertificateProvider
FileWatcherCertificateProvider
FileWatcherCertificateProviderConfig
createCertificateProviderChannelCredentials
createCertificateProviderServerCredentials
Modified:
LoadBalancer
: The constructor now takes an additional argument of typeChannelCredentials
.ChannelControlHelper#createSubchannel
: Now takes an additional argument of typeChannelCredentials | null
. This should be passed along if overriding this function.LeafLoadBalancer
: The constructor now takes an additional argument of typeChannelCredentials
.v1.11.3
: @grpc/grpc-js 1.11.3Compare Source
v1.11.2
: @grpc/grpc-js 1.11.2Compare Source
v1.11.1
: @grpc/grpc-js 1.11.1Compare Source
v1.11.0
: @grpc/grpc-js 1.11.0Compare Source
Changelog
getHost
method to server call objects (#2783, #2793)Experimental API changes
Added:
splitHostPort
HostPort
createServerCredentialsWithInterceptors
open-feature/js-sdk (@openfeature/react-sdk)
v0.4.8
Compare Source
v0.4.7
Compare Source
v0.4.6
Compare Source
v0.4.5
Compare Source
v0.4.4
Compare Source
v0.4.3
Compare Source
v0.4.2
Compare Source
open-telemetry/opentelemetry-js-contrib (@opentelemetry/auto-instrumentations-node)
v0.52.1
Compare Source
v0.52.0
Compare Source
v0.51.0
Compare Source
v0.50.2
Compare Source
v0.50.1
Compare Source
v0.50.0
Compare Source
v0.49.2
Compare Source
v0.49.1
Compare Source
v0.49.0
Compare Source
open-telemetry/opentelemetry-js (@opentelemetry/context-zone)
v1.27.0
Compare Source
🚀 (Enhancement)
🐛 (Bug Fix)
status.message
onSpan#setStatus()
#4999 @pichlermarcPeriodicExportingMetricReader
#5006 @jj22ee@opentelemetry/propagator-aws-xray
is now located in open-telemetry/opentelemetry-js-contrib@opentelemetry/propagator-aws-xray-lambda
is now located in open-telemetry/opentelemetry-js-contrib🏠 (Internal)
@opentelemetry/api
dependency min version to 1.3.0 inexamples
,experimental/packages
,integration-tests
andselenium-tests
#4992
MetricsAttributes
withAttributes
#5021 @david-lunaSpanAttributes
andMetricsAttributes
withAttributes
#5023 @david-lunanew Span
in tests #5035 @david-lunav1.26.0
Compare Source
🚀 (Enhancement)
ATTR_{name}
for attributes (e.g.ATTR_HTTP_REQUEST_METHOD
),{name}_VALUE_{value}
for enumeration values (e.g.HTTP_REQUEST_METHOD_VALUE_POST
), andMETRIC_{name}
for metrics. Exported names from previous versions are deprecated.@opentelemetry/semantic-conventions
for stable semantic conventions. Import@opentelemetry/semantic-conventions/incubating
for all semantic conventions, stable and unstable.🐛 (Bug Fix)
shimmer
types to 1.2.0 #4865 @lforst🏠 (Internal)
getEnv
function #4799 @danstarnstypescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.18.0
Compare Source
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib
eslint-plugin: [unbound-method] report on destructuring in function parameters
eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types
eslint-plugin: [strict-boolean-expressions] support branded booleans
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.17.0
Compare Source
🚀 Features
eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7
eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"
🩹 Fixes
eslint-plugin: [no-floating-promises] check top-level type assertions (and more)
eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context
eslint-plugin: [no-unnecessary-condition] false positive on optional private field
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.16.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.18.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.17.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.16.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
andreizanik/cookies-next (cookies-next)
v4.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: andreizanik/cookies-next@v4.2.1...v4.3.0
cypress-io/cypress (cypress)
v13.15.2
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-15-2
v13.15.1
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-15-1
v13.15.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-15-0
v13.14.2
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-14-2
v13.14.1
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-14-1
v13.14.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-14-0
v13.13.3
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-13-3
v13.13.2
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-13-2
v13.13.1
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-13-1
motdotla/dotenv-expand (dotenv-expand)
v11.0.7
Compare Source
Changed
eslint/eslint (eslint)
v8.57.1
Compare Source
Bug Fixes
a19072f
fix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta)04c7188
fix: Don't lint same file multiple times (#18899) (Francesco Trotta)87ec3c4
fix: do not throw when defining a global named__defineSetter__
(#18898) (Francesco Trotta)60a1267
fix: Provide helpful error message for nullish configs (#18889) (Milos Djermanovic)a0dea8e
fix: allowname
in global ignores, fix--no-ignore
for non-global (#18875) (Milos Djermanovic)3836bb4
fix: do not crash on error infs.walk
filter (#18886) (Milos Djermanovic)2dec349
fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic)Documentation
6a5add4
docs: v8.x Add EOL banner (#18744) (Amaresh S M)b034575
docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M)760ef7d
docs: v8.x add version support page in the side navbar (#18740) (Amaresh S M)428b7ea
docs: Add Powered by Algolia label to the search (#18658) (Amaresh S M)c68c07f
docs: version selectors synchronization (#18265) (Milos Djermanovic)Build Related
35d366a
build: Support updates to previous major versions (#18870) (Milos Djermanovic)Chores
140ec45
chore: upgrade @eslint/js@8.57.1 (#18913) (Milos Djermanovic)bcdfc04
chore: package.json update for @eslint/js release (Jenkins)3f6ce8d
chore: pin [email protected] (#18910) (Milos Djermanovic)9f07549
chore: ignore/docs/v8.x
in link checker (#18660) (Milos Djermanovic)vercel/next.js (eslint-config-next)
v14.2.18
Compare Source
Core Changes
Credits
Huge thanks to @huozhi and @ijjk for helping!
v14.2.17
Compare Source
Core Changes
Credits
Huge thanks to @huozhi, @ztanner, and @ijjk for helping!
v14.2.16
Compare Source
v14.2.15
Compare Source
Core Changes
Credits
Huge thanks to @ztanner, @agadzik, @huozhi, @styfle, @icyJoseph and @wyattjoh for helping!
v14.2.14
Compare Source
Core Changes
Credits
Huge thanks to @styfle, @ztanner, @ijjk, @huozhi and @wyattjoh for helping!
v14.2.13
Compare Source
Core Changes
Credits
Huge thanks to @raeyoung-kim, @huozhi, @devjiwonchoi, and @ijjk for helping!
v14.2.12
Compare Source
Core Changes
Credits
Huge thanks to @alvarlagerlof, @wyattjoh, @delbaoliveira, and @ijjk for helping!
v14.2.11
Compare Source
Core Changes
Credits
Huge thanks to @huozhi, @devjiwonchoi, and @ijjk for helping!
v14.2.10
Compare Source
Core Changes
Credits
Huge thanks to @huozhi and @ijjk for helping!
v14.2.9
Compare Source
Core Changes
Credits
Huge thanks to @huozhi, @ztanner, @ijjk, and @lubieowoce for helping!
v14.2.8
Compare Source
What's Changed
Support
esmExternals
in app directoryReading cookies set in middleware in components and actions
Metadata and icons
fb:app_id
,fb:admins
) in generateMetaData (#65713)Parallel routes fixes
Draft mode and edge improvements
next/image
fixesServer actions improvements
Other changes
Create-next-app updates
create-next-app
template CSS (#66043)create-next-app
public/ assets from local folder→ remote URL (#66931)Full Changelog: vercel/next.js@v14.2.7...v14.2.8
Huge thanks to everyone who contributed to this release:
@abhi12299, @delbaoliveira, @eps1lon, @ForsakenHarmony, @huozhi, @ijjk, @JoshuaKGoldberg, @leerob, @lubieowoce, @Netail, @ronanru, @samcx, @shuding, @sokra, @stylessh, @timfuhrmann, @wbinnssmith, @wyattjoh, @ypessoa, @ztanner
v14.2.7
Compare Source
Core Changes
Credits
Huge thanks to @kjugi, @huozhi, @ztanner, @SukkaW, @marlier, @Kikobeats, [@syi0808](https://togithub.com/syi080
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.