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

Update front end dependencies #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@rollup/plugin-commonjs (source) 23.0.2 -> 23.0.7 age adoption passing confidence devDependencies patch
@rollup/plugin-node-resolve (source) 15.0.1 -> 15.2.3 age adoption passing confidence devDependencies minor
@rollup/plugin-replace (source) 5.0.1 -> 5.0.7 age adoption passing confidence devDependencies patch
@rollup/plugin-terser (source) 0.1.0 -> 0.4.4 age adoption passing confidence devDependencies minor
@types/leaflet (source) 1.9.0 -> 1.9.12 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 5.41.0 -> 5.62.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 5.41.0 -> 5.62.0 age adoption passing confidence devDependencies minor
autoprefixer 10.4.13 -> 10.4.19 age adoption passing confidence devDependencies patch
eslint (source) 8.26.0 -> 8.57.0 age adoption passing confidence devDependencies minor
eslint-config-prettier 8.5.0 -> 8.10.0 age adoption passing confidence devDependencies minor
eslint-plugin-svelte (source) 2.11.0 -> 2.39.2 age adoption passing confidence devDependencies minor
leaflet (source) 1.9.2 -> 1.9.4 age adoption passing confidence dependencies patch
loglevel 1.8.0 -> 1.9.1 age adoption passing confidence dependencies minor
node (source) 18.12.0 -> 18.20.3 age adoption passing confidence volta minor
npm (source) 8.19.2 -> 8.19.4 age adoption passing confidence volta patch
postcss-import 15.0.0 -> 15.1.0 age adoption passing confidence devDependencies minor
postcss-load-config 4.0.1 -> 4.0.2 age adoption passing confidence devDependencies patch
prettier (source) 2.7.1 -> 2.8.8 age adoption passing confidence devDependencies minor
prettier-plugin-svelte 2.8.0 -> 2.10.1 age adoption passing confidence devDependencies minor
rollup (source) 3.2.3 -> 3.29.4 age adoption passing confidence devDependencies minor
rollup-plugin-copy 3.4.0 -> 3.5.0 age adoption passing confidence devDependencies minor
rollup-plugin-css-only 4.2.0 -> 4.5.2 age adoption passing confidence devDependencies minor
rollup-plugin-svelte 7.1.0 -> 7.2.2 age adoption passing confidence devDependencies minor
svelte (source) 3.52.0 -> 3.59.2 age adoption passing confidence devDependencies minor
svelte-check 2.9.2 -> 2.10.3 age adoption passing confidence devDependencies minor
tailwindcss (source) 3.2.1 -> 3.4.4 age adoption passing confidence devDependencies minor
tslib (source) 2.4.0 -> 2.6.3 age adoption passing confidence devDependencies minor
typescript (source) 4.8.4 -> 4.9.5 age adoption passing confidence devDependencies minor

Release Notes

rollup/plugins (@​rollup/plugin-commonjs)

v23.0.7

Compare Source

2022-12-17

Bugfixes
  • fix: produce code which works when __esModule is already defined #​1379

v23.0.6

Compare Source

2022-12-17

Bugfixes

v23.0.5

Compare Source

2022-12-15

Bugfixes
  • fix: resolve export exports not found #​1363

v23.0.4

Compare Source

2022-12-07

Bugfixes

v23.0.3

Compare Source

2022-11-27

Bugfixes
  • fix: correctly wrap a default class export from cjs module #​1350
rollup/plugins (@​rollup/plugin-node-resolve)

v15.2.3

Compare Source

2023-10-08

Bugfixes
  • fix: modulePaths default is not set #​1534

v15.2.2

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v15.2.1

Compare Source

2023-08-22

Bugfixes
  • fix: Implement package exports / imports resolution algorithm according to Node documentation #​1549

v15.2.0

Compare Source

2023-08-17

Features
  • feat: pass original importee to secondary resolve #​1557

v15.1.0

Compare Source

2023-05-30

Features
  • feat: Resolve js/jsx/mjs/cjs imports from TypeScript files #​1498

v15.0.2

Compare Source

2023-04-04

Bugfixes
  • fix: bump is-builtin-module version, imports with a trailing slash #​1424
rollup/plugins (@​rollup/plugin-replace)

v5.0.7

2024-06-05

Bugfixes
  • fix: add missing sourceMap documentation (#​1698)

v5.0.6

2024-06-05

Bugfixes
  • fix: ternary operator replacement (#​1712)

v5.0.5

2023-10-29

Bugfixes
  • fix: prevent variable before colons from being replaced when preventAssigment is true (#​1609)

v5.0.4

Compare Source

2023-10-15

Bugfixes
  • fix: bump magic-string version #​1596

v5.0.3

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v5.0.2

Compare Source

2022-12-17

Bugfixes
rollup/plugins (@​rollup/plugin-terser)

v0.4.4

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v0.4.3

Compare Source

2023-05-17

Bugfixes

v0.4.2

Compare Source

2023-05-16

Bugfixes
  • fix: don't assume code is running in worker created by the worker pool #​1483

v0.4.1

Compare Source

2023-04-09

Bugfixes
  • fix: expose extended terser options interface #​1477

v0.4.0

Compare Source

2023-01-23

Features
  • feat: Update WorkerPool to reuse Workers #​1409

v0.3.0

Compare Source

2023-01-06

Features

v0.2.1

Compare Source

2022-12-21

Bugfixes

v0.2.0

Compare Source

2022-12-05

Features
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.62.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#​6938) (24bdacc)
  • eslint-plugin: [prefer-includes] escape special characters (#​7161) (5a347a5), closes #​7145
  • eslint-plugin: replace auto-fix of class literal property style rule with suggestion (#​7054) (a8c824a)
Features
  • eslint-plugin: [prefer-nullish-coalescing] add ignorePrimitives option (#​6487) (6edaa04)

You can read about our versioning strategy and releases on our website.

v5.61.0

Compare Source

Features

You can read about our versioning strategy and releases on our website.

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v5.60.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v5.60.0

Compare Source

Features
  • eslint-plugin: [restrict-plus-operands] add allow* options (#​6161) (def09f8)

5.59.11 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.10 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.9 (2023-06-05)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.8 (2023-05-29)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.7 (2023-05-22)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.6 (2023-05-15)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.5 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.4 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.3 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.2 (2023-05-01)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.1 (2023-04-24)

Bug Fixes
  • eslint-plugin: [prefer-regexp-exec] skip malformed regexes (#​6935) (05ed60e)
  • eslint-plugin: [unified-signatures] no parameters function (#​6940) (2970861)

v5.59.11

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.10

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.9

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.8

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.7

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.6

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.5

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.2

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] allow nullish coalescing for naked type parameter (#​6910) (3e5f858)
Features
  • eslint-plugin: [ban-types] add NonNullable suggestion and allow custom suggestions (#​6876) (ff65235)

v5.58.0

Compare Source

Bug Fixes
  • eslint-plugin: [unified-signatures] allow overloads with different named and different number of parameters (#​6877) (939d665)
Features

5.57.1 (2023-04-03)

Bug Fixes
  • eslint-plugin: [strict-boolean-expressions] support mixed enums in allowNullableEnum option (#​6740) (49be8a8)

v5.57.1

Compare Source

Bug Fixes
  • eslint-plugin: [strict-boolean-expressions] support mixed enums in allowNullableEnum option (#​6740) (49be8a8)

v5.57.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] simplify fixer and add support for double negation (#​6620) (81c8519)
  • eslint-plugin: correct crashes with getTypeArguments for ts < 3.7 (#​6767) (59eab58)
Features
  • eslint-plugin: [consistent-type-assertions] add suggestions for objectLiteralTypeAssertions (#​6642) (720e811)
  • eslint-plugin: [consistent-type-assertions] autofix angle bracket assertions to as (#​6641) (ad8ea64)
  • eslint-plugin: add no-duplicate-type-constituents rule (#​5728) (bc31078)

v5.56.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-ordering] check order when optionalityOrder is present with no optional members (#​6619) (6aff431)
  • eslint-plugin: [no-misused-promises] avoid unnecessary calls to getContextualType (#​6193) (745cfe4)
  • eslint-plugin: [no-misused-promises] fix incorrect detection of void functions in JSX attributes (#​6638) (9e41cee)
  • eslint-plugin: [strict-boolean-expression] support falsy and truthy literals simultaneously (#​6672) (62ef487)
  • eslint-plugin: [strict-boolean-expressions] handle truthy enums (#​6618) (0d0639f)
  • eslint-plugin: add TSPropertySignature with TSFunctionType annotation to typeMethod selector (#​6645) (3fc5c63)
Features
  • eslint-plugin: add allowNever support to restrict-template-expressions (#​6554) (423f164)

v5.55.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-confusing-void-expression] check sequence expressions for void is in last position (#​6597) (d73d7d3)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fixer should handle parentheses (#​6569) (2d8c196)
Features

5.54.1 (2023-03-06)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.54.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.54.0

Compare Source

Features
  • eslint-plugin: [promise-function-async] check for promises in implicit return types (#​6330) (de1e5ce), closes #​6329

v5.53.0

Compare Source

Features
  • eslint-plugin: [consistent-generic-constructors] handle default parameters (#​6484) (e8cebce)
  • eslint-plugin: [no-mixed-enums] add rule (#​6102) (16144d1)

v5.52.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-import-type-side-effects] correctly ignore zero-specifier imports (#​6444) (d5a6688)
  • eslint-plugin: [no-unnecessary-condition] account for optional chaining on potentially void values (#​6432) (e1d9c67), closes #​5255
  • eslint-plugin: [no-unnecessary-condition] fix false positive when checking indexed access types (#​6452) (d569924)
  • eslint-plugin: fix key-spacing when type starts on next line (#​6412) (3eb2eed)
Features
  • eslint-plugin: [block-spacing] extending base rule for TS related blocks (#​6195) (b2db3f5)
  • eslint-plugin: [explicit-function-return-type] add allowFunctionsWithoutTypeParameters option (#​6105) (113640e)
  • eslint-plugin: [explicit-function-return-type] add allowIIFEs option (#​6237) (a1b3f7b)

v5.51.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [naming-convention] improve performance by removing unnecessary selectors ([#​6376](https://togithub.com/typ

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 front end dependencies Update front end dependencies - autoclosed Oct 31, 2022
@renovate renovate bot closed this Oct 31, 2022
@renovate renovate bot deleted the renovate/front-end-dependencies branch October 31, 2022 12:04
@renovate renovate bot changed the title Update front end dependencies - autoclosed Update front end dependencies Oct 31, 2022
@renovate renovate bot restored the renovate/front-end-dependencies branch October 31, 2022 19:43
@renovate renovate bot reopened this Oct 31, 2022
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 8 times, most recently from 7b7e082 to ce3c99e Compare November 6, 2022 07:37
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 9 times, most recently from dcd1b76 to bc604fe Compare November 14, 2022 20:02
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 6 times, most recently from 36f1255 to 209bab4 Compare November 22, 2022 06:19
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch from 209bab4 to 77e3857 Compare November 23, 2022 06:32
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 3 times, most recently from fda31e1 to 2f3a318 Compare January 26, 2024 00:22
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch from 2f3a318 to 0b36686 Compare February 14, 2024 19:47
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 2 times, most recently from 75a42ac to 7204adb Compare March 1, 2024 17:23
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch from 7204adb to 41768ee Compare March 11, 2024 22:24
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 4 times, most recently from d3a4058 to b677cc1 Compare March 27, 2024 20:08
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 3 times, most recently from d0a7c62 to 8796c6a Compare April 8, 2024 04:32
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 4 times, most recently from f8675c0 to b77d1c8 Compare April 14, 2024 16:10
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 2 times, most recently from 84689da to ec0feea Compare April 23, 2024 04:27
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch from ec0feea to fc469cf Compare May 10, 2024 02:03
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch from fc469cf to d9e56e4 Compare May 21, 2024 19:29
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 6 times, most recently from 9831379 to af52e6f Compare June 6, 2024 13:07
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch from af52e6f to 332d4e2 Compare June 9, 2024 06:47
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.

None yet

0 participants