Param: {{ $route.params.param }}
+ +Sourced from dkhunt27/action-nx-affected-list's releases.
v6.1
fixed bug to handle spaces and newlines
v6.0
Added affectedToIgnore
Visit kit.svelte.dev to read the documentation
+ ++ Data: + {data.message || 'nothing'} +
diff --git a/dev-packages/e2e-tests/test-applications/sveltekit-2-twp/start-event-proxy.mjs b/dev-packages/e2e-tests/test-applications/sveltekit-2-twp/start-event-proxy.mjs new file mode 100644 index 000000000000..01e1095d6956 --- /dev/null +++ b/dev-packages/e2e-tests/test-applications/sveltekit-2-twp/start-event-proxy.mjs @@ -0,0 +1,6 @@ +import { startEventProxyServer } from '@sentry-internal/test-utils'; + +startEventProxyServer({ + port: 3031, + proxyServerName: 'sveltekit-2-twp', +}); diff --git a/dev-packages/e2e-tests/test-applications/sveltekit-2-twp/static/favicon.png b/dev-packages/e2e-tests/test-applications/sveltekit-2-twp/static/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..825b9e65af7c104cfb07089bb28659393b4f2097 GIT binary patch literal 1571 zcmV+;2Hg3HP)Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v7.0.5
⚙️ Fixes an issue with commit signing to allow it to support symlinks
What's Changed
- fix: support symlinks when commit signing by
@peter-evans
in peter-evans/create-pull-request#3359Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v7.0.4...v7.0.5
Create Pull Request v7.0.4
⚙️ Fixes an issue with commit signing to allow it to support submodules
What's Changed
- docs: correct suggestion for bot setup by
@henryiii
in peter-evans/create-pull-request#3342- build(deps-dev): bump
@types/jest
from 29.5.12 to 29.5.13 by@dependabot
in peter-evans/create-pull-request#3343- build(deps-dev): bump eslint from 8.57.0 to 8.57.1 by
@dependabot
in peter-evans/create-pull-request#3344- fix: support submodules when commit signing by
@peter-evans
in peter-evans/create-pull-request#3354New Contributors
@henryiii
made their first contribution in peter-evans/create-pull-request#3342Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v7.0.3...v7.0.4
Create Pull Request v7.0.3
⚙️ Fixes an issue with commit signing where commit SHAs have variable lengths when abbreviated.
What's Changed
- fix: disable abbreviated commit shas in diff by
@peter-evans
in peter-evans/create-pull-request#3337Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v7.0.2...v7.0.3
Create Pull Request v7.0.2
⚙️ Fixes an issue with commit signing when a change was detected as being a rename or copy.
What's Changed
- build(deps-dev): bump
@types/node
from 18.19.48 to 18.19.50 by@dependabot
in peter-evans/create-pull-request#3320- build(deps-dev): bump typescript from 5.5.4 to 5.6.2 by
@dependabot
in peter-evans/create-pull-request#3319- fix: disable diff detection for renames and copies by
@peter-evans
in peter-evans/create-pull-request#3330Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v7.0.1...v7.0.2
Create Pull Request v7.0.1
⚙️ Fixes an issue affecting one particular use case where the action fails on
diff --stat
withfatal: ambiguous argument
.What's Changed
- build(deps): bump peter-evans/create-pull-request from 6 to 7 by
@dependabot
in peter-evans/create-pull-request#3283- build(deps-dev): bump
@types/node
from 18.19.46 to 18.19.48 by@dependabot
in peter-evans/create-pull-request#3288- build(deps-dev): bump
@typescript-eslint/parser
from 7.17.0 to 7.18.0 by@dependabot
in peter-evans/create-pull-request#3289
... (truncated)
5e91468
fix: support symlinks when commit signing (#3359)2f38cd2
fix: support submodules when commit signing (#3354)7a8aeac
build(deps-dev): bump eslint from 8.57.0 to 8.57.1 (#3344)d39d596
build(deps-dev): bump @types/jest
from 29.5.12 to 29.5.13
(#3343)f6f978f
docs: correct suggestion for bot setup (#3342)6cd32fd
fix: disable abbreviated commit shas in diff (#3337)d121e62
fix: disable diff detection for renames and copies (#3330)f4d66f4
build(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#3319)488c869
build(deps-dev): bump @types/node
from 18.19.48 to
18.19.50 (#3320)5354f85
docs: update readme