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 #30

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@rollup/plugin-node-resolve (source) 13.0.5 -> 13.3.0 age adoption passing confidence devDependencies minor
@rollup/plugin-replace (source) 3.0.0 -> 3.1.0 age adoption passing confidence devDependencies minor
@rollup/plugin-typescript (source) 8.2.5 -> 8.5.0 age adoption passing confidence devDependencies minor
@types/leaflet (source) 1.7.5 -> 1.9.0 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin 4.31.2 -> 4.33.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 4.31.2 -> 4.33.0 age adoption passing confidence devDependencies minor
autoprefixer 10.3.5 -> 10.4.13 age adoption passing confidence devDependencies minor
eslint-config-prettier 8.3.0 -> 8.5.0 age adoption passing confidence devDependencies minor
eslint-plugin-svelte3 3.2.1 -> 3.4.1 age adoption passing confidence devDependencies minor
leaflet (source) 1.7.1 -> 1.9.2 age adoption passing confidence dependencies minor
loglevel 1.7.1 -> 1.8.0 age adoption passing confidence dependencies minor
node 14.17.6 -> 14.20.1 age adoption passing confidence volta minor
npm (source) 7.24.1 -> 7.24.2 age adoption passing confidence volta patch
postcss (source) 8.3.7 -> 8.4.18 age adoption passing confidence devDependencies minor
postcss-load-config 3.1.0 -> 3.1.4 age adoption passing confidence devDependencies patch
prettier (source) 2.4.1 -> 2.7.1 age adoption passing confidence devDependencies minor
prettier-plugin-svelte 2.4.0 -> 2.8.0 age adoption passing confidence devDependencies minor
rollup (source) 2.57.0 -> 2.79.1 age adoption passing confidence devDependencies minor
svelte (source) 3.43.0 -> 3.52.0 age adoption passing confidence devDependencies minor
svelte-check 2.2.6 -> 2.9.2 age adoption passing confidence devDependencies minor
svelte-preprocess 4.9.5 -> 4.10.7 age adoption passing confidence devDependencies minor
tailwindcss (source) 2.2.15 -> 2.2.19 age adoption passing confidence devDependencies patch
tslib (source) 2.3.1 -> 2.4.0 age adoption passing confidence devDependencies minor
typescript (source) 4.4.3 -> 4.8.4 age adoption passing confidence devDependencies minor

Release Notes

rollup/plugins (@​rollup/plugin-node-resolve)

v13.3.0

2022-05-02

Features
  • feat: support node: protocol (#​1124)

v13.2.2

2022-05-02

Bugfixes
  • fix: Respect if other plugins resolve the resolution to a different id (#​1181)
  • fix: Revert respect if other plugins resolve the resolution to a different id (ae59ceb)
  • fix: Respect if other plugins resolve the resolution to a different id (f8d4c44)

v13.2.1

2022-04-15

Bugfixes
  • fix: update side effects logic to be deep when glob doesn’t contain / (#​1148)

v13.2.0

2022-04-11

Features
  • feat: Add the ability to pass a function into resolveOnly (#​1152)

v13.1.3

2022-01-05

Bugfixes
  • fix: use correct version when published (#​1063)

v13.1.2

2021-12-31

Bugfixes
  • fix: forward meta-information from other plugins (#​1062)

v13.1.1

2021-12-13

Updates
  • test: add tests for mixing custom exportConditions with browser: true (#​1043)

v13.1.0

2021-12-13

Features
  • feat: expose plugin version (#​1050)

v13.0.6

2021-10-19

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

v3.1.0

2022-02-11

Features
  • feat: typeofReplacements option (#​1084)

v3.0.1

2021-12-28

Bugfixes
  • fix: add types for sourceMap option (#​1066)
Updates
  • docs: clarify delimiters typing (#​1013)
rollup/plugins (@​rollup/plugin-typescript)

v8.5.0

Compare Source

2022-09-06

Features

v8.4.0

Compare Source

2022-08-23

Features
  • feat: allow override of forced noEmit and emitDeclarationOnly compiler options (#​1242)

v8.3.4

Compare Source

2022-07-28

Bugfixes
  • fix: fix declaration file generation for single file outputs (#​1201)

v8.3.3

2022-06-10

Bugfixes
  • fix: allow tslib peerDependency to be optional for npm and pnpm (#​1191)

v8.3.2

2022-04-13

Bugfixes

v8.3.1

2022-02-23

Bugfixes
  • fix: allow explicity compilerOptions (#​1045)
Updates
  • docs: readme copy/paste mistake (#​1086)

v8.3.0

2021-10-15

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

v4.33.0

Compare Source

Bug Fixes
  • eslint-plugin: [lines-between-class-members] fix exceptAfterOverload for abstract methods (#​3943) (240fc65)
  • eslint-plugin: [no-confusing-void-expression] support optional chaining (#​3937) (c40dd13)
  • eslint-plugin: [no-restricted-imports] fix crash when no options given (#​3947) (edaa3c1)
  • eslint-plugin: [non-nullable-type-assertion-style] false-positive with non-nullish as assertions and types (#​3940) (40760f9)
  • eslint-plugin: [padding-line-between-statements] TSModuleBlock should change scope (#​3944) (f8f534e)
  • eslint-plugin: [prefer-regexp-exec] check RegExp without flags (#​3946) (0868725)

v4.32.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-definitions] correct fix for export default (#​3899) (ebb33ed)
  • eslint-plugin: [no-require-imports] report only global require (#​3871) (8aa87a1)
  • eslint-plugin: [no-shadow] ignore type-only imports properly (#​3868) (dda9cee)
  • eslint-plugin: [no-var-requires] report problems within NewExpression (#​3884) (ed5e459)
  • eslint-plugin: [padding-line-between-statements] problems within namespaces not being reported (#​3869) (1861356)
  • eslint-plugin: [prefer-regexp-exec] respect flags when using RegExp (#​3855) (ffdb5ff)
  • eslint-plugin: [prefer-return-this-type] handle generics properly in fixer (#​3852) (9e98b8f)
  • eslint-plugin: false-positive/negative with array index in no-unnecessary-condition (#​3805) (bdb8f0b)
Features
  • eslint-plugin: [no-type-alias]: add allowGenerics option (#​3865) (4195919)
  • eslint-plugin: add no-non-null-asserted-nullish-coalescing rule (#​3349) (4e99961)
  • eslint-plugin: add new extended rule no-restricted-imports (#​3775) (ec5d506)
  • eslint-plugin-internal: [prefer-ast-types-enum] add DefinitionType enum (#​3916) (13b7de5)

4.31.2 (2021-09-20)

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

4.31.1 (2021-09-13)

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v4.33.0

Compare Source

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

v4.32.0

Compare Source

Features

4.31.2 (2021-09-20)

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

4.31.1 (2021-09-13)

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

postcss/autoprefixer

v10.4.13

Compare Source

  • Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.

v10.4.12

Compare Source

  • Fixed support of unit-less zero angle in backgrounds (by 一丝).

v10.4.11

Compare Source

  • Fixed text-decoration prefixes by moving to MDN data (by Romain Menke).

v10.4.10

Compare Source

  • Fixed unicode-bidi prefixes by moving to MDN data.

v10.4.9

Compare Source

  • Fixed css-unicode-bidi issue from latest Can I Use.

v10.4.8

Compare Source

  • Do not print color-adjust warning if print-color-adjust also is in rule.

v10.4.7

Compare Source

  • Fixed print-color-adjust support in Firefox.

v10.4.6

Compare Source

  • Fixed print-color-adjust support.

v10.4.5

Compare Source

v10.4.4

Compare Source

  • Fixed package.funding to have same value between all PostCSS packages.

v10.4.3

Compare Source

  • Fixed package.funding (by Álvaro Mondéjar).

v10.4.2

Compare Source

  • Fixed missed -webkit- prefix for width: stretch.

v10.4.1

Compare Source

  • Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.

v10.4.0

Compare Source

Coat of arms of South Africa

In Autoprefixer 10.4 @​lukewarlow added :autofill support:

input:-webkit-autofill {
  background-color: red;
}

input:autofill {
  background-color: red;
}

v10.3.7

Compare Source

  • Replaced nanocolors to picocolors.

v10.3.6

Compare Source

  • Updated nanocolors.
  • Reduced package size.
prettier/eslint-config-prettier

v8.5.0

Compare Source

v8.4.0

Compare Source

sveltejs/eslint-plugin-svelte3

v3.4.1

Compare Source

  • Support destructuring in {@​const} tag

v3.4.0

Compare Source

  • Support {@​const} tag

v3.3.0

Compare Source

  • Add injected globals when there's no instance script when using TypeScript
  • Allow $$Props, $$Slots, $$Events interface/type usage
  • Improve type inference for autosubscribed stores
  • Silence false positives for <svelte:fragment let:x>
  • Use TS 4.5 preserveValueImports if it's available
  • Improve default setting for svelte3/ignore-styles: Now ignores styles if its tag has a lang or type attribute
  • Improve fix range handling
Leaflet/Leaflet

v1.9.2

Compare Source

🐞 Bug fixes
  • ⚠️ Drop ESM entrypoint from package because of numerous compatibility issues with plugins (import leaflet/dist/leaflet-src.esm.js explicitly instead to take advantage; ESM by default will come in v2) (#​8493 by @​jonkoops)
  • Fix a bug where tooltips could throw an error with canvas renderer (#​8498 by @​Falke-Design)
  • Fix a bug with incorrect marker popup location when there are multiple markers registered to the same popup (#​8523 by @​raychanks).
🧪 Tests
  • Fix unit tests suite stopping abruptly on Mac (#​8478)
📝 Docs

v1.9.1

Compare Source

  • Fix Events listens not propagating to parent objects, in particular fixing compatibility with Leaflet.markercluster plugin (#​8211 by @​Falke-Design)

v1.9.0

Compare Source

⚠️ Breaking Changes
❇️ API changes
✨ Improvements
🙌 Accessibility
🐞 Bug fixes
📝 Docs
🔧 Workflow
🧪 Tests

v1.8.0

Compare Source

⚠️ Breaking Changes
❇️ API changes
✨ Improvements

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 dependency postcss to v8.3.8 Update front end dependencies Sep 26, 2021
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 8 times, most recently from d0f696a to e64c00c Compare October 2, 2021 11:25
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 3 times, most recently from 9207ed8 to 7ceb413 Compare October 8, 2021 12:26
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 5 times, most recently from 6d32f6b to 032bf10 Compare October 15, 2021 17:04
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 5 times, most recently from 013033d to 497d900 Compare October 25, 2021 14:58
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 6 times, most recently from 669a8f6 to 163f421 Compare November 1, 2021 15:33
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 2 times, most recently from 2db0928 to 0d18dae Compare November 15, 2021 01:55
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 7 times, most recently from fad047d to a9726d3 Compare June 2, 2022 22:08
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 5 times, most recently from cc1f21f to 73c2142 Compare June 10, 2022 16:44
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 2 times, most recently from ab8d34c to 2e8c3fb Compare June 23, 2022 21:06
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 4 times, most recently from 4503eb6 to ffa65bc Compare September 30, 2022 13:27
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 4 times, most recently from 76a15f7 to 2d49fc6 Compare October 10, 2022 21:17
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch 3 times, most recently from 92d5ffe to 352131b Compare October 15, 2022 16:00
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch from 352131b to 7aca044 Compare October 27, 2022 22:15
@renovate renovate bot force-pushed the renovate/front-end-dependencies branch from 7aca044 to 75a2f82 Compare October 30, 2022 16:58
@chkpnt chkpnt closed this Oct 30, 2022
@chkpnt chkpnt deleted the renovate/front-end-dependencies branch October 30, 2022 17:30
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