Skip to content
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 all dependencies #98

Merged
merged 1 commit into from
Jul 2, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/adapter-node (source) 1.2.4 -> 1.3.0 age adoption passing confidence
@sveltejs/kit (source) 1.20.5 -> 1.21.0 age adoption passing confidence
eslint (source) 8.43.0 -> 8.44.0 age adoption passing confidence
svelte (source) 4.0.0 -> 4.0.1 age adoption passing confidence
tslib (source) 2.5.3 -> 2.6.0 age adoption passing confidence
typescript (source) 5.1.3 -> 5.1.6 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/adapter-node)

v1.3.0

Compare Source

Minor Changes
  • chore: remove build step for adapter node (#​10041)

  • feat: load sourcemaps so that they can be merged to point to original sourcefiles (#​10041)

Patch Changes
  • fix: do not crash server if specified ADDRESS_HEADER is missing from a request (#​10285)
sveltejs/kit (@​sveltejs/kit)

v1.21.0

Compare Source

Minor Changes
  • feat: add event.isSubRequest boolean indicating whether this is a call to one of the app's own APIs during SSR (or prerendering) (#​10170)

  • feat: add privatePrefix to config.kit.env (#​9996)

  • feat: export VERSION from @sveltejs/kit (#​9969)

Patch Changes
  • docs: update inline NavigationType documentation (#​10269)

  • perf: cache dynamic imports of nodes (#​10080)

eslint/eslint (eslint)

v8.44.0

Compare Source

Features
  • 1766771 feat: add es2023 and es2024 environments (#​17328) (Milos Djermanovic)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#​17324) (Milos Djermanovic)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#​17270) (Percy Ma)
  • c8b1f4d feat: Move parserServices to SourceCode (#​17311) (Milos Djermanovic)
  • ef6e24e feat: treat unknown nodes as having the lowest precedence (#​17302) (Brad Zacher)
  • 1866e1d feat: allow flat config files to export a Promise (#​17301) (Milos Djermanovic)
Bug Fixes
  • a36bcb6 fix: no-unused-vars false positive with logical assignment operators (#​17320) (Gweesin Chan)
  • 7620b89 fix: Remove no-unused-labels autofix before potential directives (#​17314) (Francesco Trotta)
  • 391ed38 fix: Remove no-extra-semi autofix before potential directives (#​17297) (Francesco Trotta)
Documentation
Chores
sveltejs/svelte (svelte)

v4.0.1

Compare Source

Patch Changes
  • fix: ensure identifiers in destructuring contexts don't clash with existing ones (#​8840)

  • fix: ensure createEventDispatcher and ActionReturn work with types from generic function parameters (#​8872)

  • fix: apply transition to <svelte:element> with local transition (#​8865)

  • fix: relax a11y "no redundant role" rule for li, ul, ol (#​8867)

  • fix: remove tsconfig.json from published package (#​8859)

Microsoft/tslib (tslib)

v2.6.0: tslib 2.6.0

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.5.3...2.6.0

Microsoft/TypeScript (typescript)

v5.1.5: TypeScript 5.1.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "on the first day of the week before 12th hour" in timezone Europe/Zagreb, 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency eslint to v8.31.0 Update all Jan 2, 2023
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 01ec5a4 to e3fc43a Compare January 9, 2023 23:33
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 5f332c9 to 758d1b6 Compare January 15, 2023 07:45
@renovate renovate bot force-pushed the renovate/all branch 12 times, most recently from 218a1ce to da4a36f Compare January 24, 2023 16:20
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 79366e2 to 7898384 Compare June 21, 2023 17:12
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 96cad3f to 6e4ede1 Compare June 26, 2023 17:29
@renovate renovate bot changed the title Update all fix(deps): update all Jun 26, 2023
@renovate renovate bot changed the title fix(deps): update all fix(deps): update all dependencies Jun 26, 2023
@renovate renovate bot changed the title fix(deps): update all dependencies fix(deps): update all dependencies - autoclosed Jun 26, 2023
@renovate renovate bot closed this Jun 26, 2023
@renovate renovate bot deleted the renovate/all branch June 26, 2023 18:37
@InCogNiTo124
Copy link
Owner

Still merged, but manually

@renovate renovate bot changed the title fix(deps): update all dependencies - autoclosed fix(deps): update all dependencies Jun 27, 2023
@renovate renovate bot restored the renovate/all branch June 27, 2023 00:56
@renovate renovate bot reopened this Jun 27, 2023
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update dependency tslib to v2.6.0 Jun 27, 2023
@renovate renovate bot changed the title chore(deps): update dependency tslib to v2.6.0 chore(deps): update all dependencies Jun 27, 2023
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from bd05914 to 11fc08b Compare June 30, 2023 19:26
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Jun 30, 2023
@InCogNiTo124 InCogNiTo124 merged commit a05ee04 into master Jul 2, 2023
5 checks passed
@InCogNiTo124 InCogNiTo124 changed the title fix(deps): update all dependencies chore(deps): update all dependencies Jul 2, 2023
@InCogNiTo124 InCogNiTo124 deleted the renovate/all branch July 2, 2023 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant