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

Release/3.6.0 SR-10 #106

Merged
merged 29 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b919fdd
update version to 3.6.0
selenaqian Oct 14, 2024
baefcbc
run format command
selenaqian Oct 14, 2024
d0e0c33
update to node 20 and run build
selenaqian Oct 14, 2024
a49fdf8
update changelog
selenaqian Oct 14, 2024
699becf
Merge pull request #95 from SpringRoll/dependabot/npm_and_yarn/follow…
selenaqian Oct 15, 2024
27c2fd4
Merge pull request #96 from SpringRoll/story/SR-6-bellhop-supports-no…
selenaqian Oct 16, 2024
57855e1
Bump requirejs from 2.3.6 to 2.3.7
dependabot[bot] Oct 16, 2024
866a398
Bump ws, engine.io and socket.io-adapter
dependabot[bot] Oct 16, 2024
ed16300
Bump cookie and socket.io
dependabot[bot] Oct 16, 2024
cc1f34a
Bump braces from 3.0.2 to 3.0.3
dependabot[bot] Oct 16, 2024
683e930
Bump rollup from 3.29.4 to 3.29.5
dependabot[bot] Oct 16, 2024
685ada8
Bump body-parser from 1.20.2 to 1.20.3
dependabot[bot] Oct 16, 2024
e248f79
Bump webpack from 5.89.0 to 5.94.0
dependabot[bot] Oct 16, 2024
5773593
Merge branch 'main' into release/3.6.0
selenaqian Oct 16, 2024
7e98f3c
Merge pull request #104 from SpringRoll/dependabot/npm_and_yarn/webpa…
selenaqian Oct 16, 2024
0619724
Merge pull request #103 from SpringRoll/dependabot/npm_and_yarn/body-…
selenaqian Oct 16, 2024
0f81847
Merge pull request #102 from SpringRoll/dependabot/npm_and_yarn/multi…
selenaqian Oct 16, 2024
08a2789
Merge branch 'release/3.6.0' into dependabot/npm_and_yarn/multi-82ad4…
selenaqian Oct 16, 2024
dc26f20
Merge branch 'release/3.6.0' into dependabot/npm_and_yarn/multi-82ad4…
selenaqian Oct 16, 2024
0b1a1d9
Merge pull request #101 from SpringRoll/dependabot/npm_and_yarn/multi…
selenaqian Oct 16, 2024
1139490
Merge pull request #100 from SpringRoll/dependabot/npm_and_yarn/brace…
selenaqian Oct 16, 2024
5ae5068
Merge pull request #99 from SpringRoll/dependabot/npm_and_yarn/rollup…
selenaqian Oct 16, 2024
016740b
Merge branch 'release/3.6.0' into dependabot/npm_and_yarn/requirejs-2…
selenaqian Oct 16, 2024
1ee86c2
Merge pull request #98 from SpringRoll/dependabot/npm_and_yarn/requir…
selenaqian Oct 16, 2024
5b7b50f
add dependabot updates to changelog
selenaqian Oct 16, 2024
14e18cb
change copyright owner
selenaqian Oct 22, 2024
bd1a1d9
Merge pull request #105 from SpringRoll/task/SR-19-bellhop-add-mit-li…
selenaqian Oct 23, 2024
a2fa4a1
add ticket and license change info to changelog, run npm audit fix on…
selenaqian Oct 23, 2024
4e6cd85
add release date
selenaqian Oct 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [16.x,18.x]
node-version: [18.x,20.x]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18.15.0
node-version: 20.18.0
registry-url: https://registry.npmjs.org/

- name: install
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.15.0
20.18.0
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.5.0] - Unreleased
## [3.6.0] - Unreleased

### Changed

- Updated node version to 20.18.0 [ticket](https://pbskids.atlassian.net/browse/SR-6)
- Dependabot updates ([ticket](https://pbskids.atlassian.net/browse/SR-7)):
- body-parser from 1.20.2 to 1.20.3
- braces from 3.0.2 to 3.0.3
- cookie from 0.4.2 to 0.7.2
- engine.io from 6.5.4 to 6.5.5
- follow-redirects from 1.15.4 to 1.15.6
- requirejs from 2.3.6 to 2.3.7
- rollup from 3.29.4 to 3.29.5
- socket.io from 4.7.3 to 4.8.0
- socket.io-adapter from 2.5.2 to 2.5.5
- webpack from 5.89.0 to 5.94.0
- ws from 8.11.0 to 8.17.1
- Updated LICENSE file copyright information [ticket](https://pbskids.atlassian.net/browse/SR-19)

## [3.5.0] - 2024-01-16

### Changed

- Updated package-lock to include more recent versions of dependencies flagged by dependabot [ticket](https://www.pivotaltracker.com/story/show/186244911)
- Update to Readme based on Github Issue [link](https://github.com/SpringRoll/Bellhop/issues/91)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 CloudKid
Copyright (c) SpringRoll

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions dist/bellhop-umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bellhop-umd.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bellhop.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bellhop.js.map

Large diffs are not rendered by default.

Loading
Loading